Package com.priint.pubserver.appserver
Class GlassfishDomain.Application
java.lang.Object
com.priint.pubserver.appserver.GlassfishDomain.Application
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GlassfishDomain
The type Application.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Application.Application(String name) Instantiates a new Application. -
Method Summary
Modifier and TypeMethodDescriptionintGets deployment order.Gets engines.Gets location.Gets modules.getName()Gets name.Gets properties.<T> List<T>getProperties(Class<T> clazz) Gets properties.<T> TgetProperty(Class<T> clazz, String name) Gets property.voidsetDeploymentOrder(int deploymentOrder) Sets deployment order.voidsetLocation(String location) Sets location.voidSets name.
-
Field Details
-
deploymentOrder
protected int deploymentOrderThe Deployment order. -
location
The Location. -
name
The Name.
-
-
Constructor Details
-
Application
public Application()Instantiates a new Application. -
Application
Instantiates a new Application.- Parameters:
name- the name
-
-
Method Details
-
getDeploymentOrder
public int getDeploymentOrder()Gets deployment order.- Returns:
- the deployment order
-
getEngines
Gets engines.- Returns:
- the engines
-
getLocation
Gets location.- Returns:
- the location
-
getModules
Gets modules.- Returns:
- the modules
-
getName
Gets name.- Returns:
- the name
-
getProperties
Gets properties.- Returns:
- the properties
-
getProperties
Gets properties.- Type Parameters:
T- the type parameter- Parameters:
clazz- the clazz- Returns:
- the properties
-
getProperty
Gets property.- Type Parameters:
T- the type parameter- Parameters:
clazz- the clazzname- the name- Returns:
- the property
-
setDeploymentOrder
public void setDeploymentOrder(int deploymentOrder) Sets deployment order.- Parameters:
deploymentOrder- the deployment order
-
setLocation
Sets location.- Parameters:
location- the location
-
setName
Sets name.- Parameters:
name- the name
-