com.ibm.ws.container.service.app.deploy
Interface ModuleInfo
All known subinterfaces:
- public interface ModuleInfo
Method Summary
Modifier and Type | Method and Description |
---|---|
getApplicationInfo()
|
|
|
getClassLoader()
|
|
getContainer()
|
|
getMetaData()
|
|
getName()
Returns the unique module name.
|
|
getURI()
|
Method Detail
getName
- java.lang.String getName()
Returns the unique module name. This will normally be the module name
specified in the deployment descriptor (or the URI base name) unless that
value would conflict with another module in the same application, in
which case a unique name will have been generated and will be returned.
getURI
- java.lang.String getURI()
Returns:
the module URI (e.g., "test.jar") as specified in the application
deployment descriptor, or the application basename for a
standalone module
getContainer
- Container getContainer()
Returns:
getMetaData
- ModuleMetaData getMetaData()
Returns:
getApplicationInfo
- ApplicationInfo getApplicationInfo( )
Returns:
getClassLoader
- java.lang.ClassLoader getClassLoader( )
Returns: