|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.se.jsr181.utils.Jsr181ClassLoaderUtils
public class Jsr181ClassLoaderUtils
A class loader that puts all the JARs and the root directory in the class path.
This class is a partial copy of org.ow2.petals.se.talend.utils.TalendClassLoaderUtils, except we use a class loader from Axis2 libraries.
| Nested Class Summary | |
|---|---|
static class |
Jsr181ClassLoaderUtils.Jsr181ComponentPrivilegedAction
Create a new URL class loader. |
| Method Summary | |
|---|---|
static java.net.URLClassLoader |
createClassLoader(java.net.URL[] urls,
java.lang.ClassLoader parent)
Return an URLClassLoader object, with all Jar contained in the given directory path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.net.URLClassLoader createClassLoader(java.net.URL[] urls,
java.lang.ClassLoader parent)
urls - the URLs to loadparent - the parent class loader to use
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||