Package | Description |
---|---|
com.caucho.loader | |
com.caucho.loader.ivy |
Modifier and Type | Class and Description |
---|---|
class |
CompilingLoader
A class loader that automatically compiles Java.
|
class |
DirectoryLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
JarListLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
JarLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
LibraryLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
PathLoader
Class loader which loads specific paths.
|
class |
ResourceLoader
Class loader specific to loading resources, not classes.
|
class |
SimpleLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
TreeLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Loader> |
TempDynamicClassLoader.getLoaders() |
java.util.ArrayList<Loader> |
DynamicClassLoader.getLoaders() |
Modifier and Type | Method and Description |
---|---|
void |
DynamicClassLoader.addLoader(Loader loader)
Adds a resource loader to the end of the list.
|
void |
DynamicClassLoader.addLoader(Loader loader,
int offset)
Adds a resource loader.
|
void |
DynamicClassLoader.removeLoader(Loader loader)
Removes a loader (this should only be used by generating code, for example
EJB to deal with package-private).
|
Modifier and Type | Class and Description |
---|---|
class |
IvyLoader
Class loader which uses an ivy dependency
|