public interface TargetModuleID
Modifier and Type | Method and Description |
---|---|
TargetModuleID[] |
getChildTargetModuleID()
Retrieve a list of identifiers of the children of this deployed module.
|
String |
getModuleID()
Retrieve the id assigned to represent the deployed module.
|
TargetModuleID |
getParentTargetModuleID()
Retrieve the identifier of the parent object of this deployed module.
|
Target |
getTarget()
Retrieve the target server that this module was deployed to.
|
String |
getWebURL()
If this TargetModulID represents a web module retrieve the URL for it.
|
String |
toString()
Retrieve the identifier representing the deployed module.
|
Target getTarget()
String getModuleID()
String getWebURL()
String toString()
TargetModuleID getParentTargetModuleID()
null
value means this module is the root object deployed.TargetModuleID[] getChildTargetModuleID()
null
value means this module has no childrenCopyright © 2013. All Rights Reserved.