| Package | Description |
|---|---|
| com.caucho.bytecode | |
| com.caucho.config | |
| com.caucho.config.gen | |
| com.caucho.java |
Java compilation and auto-compile classloader
|
| com.caucho.java.gen | |
| com.caucho.make | |
| com.caucho.quercus.program | |
| 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 |
|---|---|
void |
DependencyBean.addDependency(PersistentDependency depend) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanGenerator.addDependency(PersistentDependency depend) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractGenerator.printDependList(java.util.ArrayList<PersistentDependency> depends)
Generates the class dependency code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyComponent.addDependency(PersistentDependency depend)
Adds a dependency.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyComponent.addDependencyList(java.util.ArrayList<PersistentDependency> dependList)
Adds a dependency list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AlwaysModified
Interface representing a resource that always changes.
|
class |
ClassDependency
Representing a class that might change.
|
class |
DependencyList
Contains a set of dependencies.
|
class |
VersionDependency
Representing a Resin version.
|
| Modifier and Type | Method and Description |
|---|---|
DependencyList |
DependencyList.add(PersistentDependency dependency)
Adds a dependency.
|
DependencyList |
DependencyList.remove(PersistentDependency dependency)
Removes a dependency.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<PersistentDependency> |
QuercusProgram.getDependencyList() |
| Modifier and Type | Class and Description |
|---|---|
class |
Depend
Class for keeping track of modifications.
|
| Modifier and Type | Method and Description |
|---|---|
PersistentDependency |
MergePath.createDepend()
Creates a dependency.
|
PersistentDependency |
Path.createDepend()
Creates a dependency.
|
static PersistentDependency |
Jar.createDepend(Path backing)
Return a Jar for the path.
|
static PersistentDependency |
Jar.createDepend(Path backing,
long digest)
Return a Jar for the path.
|
PersistentDependency |
JarPath.getDepend()
Returns the dependency checker from the jar.
|
PersistentDependency |
Jar.getDepend()
Returns the dependency.
|