Uses of Package
org.apache.commons.classscan

Packages that use org.apache.commons.classscan
org.apache.commons.classscan ** Start Here ** The metadata package provides information about available classes without loading them. 
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 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 used by org.apache.commons.classscan
ClassFile
          Information about and access to a location that contains a class.
ClassPath
          Information about a ClassPath.
ClassPathElement
          A single location in a ClassPath.
HasName
          This marker interface indicates that instances have a name.
MetaClassLoader
          Metadata about a ClassLoader.
MetaClassPathElement
          Information about a code location.
MetaRegistry
          The entry point from which to find information about the ClassPath and the classes available from the ClassPath.
ResourceFile
          Information about and access to a location that contains a class or a resource.
 

Classes in org.apache.commons.classscan used by org.apache.commons.classscan.builtin
ClassFile
          Information about and access to a location that contains a class.
ClassPath
          Information about a ClassPath.
ClassPathElement
          A single location in a ClassPath.
HasName
          This marker interface indicates that instances have a name.
MetaClassLoader
          Metadata about a ClassLoader.
MetaClassPathElement
          Information about a code location.
MetaRegistry
          The entry point from which to find information about the ClassPath and the classes available from the ClassPath.
ResourceFile
          Information about and access to a location that contains a class or a resource.
 

Classes in org.apache.commons.classscan used by org.apache.commons.classscan.model
HasName
          This marker interface indicates that instances have a name.
MetaClassPathElement
          Information about a code location.
 

Classes in org.apache.commons.classscan used by org.apache.commons.classscan.spi
MetaRegistry
          The entry point from which to find information about the ClassPath and the classes available from the ClassPath.
 

Classes in org.apache.commons.classscan used by org.apache.commons.classscan.spi.model
ClassPath
          Information about a ClassPath.
ClassPathElement
          A single location in a ClassPath.
HasName
          This marker interface indicates that instances have a name.
MetaClassLoader
          Metadata about a ClassLoader.
MetaClassPathElement
          Information about a code location.
MetaRegistry
          The entry point from which to find information about the ClassPath and the classes available from the ClassPath.
 

Classes in org.apache.commons.classscan used by org.apache.commons.classscan.util
HasName
          This marker interface indicates that instances have a name.
 



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