| 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.util.resource |
Classes related to loading "resources" (
ResourceFinder) and
creating resources (ResourceCreator). |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ICompiler.compile(Resource[] sourceResources)
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileResource
Representation of a resource that is a
File. |
| Modifier and Type | Method and Description |
|---|---|
abstract Resource |
ResourceFinder.findResource(String resourceName)
Finds a resource by name and return it as a
Resource object. |
Resource |
FileResourceFinder.findResource(String resourceName) |
Copyright © 2020. All rights reserved.