Class CryptPackager

java.lang.Object
  |
  +--CryptPackager

public class CryptPackager
extends java.lang.Object

This class is used for packaging the developer's class files into an executable jar file.


Constructor Summary
CryptPackager(java.util.List fileList, java.lang.String mainClass, java.lang.String key, java.lang.String module, java.net.URL modUrl)
          This constructor builds a packager that can build the developers classes.
 
Method Summary
 void packageProg()
          This method packages the program based on this objects set parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptPackager

public CryptPackager(java.util.List fileList,
                     java.lang.String mainClass,
                     java.lang.String key,
                     java.lang.String module,
                     java.net.URL modUrl)
This constructor builds a packager that can build the developers classes.

Method Detail

packageProg

public void packageProg()
This method packages the program based on this objects set parameters.