Uses of Class
org.codehaus.commons.compiler.util.resource.ListableResourceFinder
Packages that use ListableResourceFinder
Package
Description
Classes related to loading "resources" (
ResourceFinder
) and
creating resources (ResourceCreator
).-
Uses of ListableResourceFinder in org.codehaus.commons.compiler.util.resource
Subclasses of ListableResourceFinder in org.codehaus.commons.compiler.util.resourceModifier and TypeClassDescriptionclass
AFileResourceFinder
that finds file resources in a directory.class
This class specializes theResourceFinder
for finding resources inFile
s.class
Finds resources in any of the "*.jar" files that exist in a given set of directories.class
AResourceFinder
that examines a set ofResourceFinder
s lazily as it searches for resources.class
AResourceFinder
that provides access to resource stored as byte arrays in aMap
.class
AResourceFinder
that finds its resources through a collection of otherResourceFinder
s.class
AResourceFinder
that finds its resources along a "path" consisting of JAR file names, ZIP file names, and directory names.Fields in org.codehaus.commons.compiler.util.resource declared as ListableResourceFinderModifier and TypeFieldDescriptionstatic final ListableResourceFinder
ResourceFinder.EMPTY_RESOURCE_FINDER
This one's useful when a resource finder is required, but cannot be created for some reason.Methods in org.codehaus.commons.compiler.util.resource that return ListableResourceFinderModifier and TypeMethodDescriptionstatic ListableResourceFinder
ResourceFinders.fromClassLoader
(ClassLoader classLoader)