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 AResourceis "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 theResourceFinderfor finding resources inFiles.LazyMultiResourceFinder AResourceFinderthat examines a set ofResourceFinders lazily as it searches for resources.MultiResourceFinder AResourceFinderthat finds its resources through a collection of otherResourceFinders.Resource AResourceis "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.