com.objectwave.customClassLoader
Class TestLoader

java.lang.Object
  |
  +--com.objectwave.customClassLoader.TestLoader

public class TestLoader
extends java.lang.Object

Tests MultiClassLoader, URLClassLoader and FileClassLoader. If no command options are entered then the url is used. Otherwise local file loading is used, which allows testing locally before server deployment. Note - Still cannot get to work: String root = "http://localhost/file:///C|jp/test/store/"; or String root = "file:///C|jp/test/store/"; Does anyone have suggestions???

Version:
$Id: TestLoader.java,v 2.0 2001/06/11 15:54:25 dave_hoag Exp $
Author:
Jack Harich - 8/18/97

Constructor Summary
TestLoader(java.lang.String[] args)
          Constructor for the TestLoader object
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the TestLoader class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLoader

public TestLoader(java.lang.String[] args)
Constructor for the TestLoader object

Parameters:
args -
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the TestLoader class

Parameters:
args - The command line arguments