| javax.enterprise.deploy.spi.TargetModuleID
TargetModuleID | public interface TargetModuleID (Code) | | A module deployed to a target.
author: Adrian Brock version: $Revision: 57196 $ |
getChildTargetModuleID | TargetModuleID[] getChildTargetModuleID()(Code) | | Get the child modules
an array of child modules or null if there are no children |
getModuleID | String getModuleID()(Code) | | Get the module id
the id |
getParentTargetModuleID | TargetModuleID getParentTargetModuleID()(Code) | | The parent of this module
the parent or null if there is no parent |
getTarget | Target getTarget()(Code) | | Get the target
the target |
getWebURL | String getWebURL()(Code) | | The URL for a web module
the url |
toString | String toString()(Code) | | Return the identifier of this module
the identifier |
|
|