public class JarLoader extends JarListLoader implements Dependency
_jarList| Constructor and Description |
|---|
JarLoader()
Creates a new directory loader.
|
JarLoader(java.lang.ClassLoader loader)
Creates a new directory loader.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
getCodePath() |
void |
init()
Initialize the loader
|
void |
setLoader(DynamicClassLoader loader)
Sets the owning class loader.
|
addJar, buildClassPath, clearJars, getClassEntry, getPath, getResources, isJarCacheEnabled, isModified, logModified, toString, validatebuildSourcePath, destroy, getClassLoader, getCodeSource, getHashCrc, getResource, getResourceAsStream, isDirectoryLoader, loadClass, lookupPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisModified, logModifiedpublic JarLoader()
public JarLoader(java.lang.ClassLoader loader)
public void setLoader(DynamicClassLoader loader)
setLoader in class JarListLoaderpublic void init()
Loaderinit in class JarListLoaderpublic Path getCodePath()