org.apache.geronimo.cli.deployer
Interface ListModulesCommandArgs

All Superinterfaces:
CommandArgs
All Known Implementing Classes:
ListModulesCommandArgsImpl, ListModulesCommandArgsImpl

public interface ListModulesCommandArgs
extends CommandArgs


Method Summary
 boolean isAll()
           
 boolean isStarted()
           
 boolean isStopped()
           
 
Methods inherited from interface org.apache.geronimo.cli.deployer.CommandArgs
getArgs
 

Method Detail

isAll

boolean isAll()

isStarted

boolean isStarted()

isStopped

boolean isStopped()


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