|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cafesip.jiplet.JipletClassLoader
public class JipletClassLoader
This class is an utility class for creating class loaders used by the jiplet container.
| Constructor Summary | |
|---|---|
JipletClassLoader()
A constructor for this class. |
|
| Method Summary | |
|---|---|
static java.lang.ClassLoader |
getClassLoader(java.lang.ClassLoader base,
java.io.File classDir,
java.io.File jarDir)
Creates a class loader based on supplied classes and jar files. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JipletClassLoader()
| Method Detail |
|---|
public static java.lang.ClassLoader getClassLoader(java.lang.ClassLoader base,
java.io.File classDir,
java.io.File jarDir)
throws java.net.MalformedURLException
base - .classDir - a directory containing the package hierarchy.jarDir - a directory containing jar lists.
java.net.MalformedURLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||