fi.hu.cs.titokone
Class Titokone
java.lang.Object
fi.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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Titokone
public Titokone()
main
public static void main(java.lang.String[] args)
handleParameter
private static void handleParameter(java.lang.String parameter)
showAvailableParameters
private static void showAvailableParameters()