Class Intellego

java.lang.Object
  |
  +--Intellego

public class Intellego
extends java.lang.Object

Startup class - starts the whole system


Constructor Summary
Intellego()
           
 
Method Summary
static void addToLog(java.lang.String message)
          Adds a message to the log
static void main(java.lang.String[] args)
          Fires up the whole system
static void printUsage()
          Prints usage instructions to stdout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Intellego

public Intellego()
Method Detail

addToLog

public static void addToLog(java.lang.String message)
Adds a message to the log
Parameters:
message - the message to be added

printUsage

public static void printUsage()
Prints usage instructions to stdout

main

public static void main(java.lang.String[] args)
Fires up the whole system