Package org.glassfish.api.deployment
Class DeployCommandParameters
- java.lang.Object
-
- org.glassfish.api.deployment.OpsParams
-
- org.glassfish.api.deployment.DeployCommandParameters
-
- All Implemented Interfaces:
CommandParameters
public class DeployCommandParameters extends OpsParams
Parameters passed by the user to a deployment request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeployCommandParameters.ParameterNames-
Nested classes/interfaces inherited from class org.glassfish.api.deployment.OpsParams
OpsParams.Command, OpsParams.Origin
-
-
Field Summary
-
Fields inherited from class org.glassfish.api.deployment.OpsParams
_classicstyle, command, origin
-
-
Constructor Summary
Constructors Constructor Description DeployCommandParameters()DeployCommandParameters(File path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetAltdd()StringgetContextRoot()StringgetDBVendorName()FilegetDeploymentPlan()FilegetPath()StringgetPreviousContextRoot()StringgetRetrieve()FilegetRuntimeAltdd()StringgetType()StringgetVirtualServers()BooleanisAsyncReplication()BooleanisAvailabilityEnabled()BooleanisClientJarRequested()BooleanisEnabled()BooleanisForce()BooleanisGenerateRMIStubs()BooleanisKeepFailedStubs()BooleanisKeepReposDir()BooleanisLogReportedErrors()BooleanisPrecompileJsp()BooleanisRedeploy()BooleanisVerify()Stringlibraries()Stringname()voidsetContextRoot(String val)-
Methods inherited from class org.glassfish.api.deployment.OpsParams
getCommand, getOrigin
-
-
-
-
Field Detail
-
name
public String name
-
contextroot
public String contextroot
-
virtualservers
public String virtualservers
-
libraries
public String libraries
-
force
public Boolean force
-
precompilejsp
public Boolean precompilejsp
-
verify
public Boolean verify
-
retrieve
public String retrieve
-
dbvendorname
public String dbvendorname
-
createtables
public Boolean createtables
-
dropandcreatetables
public Boolean dropandcreatetables
-
uniquetablenames
public Boolean uniquetablenames
-
deploymentplan
public File deploymentplan
-
altdd
public File altdd
-
runtimealtdd
public File runtimealtdd
-
enabled
public Boolean enabled
-
generatermistubs
public Boolean generatermistubs
-
availabilityenabled
public Boolean availabilityenabled
-
asyncreplication
public Boolean asyncreplication
-
target
public String target
-
keepreposdir
public Boolean keepreposdir
-
keepfailedstubs
public Boolean keepfailedstubs
-
isredeploy
public Boolean isredeploy
-
logReportedErrors
public Boolean logReportedErrors
-
path
public File path
-
description
public String description
-
properties
public Properties properties
-
property
public Properties property
-
type
public String type
-
keepstate
public Boolean keepstate
-
lbenabled
public String lbenabled
-
deploymentorder
public Integer deploymentorder
-
clientJarRequested
public Boolean clientJarRequested
-
previousContextRoot
public String previousContextRoot
-
-
Constructor Detail
-
DeployCommandParameters
public DeployCommandParameters()
-
DeployCommandParameters
public DeployCommandParameters(File path)
-
-
Method Detail
-
getContextRoot
public String getContextRoot()
-
setContextRoot
public void setContextRoot(String val)
-
getVirtualServers
public String getVirtualServers()
-
isForce
public Boolean isForce()
-
isPrecompileJsp
public Boolean isPrecompileJsp()
-
isVerify
public Boolean isVerify()
-
getRetrieve
public String getRetrieve()
-
getDBVendorName
public String getDBVendorName()
-
getDeploymentPlan
public File getDeploymentPlan()
-
getAltdd
public File getAltdd()
-
getRuntimeAltdd
public File getRuntimeAltdd()
-
isEnabled
public Boolean isEnabled()
-
isGenerateRMIStubs
public Boolean isGenerateRMIStubs()
-
isAvailabilityEnabled
public Boolean isAvailabilityEnabled()
-
isAsyncReplication
public Boolean isAsyncReplication()
-
isKeepReposDir
public Boolean isKeepReposDir()
-
isKeepFailedStubs
public Boolean isKeepFailedStubs()
-
isRedeploy
public Boolean isRedeploy()
-
isLogReportedErrors
public Boolean isLogReportedErrors()
-
getPath
public File getPath()
-
getType
public String getType()
-
isClientJarRequested
public Boolean isClientJarRequested()
-
getPreviousContextRoot
public String getPreviousContextRoot()
-
-