Package net.janino.util.resource

Classes related to loading "resources".

See:
          Description

Interface Summary
ResourceFinder Finds a resource by name.
 

Class Summary
DirectoryResourceFinder A ResourceFinder that finds resources in a directory.
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 ZIP file names and directory names.
ZipFileResourceFinder A ResourceFinder that finds resources in a ZIP file.
 

Package net.janino.util.resource Description

Classes related to loading "resources".