| 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 |
|---|---|
protected ResourceCreator |
AbstractCompiler.classFileCreator |
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 |
|---|---|
void |
ICompiler.setClassFileCreator(ResourceCreator classFileCreator) |
void |
AbstractCompiler.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.
|
class |
MapResourceCreator
Creates resources as byte arrays in a delegate
Map. |
Copyright © 2019. All rights reserved.