de.goerntkai.scot.app
Class SCoT

java.lang.Object
  extended byde.goerntkai.scot.app.SCoT

public class SCoT
extends java.lang.Object

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().

Version:
$Id: SCoT.java,v 1.17 2005/05/14 16:40:58 GoerntKai Exp $
Author:
Kai Görnt

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

SCoT

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.

Parameters:
aCmdLn - the command line with wich the program started
propertiesFileName - the path to the properties file
Throws:
java.io.FileNotFoundException
java.io.IOException
Method Detail

printLogLocation

public void printLogLocation()
                      throws java.io.FileNotFoundException,
                             java.io.IOException

Prints the location of the log files to standard out.

Throws:
java.io.FileNotFoundException
java.io.IOException

start

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.

Throws:
java.io.IOException


© 2004 by Kai Görnt