org.apache.geronimo.cli.deployer
Class DistributeCommandArgs

java.lang.Object
  extended by 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
           
 
Constructor Summary
DistributeCommandArgs(String[] args)
           
 
Method Summary
protected  void addInPlace()
           
protected  void addTargets()
           
 String[] getArgs()
           
 String[] getTargets()
           
 boolean isInPlace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

options

protected final org.apache.commons.cli.Options options

commandLine

protected org.apache.commons.cli.CommandLine commandLine
Constructor Detail

DistributeCommandArgs

public DistributeCommandArgs(String[] args)
                      throws CLParserException
Throws:
CLParserException
Method Detail

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.