| Package | Description |
|---|---|
| org.codehaus.commons.compiler.util.resource |
Classes related to loading "resources" (
ResourceFinder) and
creating resources (ResourceCreator). |
| 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. |
class |
JarDirectoriesResourceFinder
Finds resources in any of the "*.jar" files that exist in a given set of directories.
|
class |
LazyMultiResourceFinder
A
ResourceFinder that examines a set of ResourceFinders lazily as it searches for resources. |
class |
MapResourceFinder
A
ResourceFinder that provides access to resource stored as
byte arrays in a Map. |
class |
MultiResourceFinder
A
ResourceFinder that finds its resources through a collection of
other ResourceFinders. |
class |
PathResourceFinder
A
ResourceFinder that finds its resources along a "path"
consisting of JAR file names, ZIP file names, and directory names. |
| Modifier and Type | Field and Description |
|---|---|
static ListableResourceFinder |
ResourceFinder.EMPTY_RESOURCE_FINDER
This one's useful when a resource finder is required, but cannot be created for some reason.
|
Copyright © 2019. All rights reserved.