Uses of Package
org.codehaus.commons.compiler.util.resource
-
Packages that use org.codehaus.commons.compiler.util.resource Package Description org.codehaus.commons.compiler This package declares interfaces for the implementation of anIExpressionEvaluator
, anIScriptEvaluator
, anIClassBodyEvaluator
and anISimpleCompiler
.org.codehaus.commons.compiler.jdk An implementation of theorg.codehaus.commons.compiler
API that uses the "JAVAC" Java compiler that is part of the "Java Development Kit" (JDK).org.codehaus.commons.compiler.jdk.util org.codehaus.commons.compiler.lang org.codehaus.commons.compiler.util Utility functionality for this project.org.codehaus.commons.compiler.util.resource Classes related to loading "resources" (ResourceFinder
) and creating resources (ResourceCreator
).org.codehaus.janino The core of the Janino Java compiler. -
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compiler Class Description Resource 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.ResourceCreator Opens a resource, characterized by a name, for writing.ResourceFinder Finds a resource by name. -
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compiler.jdk Class Description Resource 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.ResourceCreator Opens a resource, characterized by a name, for writing.ResourceFinder Finds a resource by name. -
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compiler.jdk.util Class Description Resource 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.ResourceCreator Opens a resource, characterized by a name, for writing.ResourceFinder Finds a resource by name. -
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compiler.lang Class Description ResourceFinder Finds a resource by name. -
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compiler.util Class Description ResourceFinder Finds a resource by name. -
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.commons.compiler.util.resource Class Description FileResourceCreator Stores a stream of bytes in a named resource.FileResourceFinder This class specializes theResourceFinder
for finding resources inFile
s.LazyMultiResourceFinder AResourceFinder
that examines a set ofResourceFinder
s lazily as it searches for resources.ListableResourceFinder Extends theResourceFinder
class with aListableResourceFinder.list(String, boolean)
method.LocatableResource AResource
that can be addressed by a URL.MultiResourceFinder AResourceFinder
that finds its resources through a collection of otherResourceFinder
s.Resource 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.ResourceCreator Opens a resource, characterized by a name, for writing.ResourceFinder Finds a resource by name. -
Classes in org.codehaus.commons.compiler.util.resource used by org.codehaus.janino Class Description Resource 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.ResourceCreator Opens a resource, characterized by a name, for writing.ResourceFinder Finds a resource by name.