Uses of Interface
org.apache.commons.classscan.spi.model.SpiClassPathElement

Packages that use SpiClassPathElement
org.apache.commons.classscan.builtin This package contains builtin implementations of the org.apache.commons.classscan.spi providers. 
org.apache.commons.classscan.spi The spi package supports plugging in providers to support additional ClassLoader types and URL schemes. 
org.apache.commons.classscan.spi.model The spi.model package contains metadata classes which allow the providers to give class information about annotations, methods, and fields. 
 

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

Classes in org.apache.commons.classscan.builtin that implement SpiClassPathElement
 class FileClassPathElement
           
 class JarClassPathElement
           
 

Methods in org.apache.commons.classscan.builtin that return SpiClassPathElement
 SpiClassPathElement DefaultMetaRegistry.createClassPathElement(URL url)
           
 SpiClassPathElement DefaultClassPathElementFactory.getClassPathElement(MetaRegistry metaRegistry, URL url)
           
 

Methods in org.apache.commons.classscan.builtin that return types with arguments of type SpiClassPathElement
 Collection<SpiClassPathElement> JarClassPathElement.getAdditionalLocations(SpiMetaRegistry registry)
           
 Collection<SpiClassPathElement> FileClassPathElement.getAdditionalLocations(SpiMetaRegistry registry)
           
 

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

Uses of SpiClassPathElement in org.apache.commons.classscan.spi
 

Methods in org.apache.commons.classscan.spi that return SpiClassPathElement
 SpiClassPathElement ClassPathElementFactory.getClassPathElement(MetaRegistry metaRegistry, URL url)
          Create a ClassPathElement for a URL
 

Uses of SpiClassPathElement in org.apache.commons.classscan.spi.model
 

Methods in org.apache.commons.classscan.spi.model that return SpiClassPathElement
 SpiClassPathElement SpiMetaRegistry.createClassPathElement(URL url)
          Create a ClassPathElement from a URL.
 

Methods in org.apache.commons.classscan.spi.model that return types with arguments of type SpiClassPathElement
 Collection<SpiClassPathElement> SpiClassPathElement.getAdditionalLocations(SpiMetaRegistry registry)
          Obtain any additional ClassPath elements specified within the metadata of this element.
 



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