org.apache.geronimo.cli.deployer
Class ListModulesCommandArgs

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

public class ListModulesCommandArgs
extends Object
implements CommandArgs


Field Summary
protected  org.apache.commons.cli.CommandLine commandLine
           
protected  org.apache.commons.cli.Options options
           
 
Constructor Summary
ListModulesCommandArgs(String[] args)
           
 
Method Summary
protected  void addState()
           
 String[] getArgs()
           
 boolean isAll()
           
 boolean isStarted()
           
 boolean isStopped()
           
 
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

ListModulesCommandArgs

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

isAll

public boolean isAll()

isStarted

public boolean isStarted()

isStopped

public boolean isStopped()

getArgs

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

addState

protected void addState()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.