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.
|
Method Summary |
java.lang.String |
libraries()
|
java.lang.String |
name()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
contextroot
public java.lang.String contextroot
virtualservers
public java.lang.String virtualservers
libraries
public java.lang.String libraries
force
public java.lang.Boolean force
precompilejsp
public java.lang.Boolean precompilejsp
verify
public java.lang.Boolean verify
retrieve
public java.lang.String retrieve
dbvendorname
public java.lang.String dbvendorname
createtables
public java.lang.Boolean createtables
dropandcreatetables
public java.lang.Boolean dropandcreatetables
uniquetablenames
public java.lang.Boolean uniquetablenames
deploymentplan
public java.io.File deploymentplan
enabled
public java.lang.Boolean enabled
generatermistubs
public java.lang.Boolean generatermistubs
availabilityenabled
public java.lang.Boolean availabilityenabled
asyncreplication
public java.lang.Boolean asyncreplication
target
public java.lang.String target
keepreposdir
public java.lang.Boolean keepreposdir
keepfailedstubs
public java.lang.Boolean keepfailedstubs
isredeploy
public java.lang.Boolean isredeploy
logReportedErrors
public java.lang.Boolean logReportedErrors
path
public java.io.File path
description
public java.lang.String description
properties
public java.util.Properties properties
property
public java.util.Properties property
type
public java.lang.String type
keepstate
public java.lang.Boolean keepstate
lbenabled
public java.lang.String lbenabled
clientJarRequested
public java.lang.Boolean clientJarRequested
previousContextRoot
public java.lang.String previousContextRoot
DeployCommandParameters
public DeployCommandParameters()
DeployCommandParameters
public DeployCommandParameters(java.io.File path)
name
public java.lang.String name()
- Specified by:
name in class OpsParams
libraries
public java.lang.String libraries()
- Specified by:
libraries in class OpsParams
Copyright © 2012 GlassFish Community. All Rights Reserved.