|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.webdocwf.util.loader.OctopusClassLoader
OctopusClassLoader add files to System Class Loader
Constructor Summary | |
OctopusClassLoader()
|
Method Summary | |
static void |
addFile(java.io.File f)
This method add file to System class loader |
static void |
addFile(java.lang.String s)
This method add file to System class loader |
static void |
addURL(java.net.URL u)
This method add file to System class loader |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OctopusClassLoader()
Method Detail |
public static void addFile(java.lang.String s) throws java.io.IOException
s
- defines the path to file object (string)
java.io.IOException
public static void addFile(java.io.File f) throws java.io.IOException
f
- defines the file object
java.io.IOException
public static void addURL(java.net.URL u) throws java.io.IOException
u
- defines the url object
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |