org.n0pe.asadmin.commands
Class Deployment
java.lang.Object
org.n0pe.asadmin.AbstractAsAdminCmd
org.n0pe.asadmin.commands.Deployment
- All Implemented Interfaces:
- IAsAdminCmd
public class Deployment
- extends AbstractAsAdminCmd
- Author:
- Paul Merlin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEPLOY
public static final String DEPLOY
- See Also:
- Constant Field Values
UNDEPLOY
public static final String UNDEPLOY
- See Also:
- Constant Field Values
FORCE_OPT
public static final String FORCE_OPT
- See Also:
- Constant Field Values
CONTEXTROOT_OPT
public static final String CONTEXTROOT_OPT
- See Also:
- Constant Field Values
NAME_OPT
public static final String NAME_OPT
- See Also:
- Constant Field Values
TARGET_OPT
public static final String TARGET_OPT
- See Also:
- Constant Field Values
Deployment
public Deployment()
deploy
public Deployment deploy()
undeploy
public Deployment undeploy()
archive
public Deployment archive(String archive)
component
public Deployment component(String component)
withContextRoot
public Deployment withContextRoot(String contextRoot)
force
public Deployment force(boolean force)
appName
public Deployment appName(String appName)
target
public Deployment target(String target)
needCredentials
public boolean needCredentials()
getActionCommand
public String getActionCommand()
getParameters
public String[] getParameters()
Copyright © 2012. All Rights Reserved.