|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.customClassLoader.TestLoader
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???
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 |
public TestLoader(java.lang.String[] args)
args
- Method Detail |
public static void main(java.lang.String[] args)
args
- The command line arguments
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |