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
ResourceFinderfor finding resources inFiles.AResourceFinderthat examines a set ofResourceFinders lazily as it searches for resources.Extends theResourceFinderclass with aListableResourceFinder.list(String, boolean)method.AResourcethat can be addressed by a URL.AResourceFinderthat finds its resources through a collection of otherResourceFinders.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.