|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.foray.app.Starter
public abstract class Starter
Abstract super class for all FOray starters.
Constructor Summary | |
---|---|
Starter(org.apache.commons.logging.Log logger,
SessionConfig sessionConfig,
OutputConfig renderConfig)
Constructor. |
Method Summary | |
---|---|
abstract InputSource |
getInputSource()
Returns the input source. |
org.apache.commons.logging.Log |
getLogger()
Returns the logger. |
Options |
getOptions()
Returns the options. |
OutputConfig |
getOutputConfig()
Returns the output configuration. |
abstract void |
run()
Runs the process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Starter(org.apache.commons.logging.Log logger, SessionConfig sessionConfig, OutputConfig renderConfig) throws FOrayException
logger
- The logger. If null, one will be created.sessionConfig
- The session configuration.renderConfig
- The output configuration.
FOrayException
- For errors durint construction.Method Detail |
---|
public abstract void run() throws FOrayException
FOrayException
- For errors during processing.public org.apache.commons.logging.Log getLogger()
public OutputConfig getOutputConfig()
public Options getOptions()
public abstract InputSource getInputSource() throws FOrayException
FOrayException
- For errors creaing the input source.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |