Uses of Interface
org.apache.commons.classscan.ResourceFile

Packages that use ResourceFile
org.apache.commons.classscan ** Start Here ** The metadata package provides information about available classes without loading them. 
org.apache.commons.classscan.builtin This package contains builtin implementations of the org.apache.commons.classscan.spi providers. 
 

Uses of ResourceFile in org.apache.commons.classscan
 

Subinterfaces of ResourceFile in org.apache.commons.classscan
 interface ClassFile
          Information about and access to a location that contains a class.
 

Methods in org.apache.commons.classscan that return ResourceFile
 ResourceFile ClassPathElement.getResource(String fileName)
          Get a file with a particular name
 

Methods in org.apache.commons.classscan that return types with arguments of type ResourceFile
 Map<ClassPathElement,ResourceFile> ClassPath.getResources(String fileName)
          Get files with a particular name
 

Uses of ResourceFile in org.apache.commons.classscan.builtin
 

Classes in org.apache.commons.classscan.builtin that implement ResourceFile
 class FileClassFile
           
 class FileResourceFile
           
 class JarClassFile
           
 class JarResourceFile
           
 

Methods in org.apache.commons.classscan.builtin that return ResourceFile
 ResourceFile JarClassPathElement.getResource(String fileName)
           
 ResourceFile FileClassPathElement.getResource(String fileName)
           
 

Methods in org.apache.commons.classscan.builtin that return types with arguments of type ResourceFile
 Map<ClassPathElement,ResourceFile> UrlClassPath.getResources(String fileName)
           
 Map<ClassPathElement,ResourceFile> BootstrapClassPath.getResources(String fileName)
           
 

Method parameters in org.apache.commons.classscan.builtin with type arguments of type ResourceFile
 void UrlClassPath.searchElements(Map<String,ClassPathElement> visited, Map<ClassPathElement,ResourceFile> resources, Collection<SpiClassPathElement> elements, String fileName)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.