org.apache.geronimo.cli.deployer
Class DistributeCommandArgs
java.lang.Object
org.apache.geronimo.cli.deployer.DistributeCommandArgs
- All Implemented Interfaces:
- CommandArgs
public class DistributeCommandArgs
- extends Object
- implements CommandArgs
Field Summary |
protected org.apache.commons.cli.CommandLine |
commandLine
|
protected org.apache.commons.cli.Options |
options
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
options
protected final org.apache.commons.cli.Options options
commandLine
protected org.apache.commons.cli.CommandLine commandLine
DistributeCommandArgs
public DistributeCommandArgs(String[] args)
throws CLParserException
- Throws:
CLParserException
addTargets
protected void addTargets()
addInPlace
protected void addInPlace()
getTargets
public String[] getTargets()
isInPlace
public boolean isInPlace()
getArgs
public String[] getArgs()
- Specified by:
getArgs
in interface CommandArgs
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.