Class Package

java.lang.Object
  |
  +--Package

public class Package
extends java.lang.Object

Package the client. Creates a jar file in the current directory that contains a minimal set of classes needed to run the client. Use Bytecode library to extract class names and read/write classes

Author:
First Hop Ltd / Torsten Rueger

Constructor Summary
Package()
           
 
Method Summary
 void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Package

public Package()
Method Detail

usage

public void usage()