public interface ApplicationInfo
Modifier and Type | Method and Description |
---|---|
NestedConfigHelper |
getConfigHelper()
Returns an instance of NestedConfigHelper that can be used to obtain
application properties
|
com.ibm.wsspi.adaptable.module.Container |
getContainer()
Returns the Container object associated with this application
|
java.lang.String |
getDeploymentName()
Returns the unique deployment name for an application.
|
java.lang.String |
getName()
Returns the unique application name.
|
boolean |
getUseJandex()
This indicates whether Jandex annotation indexes supplied in the application are to be used.
|
java.lang.String getName()
com.ibm.wsspi.adaptable.module.Container getContainer()
java.lang.String getDeploymentName()
NestedConfigHelper getConfigHelper()
boolean getUseJandex()