Uses of Class
org.codehaus.commons.compiler.util.resource.ListableResourceFinder
-
Packages that use ListableResourceFinder Package Description org.codehaus.commons.compiler.util.resource 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.resource Modifier and Type Class Description classDirectoryResourceFinderAFileResourceFinderthat finds file resources in a directory.classFileResourceFinderThis class specializes theResourceFinderfor finding resources inFiles.classJarDirectoriesResourceFinderFinds resources in any of the "*.jar" files that exist in a given set of directories.classLazyMultiResourceFinderAResourceFinderthat examines a set ofResourceFinders lazily as it searches for resources.classMapResourceFinderAResourceFinderthat provides access to resource stored as byte arrays in aMap.classMultiResourceFinderAResourceFinderthat finds its resources through a collection of otherResourceFinders.classPathResourceFinderAResourceFinderthat 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 ListableResourceFinder Modifier and Type Field Description static ListableResourceFinderResourceFinder. EMPTY_RESOURCE_FINDERThis one's useful when a resource finder is required, but cannot be created for some reason.
-