Home » jboss-javaee-sources » javax.enterprise.deploy » spi » [javadoc | source]
javax.enterprise.deploy.spi
public interface: TargetModuleID [javadoc | source] A module deployed to a target.
Method from javax.enterprise.deploy.spi.TargetModuleID Summary:
getChildTargetModuleID,   getModuleID,   getParentTargetModuleID,   getTarget,   getWebURL,   toString
Method from javax.enterprise.deploy.spi.TargetModuleID Detail:
 public TargetModuleID[] getChildTargetModuleID()
    Get the child modules
 public String getModuleID()
    Get the module id
 public TargetModuleID getParentTargetModuleID()
    The parent of this module
 public Target getTarget()
    Get the target
 public String getWebURL()
    The URL for a web module
 public String toString()
    Return the identifier of this module