org.glassfish.api.deployment
Class UndeployCommandParameters

java.lang.Object
  extended by org.glassfish.api.deployment.OpsParams
      extended by org.glassfish.api.deployment.UndeployCommandParameters
All Implemented Interfaces:
CommandParameters

public class UndeployCommandParameters
extends OpsParams

Parameters passed to a deployment command.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.glassfish.api.deployment.OpsParams
OpsParams.Origin
 
Field Summary
 Boolean cascade
           
 Boolean droptables
           
 Boolean ignoreCascade
           
 Boolean keepreposdir
           
 String name
           
 Properties properties
           
 String target
           
 
Fields inherited from class org.glassfish.api.deployment.OpsParams
origin
 
Constructor Summary
UndeployCommandParameters()
           
UndeployCommandParameters(String name)
           
 
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

target

public String target

keepreposdir

public Boolean keepreposdir

droptables

public Boolean droptables

cascade

public Boolean cascade

ignoreCascade

public Boolean ignoreCascade

properties

public Properties properties
Constructor Detail

UndeployCommandParameters

public UndeployCommandParameters()

UndeployCommandParameters

public UndeployCommandParameters(String name)
Method Detail

name

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

libraries

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


Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.

Generated on 12-March-2010 04:35