public class HostTarget extends ModelTargetImpl
ModelTarget.ModelTargetTypeALL_NAMES_WILDCARD, ID_PREFIX, NAME_PREFIX, VALIDATE_MODEL_PROPERTY| Constructor and Description |
|---|
HostTarget(String hostName) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getContainerFromModel(EnvironmentModel model)
Return the model object of the target container.
|
String |
getContainerName()
Return the name (or id) of the target's container.
|
ModelTarget.ModelTargetType |
getContainerType()
Return the type of the target's container.
|
String |
getHostName() |
String |
getTargetName()
Return the name (or id) of the target object.
|
<T> List<T> |
getTargetsFromModel(EnvironmentModel model)
Return a list of model objects which should be targeted.
|
ModelTarget.ModelTargetType |
getTargetType()
Return the type of the target.
|
HostTarget |
setHostName(String hostName) |
getDomainById, getDomainByName, getNodeManagerByName, getSingleTargetFromModel, isAllNamesWildcard, isTargetId, isTargetName, stripNamePrefix, toCompactString, toCompactString, validatepublic HostTarget(String hostName)
public String getHostName()
public HostTarget setHostName(String hostName)
public String getTargetName()
ModelTargetgetTargetName in interface ModelTargetgetTargetName in class ModelTargetImplpublic String getContainerName()
ModelTargetgetContainerName in interface ModelTargetgetContainerName in class ModelTargetImplpublic ModelTarget.ModelTargetType getTargetType()
ModelTargetgetTargetType in interface ModelTargetgetTargetType in class ModelTargetImplpublic ModelTarget.ModelTargetType getContainerType()
ModelTargetgetContainerType in interface ModelTargetgetContainerType in class ModelTargetImplpublic <T> List<T> getTargetsFromModel(EnvironmentModel model) throws FMWEnvSpecException
ModelTargetgetTargetsFromModel in interface ModelTargetgetTargetsFromModel in class ModelTargetImplT - type derived by compiler from the assignment statement.model - the environment model.FMWEnvSpecException - if an error occurs.public <T> T getContainerFromModel(EnvironmentModel model) throws FMWEnvSpecException
ModelTargetgetContainerFromModel in interface ModelTargetgetContainerFromModel in class ModelTargetImplT - type derived by compiler from the assignment statement.model - the environment model.FMWEnvSpecException - if an error occurs.