| Package | Description |
|---|---|
| com.caucho.bytecode | |
| com.caucho.config.xml | |
| com.caucho.loader | |
| com.caucho.loader.enhancer | |
| com.caucho.loader.ivy | |
| com.caucho.loader.module | |
| com.caucho.make | |
| com.caucho.vfs |
Resin's Virtual File System.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JClassDependency
Representing a class that might change.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Dependency> |
XmlConfigContext.getDependencyList() |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassEntry
Describes a cached loaded class entry.
|
class |
DirectoryLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
DynamicClassLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
class |
EnvironmentClassLoader
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 |
NonScanDynamicClassLoader
Non scanning classloader.
|
class |
PathLoader
Class loader which loads specific paths.
|
class |
ProxyClassLoader
Class loader which loads a single proxy.
|
class |
RootDynamicClassLoader
Root class loader.
|
class |
SystemClassLoader
ClassLoader that initalizes the environment and allows byte code
enhancement of classes in the system classpath.
|
class |
TempDynamicClassLoader
Temporary class loader for class enhancement
|
class |
TreeLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Environment.addDependency(Dependency depend)
Adds a dependency to the current environment.
|
void |
DynamicClassLoader.addDependency(Dependency dependency)
Adds a dependency.
|
static void |
Environment.addDependency(Dependency depend,
java.lang.ClassLoader loader)
Adds a dependency to the current environment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnhancingClassLoader
Class loader which checks for changes in class files and automatically
picks up new jars.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IvyLoader
Class loader which uses an ivy dependency
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArtifactClassLoader
ClassLoader for an artifact.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysModified
Interface representing a resource that always changes.
|
class |
CachedDependency
A cached dependency only checks the dependency at an interval.
|
class |
ClassDependency
Representing a class that might change.
|
class |
DependencyContainer
Contains a set of dependencies.
|
class |
DependencyList
Contains a set of dependencies.
|
class |
VersionDependency
Representing a Resin version.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<Dependency> |
DependencyContainer.getDependencies() |
| Modifier and Type | Method and Description |
|---|---|
DependencyContainer |
DependencyContainer.add(Dependency dependency)
Adds a dependency.
|
DependencyContainer |
DependencyContainer.remove(Dependency dependency)
Removes a dependency.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyContainer |
DependencyContainer.addAll(java.util.ArrayList<Dependency> dependencyList) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
PersistentDependency
Interface representing a resource that might change.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicDependencyContainer
Contains a set of dependencies.
|
class |
Depend
Class for keeping track of modifications.
|
| Modifier and Type | Method and Description |
|---|---|
BasicDependencyContainer |
BasicDependencyContainer.add(Dependency dependency)
Adds a dependency.
|
BasicDependencyContainer |
BasicDependencyContainer.remove(Dependency dependency)
Removes a dependency.
|