fi.hu.cs.titokone
Class Titokone

java.lang.Object
  extended byfi.hu.cs.titokone.Titokone

public class Titokone
extends java.lang.Object

This class is just a launcher for the actual program. It creates an instance GUI and initiates a debugger, which is accessed all over the program in order to write logs for debugging the program.


Field Summary
static int INVALID_PARAMETER
          This variable is a system.exit parameter for when an invalid parameter is given to the application.
private static java.lang.String PACKAGE
           
 
Constructor Summary
Titokone()
           
 
Method Summary
private static void handleParameter(java.lang.String parameter)
           
static void main(java.lang.String[] args)
           
private static void showAvailableParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID_PARAMETER

public static final int INVALID_PARAMETER
This variable is a system.exit parameter for when an invalid parameter is given to the application.

See Also:
Constant Field Values

PACKAGE

private static final java.lang.String PACKAGE
See Also:
Constant Field Values
Constructor Detail

Titokone

public Titokone()
Method Detail

main

public static void main(java.lang.String[] args)

handleParameter

private static void handleParameter(java.lang.String parameter)

showAvailableParameters

private static void showAvailableParameters()