Web Site

Package org.codehaus.janino.util.resource

Classes related to loading "resources".

See:
          Description

Interface Summary
ResourceFinder.Resource Representation of a resource than was found by a ResourceFinder.
 

Class Summary
DirectoryResourceFinder A FileResourceFinder that finds file resources in a directory.
FileResourceFinder This class specializes the ResourceFinder for finding resources in Files.
JarDirectoriesResourceFinder Finds resources in "*.jar" files that exist in a given set of directories.
LazyMultiResourceFinder A ResourceFinder that examines a set of ResourceFinders lazily as it searches for resources.
MultiResourceFinder A ResourceFinder that finds its resources through a collection of other ResourceFinders.
PathResourceFinder A ResourceFinder that finds its resources along a "path" consisting of JAR file names, ZIP file names, and directory names.
ResourceFinder Finds a resource by name.
ResourceFinder.FileResource Representation of a resource that is a File.
ZipFileResourceFinder A ResourceFinder that finds resources in a ZIP file.
 

Package org.codehaus.janino.util.resource Description

Classes related to loading "resources".


Web Site