com.kedwards.swt.exp
Class FSClassExporter

java.lang.Object
  |
  +--com.kedwards.swt.exp.ClassExporter
        |
        +--com.kedwards.swt.exp.ContextClassExporter
              |
              +--com.kedwards.swt.exp.FSClassExporter
All Implemented Interfaces:
java.lang.Runnable

public class FSClassExporter
extends ContextClassExporter

FSClassExporter.java

This is a ClassExporter that will export all the classfiles specified in a path name argument. The path can represent a directory at the top of a package hierarchy of classes, or it can represent a JAR file from which classes will be served.

This allows you to selectively serve up only a fixed set of classes located in a directory or JAR.

See http://www.kedwards.com/jini

No warranty expressed or implied; use at your own risk; for educational purposes only.

Author:
Keith Edwards

Fields inherited from class com.kedwards.swt.exp.ClassExporter
exporter
 
Constructor Summary
FSClassExporter(int port, java.lang.String classpath)
           
FSClassExporter(java.lang.String classpath)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class com.kedwards.swt.exp.ContextClassExporter
getByteCodes, setClassLoader
 
Methods inherited from class com.kedwards.swt.exp.ClassExporter
establishCodebase, getCodebase, run, shutdown, testHarness
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSClassExporter

public FSClassExporter(java.lang.String classpath)
                throws java.io.IOException

FSClassExporter

public FSClassExporter(int port,
                       java.lang.String classpath)
                throws java.io.IOException
Method Detail

main

public static void main(java.lang.String[] args)