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

Packages that use MetaClassPathElement
org.apache.commons.classscan ** Start Here ** The metadata package provides information about available classes without loading them. 
org.apache.commons.classscan.bcel This package is an implementation of the org.apache.commons.classscan interfaces. 
org.apache.commons.classscan.builtin This package contains builtin implementations of the org.apache.commons.classscan.spi providers. 
org.apache.commons.classscan.model The model package contains metadata classes which allow client programs to introspect class information about annotations, methods, and fields without having the jvm load and resolve the class. 
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 MetaClassPathElement in org.apache.commons.classscan
 

Methods in org.apache.commons.classscan that return MetaClassPathElement
 MetaClassPathElement MetaClassLoader.getClassLocation(String codeLocation)
          Get metadata about a class locations
 

Methods in org.apache.commons.classscan that return types with arguments of type MetaClassPathElement
 Collection<? extends MetaClassPathElement> MetaClassLoader.getClassLocations()
          Get metadata about the locations from which the associated ClassLoader loads Classes.
 

Uses of MetaClassPathElement in org.apache.commons.classscan.bcel
 

Methods in org.apache.commons.classscan.bcel that return MetaClassPathElement
 MetaClassPathElement BcelClass.getClassLocation()
           
 

Constructors in org.apache.commons.classscan.bcel with parameters of type MetaClassPathElement
BcelClass(MetaClassPathElement location, org.apache.bcel.classfile.ClassParser parser)
           
 

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

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

Methods in org.apache.commons.classscan.builtin that return MetaClassPathElement
 MetaClassPathElement PrimitiveClass.getClassLocation()
           
 MetaClassPathElement UrlMetaClassLoader.getClassLocation(String location)
           
 

Methods in org.apache.commons.classscan.builtin that return types with arguments of type MetaClassPathElement
 Collection<? extends MetaClassPathElement> UrlMetaClassLoader.getClassLocations()
           
 

Methods in org.apache.commons.classscan.builtin with parameters of type MetaClassPathElement
 SpiMetaClass DefaultMetaRegistry.createMetaClass(MetaClassPathElement location, String className, InputStream byteStream)
           
 

Uses of MetaClassPathElement in org.apache.commons.classscan.model
 

Methods in org.apache.commons.classscan.model that return MetaClassPathElement
 MetaClassPathElement MetaClass.getClassLocation()
          Get the ClassLocation from which the corresponding class came.
 

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

Subinterfaces of MetaClassPathElement in org.apache.commons.classscan.spi.model
 interface SpiMetaClassPathElement
          Information about a code location.
 

Methods in org.apache.commons.classscan.spi.model with parameters of type MetaClassPathElement
 SpiMetaClass SpiMetaRegistry.createMetaClass(MetaClassPathElement metaClassPathElement, String className, InputStream byteStream)
          Create SpiMetaClass from a MetaClassPathElement.
 SpiMetaClass SpiClassDigester.createMetaClass(MetaClassPathElement location, String className, InputStream byteStream)
          Create class meta data from the byte stream
 



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