|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.codehaus.janino.util.resource | |
---|---|
org.codehaus.janino | The classes in this package pose the core of the Janino JavaTM compiler. |
org.codehaus.janino.util | Application-independent helper classes. |
org.codehaus.janino.util.resource | Classes related to loading "resources"
(ResourceFinder ) and
creating resources
(ResourceCreator ). |
Classes in org.codehaus.janino.util.resource used by org.codehaus.janino | |
---|---|
Resource
A Resource is "something" that is typically found by a
ResourceFinder , can be Resource.open() ed for
reading, and optionally has a Resource.lastModified() property. |
|
ResourceCreator
Opens a resource, characterized by a name, for writing. |
|
ResourceFinder
Finds a resource by name. |
Classes in org.codehaus.janino.util.resource used by org.codehaus.janino.util | |
---|---|
ResourceFinder
Finds a resource by name. |
Classes in org.codehaus.janino.util.resource used by org.codehaus.janino.util.resource | |
---|---|
FileResourceCreator
Stores a stream of bytes in a named resource. |
|
FileResourceFinder
This class specializes the ResourceFinder
for finding resources in File s. |
|
LazyMultiResourceFinder
A ResourceFinder that examines a set
of ResourceFinder s lazily as it
searches for resources. |
|
MultiResourceFinder
A ResourceFinder that finds its resources through a collection of
other ResourceFinder s. |
|
Resource
A Resource is "something" that is typically found by a
ResourceFinder , can be Resource.open() ed for
reading, and optionally has a Resource.lastModified() property. |
|
ResourceCreator
Opens a resource, characterized by a name, for writing. |
|
ResourceFinder
Finds a resource by name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |