| Package | Description |
|---|---|
| org.codehaus.janino |
The core of the Janino JavaTM compiler.
|
| org.codehaus.janino.util.resource |
Classes related to loading "resources" (
ResourceFinder) and creating
resources (ResourceCreator). |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Compiler.compile(Resource[] sourceResources)
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileResource
Representation of a resource that is a
File. |
class |
StringResource
A resource who's content is a
String. |
| Modifier and Type | Method and Description |
|---|---|
Resource |
ZipFileResourceFinder.findResource(String resourceName) |
abstract Resource |
ResourceFinder.findResource(String resourceName)
Finds a resource by name and return it as a
Resource object. |
Resource |
MultiResourceFinder.findResource(String resourceName) |
Resource |
MapResourceFinder.findResource(String resourceName) |
Resource |
FileResourceFinder.findResource(String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource> |
MapResourceFinder.resources() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapResourceFinder.addResource(Resource resource) |
Copyright © 2019. All rights reserved.