org.apache.geronimo.cli
Class AbstractCLI

java.lang.Object
  extended by org.apache.geronimo.cli.AbstractCLI
Direct Known Subclasses:
ClientCLI, DaemonCLI, DeployerCLI

public abstract class AbstractCLI
extends Object


Constructor Summary
protected AbstractCLI(String[] args, PrintStream errStream)
           
 
Method Summary
protected  boolean executeCommand(CLParser parser)
           
 int executeMain()
           
protected abstract  CLParser getCLParser()
           
protected  void initializeLogging(CLParser parser)
           
protected abstract  MainConfigurationBootstrapper newMainConfigurationBootstrapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCLI

protected AbstractCLI(String[] args,
                      PrintStream errStream)
Method Detail

executeMain

public int executeMain()

executeCommand

protected boolean executeCommand(CLParser parser)

initializeLogging

protected void initializeLogging(CLParser parser)

newMainConfigurationBootstrapper

protected abstract MainConfigurationBootstrapper newMainConfigurationBootstrapper()

getCLParser

protected abstract CLParser getCLParser()


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