Package org.glassfish.deployment.admin
Class InstanceDeployCommandParameters
- java.lang.Object
-
- org.glassfish.api.deployment.OpsParams
-
- org.glassfish.api.deployment.DeployCommandParameters
-
- org.glassfish.deployment.admin.InstanceDeployCommandParameters
-
- All Implemented Interfaces:
CommandParameters
- Direct Known Subclasses:
InstanceDeployCommand
public class InstanceDeployCommandParameters extends DeployCommandParameters
Parameters for the remote instance deploy command, beyond the ones already defined for the DAS DeployCommand.- Author:
- Tim Quinn
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInstanceDeployCommandParameters.ParameterNames-
Nested classes/interfaces inherited from class org.glassfish.api.deployment.OpsParams
OpsParams.Command, OpsParams.Origin
-
-
Field Summary
Fields Modifier and Type Field Description PropertiesapppropsFilegeneratedcontentStringpreservedcontextrootPropertiespreviousEnabledAttributesPropertiespreviousVirtualServers-
Fields inherited from class org.glassfish.api.deployment.DeployCommandParameters
altdd, asyncreplication, availabilityenabled, clientJarRequested, contextroot, createtables, dbvendorname, deploymentorder, deploymentplan, description, dropandcreatetables, enabled, force, forceName, generatermistubs, hotDeploy, isredeploy, keepfailedstubs, keepreposdir, keepstate, lbenabled, libraries, loadOnly, logReportedErrors, metadataChanged, name, path, precompilejsp, previousContextRoot, properties, property, retrieve, runtimealtdd, skipDSFailure, sourcesChanged, target, type, uniquetablenames, verify, virtualservers
-
Fields inherited from class org.glassfish.api.deployment.OpsParams
_classicstyle, command, origin
-
-
Constructor Summary
Constructors Constructor Description InstanceDeployCommandParameters()
-
Method Summary
-
Methods inherited from class org.glassfish.api.deployment.DeployCommandParameters
getAltdd, getContextRoot, getDBVendorName, getDeploymentPlan, getPath, getPreviousContextRoot, getRetrieve, getRuntimeAltdd, getSourcesChanged, getType, getVirtualServers, isAsyncReplication, isAvailabilityEnabled, isClientJarRequested, isEnabled, isForce, isForceName, isGenerateRMIStubs, isHotDeploy, isKeepFailedStubs, isKeepReposDir, isLoadOnly, isLogReportedErrors, isMetadataChanged, isPrecompileJsp, isRedeploy, isSkipDSFailure, isVerify, libraries, name, setContextRoot
-
Methods inherited from class org.glassfish.api.deployment.OpsParams
getCommand, getOrigin
-
-
-
-
Field Detail
-
generatedcontent
public File generatedcontent
-
appprops
public Properties appprops
-
preservedcontextroot
public String preservedcontextroot
-
previousVirtualServers
public Properties previousVirtualServers
-
previousEnabledAttributes
public Properties previousEnabledAttributes
-
-