Uses of Package
org.codehaus.commons.compiler.util.resource
Packages that use org.codehaus.commons.compiler.util.resource
Package
Description
This package declares interfaces for the implementation of an
IExpressionEvaluator
, an IScriptEvaluator
, an
IClassBodyEvaluator
and an ISimpleCompiler
.An implementation of the
org.codehaus.commons.compiler
API that uses the "JAVAC" Java compiler that is
part of the "Java Development Kit" (JDK).Utility functionality for this project.
Classes related to loading "resources" (
ResourceFinder
) and
creating resources (ResourceCreator
).The core of the Janino Java compiler.
-
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compilerClassDescriptionA sequence of bytes that is identified by a "name", is typically found by a
ResourceFinder
, can beResource.open()
ed for reading, and optionally has aResource.lastModified()
property.Opens a resource, characterized by a name, for writing.Finds a resource by name. -
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compiler.jdkClassDescriptionA sequence of bytes that is identified by a "name", is typically found by a
ResourceFinder
, can beResource.open()
ed for reading, and optionally has aResource.lastModified()
property.Opens a resource, characterized by a name, for writing.Finds a resource by name. -
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compiler.jdk.utilClassDescriptionA sequence of bytes that is identified by a "name", is typically found by a
ResourceFinder
, can beResource.open()
ed for reading, and optionally has aResource.lastModified()
property.Opens a resource, characterized by a name, for writing.Finds a resource by name. -
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compiler.lang
-
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compiler.util
-
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compiler.util.resourceClassDescriptionStores a stream of bytes in a named resource.This class specializes the
ResourceFinder
for finding resources inFile
s.AResourceFinder
that examines a set ofResourceFinder
s lazily as it searches for resources.Extends theResourceFinder
class with aListableResourceFinder.list(String, boolean)
method.AResource
that can be addressed by a URL.AResourceFinder
that finds its resources through a collection of otherResourceFinder
s.A sequence of bytes that is identified by a "name", is typically found by aResourceFinder
, can beResource.open()
ed for reading, and optionally has aResource.lastModified()
property.Opens a resource, characterized by a name, for writing.Finds a resource by name. -
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.janinoClassDescriptionA sequence of bytes that is identified by a "name", is typically found by a
ResourceFinder
, can beResource.open()
ed for reading, and optionally has aResource.lastModified()
property.Opens a resource, characterized by a name, for writing.Finds a resource by name.