com.huguesjohnson.debigulator
Class Debigulator

java.lang.Object
  extended by com.huguesjohnson.debigulator.Debigulator

public class Debigulator
extends java.lang.Object

Main class for the Debigulator application. Manages the frame, user actions, and batch compression thread.


Constructor Summary
Debigulator()
          Creates a new application with default settings.
Debigulator(java.lang.String sessionPath)
          Creates a new application based on the session name passed.
 
Method Summary
static void main(java.lang.String[] arguments)
          Entry point for the application.
 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

Debigulator

public Debigulator()
Creates a new application with default settings.


Debigulator

public Debigulator(java.lang.String sessionPath)
Creates a new application based on the session name passed.

Parameters:
sessionPath - The path to the session to load.
Method Detail

toString

public java.lang.String toString()
Returns a string representation of the object.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of the object.

main

public static void main(java.lang.String[] arguments)
Entry point for the application.

Parameters:
arguments - The command line arguments for the program.


Copyright © 2000-2007 Hugues Johnson