org.glassfish.api.deployment
Class DeployCommandParameters

java.lang.Object
  extended by org.glassfish.api.deployment.OpsParams
      extended by 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
static class DeployCommandParameters.ParameterNames
           
 
Nested classes/interfaces inherited from class org.glassfish.api.deployment.OpsParams
OpsParams.Origin
 
Field Summary
 java.lang.Boolean asyncreplication
           
 java.lang.Boolean availabilityenabled
           
 java.lang.Boolean clientJarRequested
           
 java.lang.String contextroot
           
 java.lang.Boolean createtables
           
 java.lang.String dbvendorname
           
 java.io.File deploymentplan
           
 java.lang.String description
           
 java.lang.Boolean dropandcreatetables
           
 java.lang.Boolean enabled
           
 java.lang.Boolean force
           
 java.lang.Boolean generatermistubs
           
 java.lang.Boolean isredeploy
           
 java.lang.Boolean keepfailedstubs
           
 java.lang.Boolean keepreposdir
           
 java.lang.Boolean keepstate
           
 java.lang.String lbenabled
           
 java.lang.String libraries
           
 java.lang.Boolean logReportedErrors
           
 java.lang.String name
           
 java.io.File path
           
 java.lang.Boolean precompilejsp
           
 java.lang.String previousContextRoot
           
 java.util.Properties properties
           
 java.util.Properties property
           
 java.lang.String retrieve
           
 java.lang.String target
           
 java.lang.String type
           
 java.lang.Boolean uniquetablenames
           
 java.lang.Boolean verify
           
 java.lang.String virtualservers
           
 
Fields inherited from class org.glassfish.api.deployment.OpsParams
origin
 
Constructor Summary
DeployCommandParameters()
           
DeployCommandParameters(java.io.File path)
           
 
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
 

Field Detail

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
Constructor Detail

DeployCommandParameters

public DeployCommandParameters()

DeployCommandParameters

public DeployCommandParameters(java.io.File path)
Method Detail

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.