org.apache.geronimo.cli.deployer
Class DistributeCommandArgsImpl

java.lang.Object
  extended by org.apache.geronimo.cli.deployer.DistributeCommandArgsImpl
All Implemented Interfaces:
CommandArgs, DistributeCommandArgs

public class DistributeCommandArgsImpl
extends Object
implements DistributeCommandArgs


Field Summary
protected  org.apache.commons.cli.CommandLine commandLine
           
protected  org.apache.commons.cli.Options options
           
 
Constructor Summary
DistributeCommandArgsImpl(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

DistributeCommandArgsImpl

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

addTargets

protected void addTargets()

addInPlace

protected void addInPlace()

getTargets

public String[] getTargets()
Specified by:
getTargets in interface DistributeCommandArgs

isInPlace

public boolean isInPlace()
Specified by:
isInPlace in interface DistributeCommandArgs

getArgs

public String[] getArgs()
Specified by:
getArgs in interface CommandArgs


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.