public class ModuleInfo extends Object
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getBeans()
If this module represents an EJB jar, this returns the individual bean names. 
 | 
String[] | 
getContextRoots()
If this module represents a web module in an ear, then this returns the associated
 context roots from the ear descriptor. 
 | 
String[] | 
getDataSources()
List of JEE6 datasource names. 
 | 
String | 
getName()
The name of the module 
 | 
String[] | 
getRestServices()
List of REST (JAX-RS) service/application names. 
 | 
String[] | 
getSubDeployments()
This returns subdeployments associated with a JMS Modules 
 | 
ModuleInfo[] | 
getSubModules()
List of embedded modules. 
 | 
ModuleType | 
getType()
The module type of this module. 
 | 
String[] | 
getWebServices()
List of web service names. 
 | 
boolean | 
hasDataSource()
Indicates whether this module has JEE6 style data sources 
 | 
boolean | 
isArchived()
Whether this module is in archived form 
 | 
boolean | 
isRestService()
Indicates whether this module has REST (JAX-RS) services/applications 
 | 
boolean | 
isWebService()
Indicates whether this module has Java EE 1.4 based web services 
 | 
public String getName()
public ModuleInfo[] getSubModules()
public ModuleType getType()
public boolean isArchived()
public boolean isWebService()
public String[] getWebServices()
public boolean isRestService()
public String[] getRestServices()
public boolean hasDataSource()
public String[] getDataSources()
public String[] getContextRoots()
public String[] getBeans()
public String[] getSubDeployments()