org.apache.geronimo.cli.deployer
Class ListModulesCommandArgsImpl

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

public class ListModulesCommandArgsImpl
extends Object
implements ListModulesCommandArgs


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

ListModulesCommandArgsImpl

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

isAll

public boolean isAll()
Specified by:
isAll in interface ListModulesCommandArgs

isStarted

public boolean isStarted()
Specified by:
isStarted in interface ListModulesCommandArgs

isStopped

public boolean isStopped()
Specified by:
isStopped in interface ListModulesCommandArgs

getArgs

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

addState

protected void addState()


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