public interface TargetModuleID
Modifier and Type | Method and Description |
---|---|
TargetModuleID[] |
getChildTargetModuleID()
Retrieve a list of identifiers of the children
of this deployed module.
|
java.lang.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 name of the target server.
|
java.lang.String |
getWebURL()
If this TargetModulID represents a web
module retrieve the URL for it.
|
java.lang.String |
toString()
Retrieve the identifier representing
the deployed module.
|
Target getTarget()
java.lang.String getModuleID()
java.lang.String getWebURL()
java.lang.String toString()
toString
in class java.lang.Object
TargetModuleID getParentTargetModuleID()
null
value means this module is the root
object deployed.TargetModuleID[] getChildTargetModuleID()
null
value means this module has no childern