com.ingenta.clownbike
Class Shell

java.lang.Object
  extended bycom.ingenta.clownbike.Shell
Direct Known Subclasses:
CBInit

public class Shell
extends java.lang.Object


Constructor Summary
Shell()
           
 
Method Summary
 Configuration getConfiguration()
           
 Database getDatabase()
           
 Index getIndex()
           
 java.util.logging.Logger getLogger()
           
 java.lang.String[] initialize(java.lang.String[] inArgs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shell

public Shell()
Method Detail

initialize

public java.lang.String[] initialize(java.lang.String[] inArgs)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getLogger

public java.util.logging.Logger getLogger()

getConfiguration

public Configuration getConfiguration()

getDatabase

public Database getDatabase()

getIndex

public Index getIndex()