|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.goerntkai.scot.app.SCoT
The core of the application. When using SCoT from your own Software,
this should be the only class needed. Just instantiate it and call
start()
.
Constructor Summary | |
SCoT(de.goerntkai.devbase.tools.cmdln.CmdLn aCmdLn,
java.lang.String propertiesFileName)
Instantiates the application core. |
Method Summary | |
void |
printLogLocation()
Prints the location of the log files to standard out. |
void |
start()
Starts SCoT. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SCoT(de.goerntkai.devbase.tools.cmdln.CmdLn aCmdLn, java.lang.String propertiesFileName) throws java.io.FileNotFoundException, java.io.IOException
Instantiates the application core. This constructor is mainly used by calling SCoT from the command line.
aCmdLn
- the command line with wich the program startedpropertiesFileName
- the path to the properties file
java.io.FileNotFoundException
java.io.IOException
Method Detail |
public void printLogLocation() throws java.io.FileNotFoundException, java.io.IOException
Prints the location of the log files to standard out.
java.io.FileNotFoundException
java.io.IOException
public void start() throws java.io.IOException
Starts SCoT. All the HTML-pages are now created.
An exception is thrown when the source directory does not exist or is empty.
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |