edu.harvard.deas.hyperenc
Class HyperEncryption

java.lang.Object
  extended by edu.harvard.deas.hyperenc.HyperEncryption

public class HyperEncryption
extends Object

Entry point for the client. Reads config files, constructs storages, collectors, and communicators, then creates a UI and launches it.


Method Summary
static void main(String[] args)
          Runs the HyperEncryption application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
Runs the HyperEncryption application. Reads the configuration files and launches the GUI.

There are two configuration files that must be present:

At present, the names/locations of the configuration files are not configurable. This will be changed in a future release.

Parameters:
args - must be empty. No command line arguments are accepted at present.
See Also:
Properties