Interface ApplicationInfo
-
- All Known Subinterfaces:
EARApplicationInfo
public interface ApplicationInfoContains information about a JEE application
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NestedConfigHelpergetConfigHelper()Returns an instance of NestedConfigHelper that can be used to obtain application propertiescom.ibm.wsspi.adaptable.module.ContainergetContainer()Returns the Container object associated with this applicationjava.lang.StringgetDeploymentName()Returns the unique deployment name for an application.java.lang.StringgetName()Returns the unique application name.booleangetUseJandex()This indicates whether Jandex annotation indexes supplied in the application are to be used.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Returns the unique application name. This will normally be the name specified in the deployment descriptor (or the URI base name) unless that value would conflict with another application, in which case a unique name will have been generated and will be returned.
-
getContainer
com.ibm.wsspi.adaptable.module.Container getContainer()
Returns the Container object associated with this application
-
getDeploymentName
java.lang.String getDeploymentName()
Returns the unique deployment name for an application.
-
getConfigHelper
NestedConfigHelper getConfigHelper()
Returns an instance of NestedConfigHelper that can be used to obtain application properties
-
getUseJandex
boolean getUseJandex()
This indicates whether Jandex annotation indexes supplied in the application are to be used.- Returns:
-
-