Uses of Package
org.apache.commons.classscan.spi.model

Packages that use org.apache.commons.classscan.spi.model
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.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. 
org.apache.commons.classscan.util The util package consists of utility collection implementations to support the org.apache.commons.classscan.builtin package. 
 

Classes in org.apache.commons.classscan.spi.model used by org.apache.commons.classscan.bcel
HasResolve
          This marker interface indicates that instances must have MetaClass references resolved from names to instances.
SpiClassDigester
          Digest class bytes.
SpiMetaAnnotation
          Metadata about an Annotation
SpiMetaAnnotation.SpiProperty
           
SpiMetaClass
          Metadata about a class or primitive type
SpiMetaClassLoader
          Metadata about a ClassLoader.
SpiMetaField
          Metadata about a Class field
SpiMetaMethod
          Metadata about a class method or constructor
SpiMetaParameter
          Metadata about a method or constructor parameter
 

Classes in org.apache.commons.classscan.spi.model used by org.apache.commons.classscan.builtin
HasResolve
          This marker interface indicates that instances must have MetaClass references resolved from names to instances.
SpiClassPath
          Information about a ClassPath.
SpiClassPathElement
          A single location in a ClassPath.
SpiMetaClass
          Metadata about a class or primitive type
SpiMetaClassLoader
          Metadata about a ClassLoader.
SpiMetaClassPathElement
          Information about a code location.
SpiMetaRegistry
          The entry point for providers to find/create information about the ClassPath and the classes available from the ClassPath.
 

Classes in org.apache.commons.classscan.spi.model used by org.apache.commons.classscan.spi
SpiClassDigester
          Digest class bytes.
SpiClassPath
          Information about a ClassPath.
SpiClassPathElement
          A single location in a ClassPath.
SpiMetaRegistry
          The entry point for providers to find/create information about the ClassPath and the classes available from the ClassPath.
 

Classes in org.apache.commons.classscan.spi.model used by org.apache.commons.classscan.spi.model
HasResolve
          This marker interface indicates that instances must have MetaClass references resolved from names to instances.
SpiClassPathElement
          A single location in a ClassPath.
SpiMetaClass
          Metadata about a class or primitive type
SpiMetaClassLoader
          Metadata about a ClassLoader.
SpiMetaClassPathElement
          Information about a code location.
SpiMetaRegistry
          The entry point for providers to find/create information about the ClassPath and the classes available from the ClassPath.
 

Classes in org.apache.commons.classscan.spi.model used by org.apache.commons.classscan.util
HasResolve
          This marker interface indicates that instances must have MetaClass references resolved from names to instances.
SpiMetaClassLoader
          Metadata about a ClassLoader.
 



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