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

Packages that use SpiMetaRegistry
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 SpiMetaRegistry in org.apache.commons.classscan.builtin
 

Classes in org.apache.commons.classscan.builtin that implement SpiMetaRegistry
 class DefaultMetaRegistry
          The factory for MetaClassLoaders.
 

Methods in org.apache.commons.classscan.builtin with parameters of type SpiMetaRegistry
 SpiMetaClassLoader UrlClassPath.createMetaClassLoader(SpiMetaRegistry registry, ClassLoader classLoader)
           
 SpiMetaClassLoader BootstrapClassPath.createMetaClassLoader(SpiMetaRegistry registry, ClassLoader classLoader)
           
 Collection<SpiClassPathElement> JarClassPathElement.getAdditionalLocations(SpiMetaRegistry registry)
           
 Collection<SpiClassPathElement> FileClassPathElement.getAdditionalLocations(SpiMetaRegistry registry)
           
 SpiClassPath DefaultClassPathFactory.getClassPath(SpiMetaRegistry registry, ClassLoader classLoader)
           
 

Constructors in org.apache.commons.classscan.builtin with parameters of type SpiMetaRegistry
BootstrapClassPath(SpiMetaRegistry registry)
           
DefaultMetaClassPathElement(SpiMetaRegistry metaRegistry, ClassPathElement classPathElement)
           
UrlClassPath(SpiMetaRegistry registry, URLClassLoader urlClassLoader)
           
UrlMetaClassLoader(SpiMetaRegistry registry, ClassLoader classLoader)
           
 

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

Methods in org.apache.commons.classscan.spi with parameters of type SpiMetaRegistry
 SpiClassPath ClassPathFactory.getClassPath(SpiMetaRegistry metaRegistry, ClassLoader classLoader)
          Create a ClassPath for a ClassLoader
 

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

Methods in org.apache.commons.classscan.spi.model with parameters of type SpiMetaRegistry
 SpiMetaClassLoader SpiClassPath.createMetaClassLoader(SpiMetaRegistry registry, ClassLoader classLoader)
          Create a MetaClassLoader that will inspect the classes specified by this ClassPath
 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.