| 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 ResourceCreator |
ICompiler.CREATE_NEXT_TO_SOURCE_FILE
Special value for
ICompiler.setClassFileCreator(ResourceCreator): Indicates that .class resources are to be
created in the directory of the .java resource from which they are generated. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ICompiler.setClassFileCreator(ResourceCreator classFileCreator) |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectoryResourceCreator
Creates a resource in a given directory:
destinationDirectory/resourceName
|
class |
FileResourceCreator
Stores a stream of bytes in a named resource.
|
Copyright © 2020. All rights reserved.