Package org.glassfish.api.deployment
Class UndeployCommandParameters
- java.lang.Object
-
- org.glassfish.api.deployment.OpsParams
-
- org.glassfish.api.deployment.UndeployCommandParameters
-
- All Implemented Interfaces:
CommandParameters
public class UndeployCommandParameters extends OpsParams
Parameters passed to a deployment command.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.glassfish.api.deployment.OpsParams
OpsParams.Command, OpsParams.Origin
-
-
Field Summary
Fields Modifier and Type Field Description Boolean_ignoreCascadeString_typeBooleancascadeBooleandroptablesBooleanisredeployBooleankeepreposdirBooleankeepstateStringnamePropertiespropertiesStringtarget-
Fields inherited from class org.glassfish.api.deployment.OpsParams
_classicstyle, command, origin
-
-
Constructor Summary
Constructors Constructor Description UndeployCommandParameters()UndeployCommandParameters(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetProperties()BooleanisRedeploy()Stringlibraries()Stringname()-
Methods inherited from class org.glassfish.api.deployment.OpsParams
getCommand, getOrigin
-
-
-
-
Field Detail
-
name
public String name
-
target
public String target
-
keepreposdir
public Boolean keepreposdir
-
isredeploy
public Boolean isredeploy
-
droptables
public Boolean droptables
-
cascade
public Boolean cascade
-
_ignoreCascade
public Boolean _ignoreCascade
-
_type
public String _type
-
properties
public Properties properties
-
keepstate
public Boolean keepstate
-
-
Constructor Detail
-
UndeployCommandParameters
public UndeployCommandParameters()
-
UndeployCommandParameters
public UndeployCommandParameters(String name)
-
-