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 TypeClassDescriptionclassAFileResourceFinderthat finds file resources in a directory.classThis class specializes theResourceFinderfor finding resources inFiles.classFinds resources in any of the "*.jar" files that exist in a given set of directories.classAResourceFinderthat examines a set ofResourceFinders lazily as it searches for resources.classAResourceFinderthat provides access to resource stored as byte arrays in aMap.classAResourceFinderthat finds its resources through a collection of otherResourceFinders.classAResourceFinderthat 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 ListableResourceFinderResourceFinder.EMPTY_RESOURCE_FINDERThis 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 ListableResourceFinderResourceFinders.fromClassLoader(ClassLoader classLoader) Methods in org.codehaus.commons.compiler.util.resource with parameters of type ListableResourceFinderModifier and TypeMethodDescriptionprivate static ResourceFinderResourceFinders.debugListableResourceFinder(ListableResourceFinder delegate)