org.apache.geronimo.commands
Class ListModulesCommandArgsImpl

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

public class ListModulesCommandArgsImpl
extends Object
implements ListModulesCommandArgs


Constructor Summary
ListModulesCommandArgsImpl(String[] args, boolean all, boolean started, boolean stopped)
           
 
Method Summary
 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
 

Constructor Detail

ListModulesCommandArgsImpl

public ListModulesCommandArgsImpl(String[] args,
                                  boolean all,
                                  boolean started,
                                  boolean stopped)
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


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