com.huguesjohnson.jail.jdt
Class Jdt

java.lang.Object
  |
  +--com.huguesjohnson.jail.jdt.Jdt

public class Jdt
extends java.lang.Object

class Jdt


Constructor Summary
Jdt(java.lang.String[] args, boolean exitSystemOnClose)
          constructor
 
Method Summary
static void main(java.lang.String[] args)
          entry point for program
 java.lang.String toString()
          returns a string representation of the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Jdt

public Jdt(java.lang.String[] args,
           boolean exitSystemOnClose)
constructor
Parameters:
args - command line arguments
exitSystemOnClose - flag to exit Java runtime system on application close
Method Detail

toString

public java.lang.String toString()
returns a string representation of the object
Overrides:
toString in class java.lang.Object
Returns:
string representation of the object

main

public static void main(java.lang.String[] args)
entry point for program
Parameters:
args - command line arguments