Uses of Package
org.codehaus.janino.util.resource
-
Packages that use org.codehaus.janino.util.resource Package Description 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 Class Description Resource AResource
is "something" that 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.janino.util.resource used by org.codehaus.janino.util Class Description ResourceFinder Finds a resource by name. -
Classes in org.codehaus.janino.util.resource used by org.codehaus.janino.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.MultiResourceFinder AResourceFinder
that finds its resources through a collection of otherResourceFinder
s.Resource AResource
is "something" that 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.