org.apache.geronimo.commands
Class ListModulesCommandArgsImpl
java.lang.Object
org.apache.geronimo.commands.ListModulesCommandArgsImpl
- All Implemented Interfaces:
- CommandArgs, ListModulesCommandArgs
public class ListModulesCommandArgsImpl
- extends Object
- implements ListModulesCommandArgs
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListModulesCommandArgsImpl
public ListModulesCommandArgsImpl(String[] args,
boolean all,
boolean started,
boolean stopped)
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.