| 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 | Field and Description |
|---|---|
static ResourceFinder |
ICompiler.FIND_NEXT_TO_SOURCE_FILE
Special value for
ICompiler.setClassFileFinder(ResourceFinder). |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ICompiler.setClassFileFinder(ResourceFinder resourceFinder)
This
ResourceFinder is used to check whether a .class resource already exists and is younger than the
.java resource from which it was generated. |
abstract void |
ICompiler.setSourceFinder(ResourceFinder sourceFinder)
Finds more .java resources that need to be compiled, i.e. implements the "source path".
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryResourceFinder
A
FileResourceFinder that finds file resources in a directory. |
class |
FileResourceFinder
This class specializes the
ResourceFinder for finding resources
in Files. |
| Modifier and Type | Field and Description |
|---|---|
static ResourceFinder |
ResourceFinder.EMPTY_RESOURCE_FINDER
This one's useful when a resource finder is required, but cannot be created for some reason.
|
Copyright © 2020. All rights reserved.