com.ibm.ws.container.service.app.deploy
Interface ApplicationInfo
All known subinterfaces:
- public interface ApplicationInfo
Method Summary
Modifier and Type | Method and Description |
---|---|
getConfigHelper()
|
|
|
getContainer()
|
|
getMetaData()
|
|
getName()
Returns the unique application name.
|
Method Detail
getName
- java.lang.String getName()
getContainer
- Container getContainer()
getConfigHelper
- NestedConfigHelper getConfigHelper( )
getMetaData
- ApplicationMetaData getMetaData( )
getMetaData()
.