| Package | Description |
|---|---|
| org.codehaus.commons.compiler |
This package declares interfaces for the implementation of an
IExpressionEvaluator, an IScriptEvaluator, an
IClassBodyEvaluator and an ISimpleCompiler. |
| org.codehaus.commons.compiler.lang | |
| org.codehaus.commons.compiler.util |
Utility functionality for this project.
|
| org.codehaus.commons.compiler.util.resource |
Classes related to loading "resources" (
ResourceFinder) and
creating resources (ResourceCreator). |
| Class and Description |
|---|
| Resource
A sequence of bytes that is identified by a "name", is typically found by a
ResourceFinder, can be Resource.open()ed for reading, and optionally
has a Resource.lastModified() property. |
| ResourceCreator
Opens a resource, characterized by a name, for writing.
|
| ResourceFinder
Finds a resource by name.
|
| Class and Description |
|---|
| ResourceFinder
Finds a resource by name.
|
| Class and Description |
|---|
| ResourceFinder
Finds a resource by name.
|
| Class and Description |
|---|
| FileResourceCreator
Stores a stream of bytes in a named resource.
|
| FileResourceFinder
This class specializes the
ResourceFinder for finding resources
in Files. |
| LazyMultiResourceFinder
A
ResourceFinder that examines a set of ResourceFinders lazily as it searches for resources. |
| ListableResourceFinder
Extends the
ResourceFinder class with a ListableResourceFinder.list(String, boolean) method. |
| LocatableResource
A
Resource that can be addressed by a URL. |
| MultiResourceFinder
A
ResourceFinder that finds its resources through a collection of
other ResourceFinders. |
| Resource
A sequence of bytes that is identified by a "name", is typically found by a
ResourceFinder, can be Resource.open()ed for reading, and optionally
has a Resource.lastModified() property. |
| ResourceCreator
Opens a resource, characterized by a name, for writing.
|
| ResourceFinder
Finds a resource by name.
|
Copyright © 2024. All rights reserved.