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.Command, OpsParams.Origin
 
Field Summary
 Boolean asyncreplication
           
 Boolean availabilityenabled
           
 Boolean clientJarRequested
           
 String contextroot
           
 Boolean createtables
           
 String dbvendorname
           
 File deploymentplan
           
 String description
           
 Boolean dropandcreatetables
           
 Boolean enabled
           
 Boolean force
           
 Boolean generatermistubs
           
 Boolean isredeploy
           
 Boolean keepfailedstubs
           
 Boolean keepreposdir
           
 Boolean keepstate
           
 String lbenabled
           
 String libraries
           
 Boolean logReportedErrors
           
 String name
           
 File path
           
 Boolean precompilejsp
           
 String previousContextRoot
           
 Properties properties
           
 Properties property
           
 String retrieve
           
 String target
           
 String type
           
 Boolean uniquetablenames
           
 Boolean verify
           
 String virtualservers
           
 
Fields inherited from class org.glassfish.api.deployment.OpsParams
command, origin
 
Constructor Summary
DeployCommandParameters()
           
DeployCommandParameters(File path)
           
 
Method Summary
 String libraries()
           
 String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

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

clientJarRequested

public Boolean clientJarRequested

previousContextRoot

public String previousContextRoot
Constructor Detail

DeployCommandParameters

public DeployCommandParameters()

DeployCommandParameters

public DeployCommandParameters(File path)
Method Detail

name

public String name()
Specified by:
name in class OpsParams

libraries

public String libraries()
Specified by:
libraries in class OpsParams


Copyright © 2012. All Rights Reserved.