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

Packages that use SpiMetaClassPathElement
org.apache.commons.classscan.builtin This package contains builtin implementations of the org.apache.commons.classscan.spi providers. 
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 SpiMetaClassPathElement in org.apache.commons.classscan.builtin
 

Classes in org.apache.commons.classscan.builtin that implement SpiMetaClassPathElement
 class DefaultMetaClassPathElement
           
 

Methods in org.apache.commons.classscan.builtin that return SpiMetaClassPathElement
 SpiMetaClassPathElement DefaultMetaRegistry.createMetaClassPathElement(ClassPathElement pathElement)
           
 

Methods in org.apache.commons.classscan.builtin with parameters of type SpiMetaClassPathElement
protected  void UrlMetaClassLoader.addLocation(SpiMetaClassPathElement cpe)
           
 

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

Methods in org.apache.commons.classscan.spi.model that return SpiMetaClassPathElement
 SpiMetaClassPathElement SpiMetaRegistry.createMetaClassPathElement(ClassPathElement pathElement)
          Create SpiMetaClassPathElement from a ClassPathElement.
 



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