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

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

Uses of HasName in org.apache.commons.classscan
 

Subinterfaces of HasName in org.apache.commons.classscan
 interface MetaClassPathElement
          Information about a code location.
 

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

Classes in org.apache.commons.classscan.bcel that implement HasName
 class BcelAnnotation
           
 class BcelClass
           
 class BcelField
           
 class BcelMethod
           
 class BcelProperty
           
 

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

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

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

Subinterfaces of HasName in org.apache.commons.classscan.model
 interface MetaAnnotation
          Metadata about an Annotation
static interface MetaAnnotation.Property
          Metadata about an Annotation property
 interface MetaClass
          Metadata about a class or primitive type
 interface MetaField
          Metadata about a Class field
 interface MetaMethod
          Metadata about a class method or constructor
 

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

Subinterfaces of HasName in org.apache.commons.classscan.spi.model
 interface SpiMetaAnnotation
          Metadata about an Annotation
static interface SpiMetaAnnotation.SpiProperty
           
 interface SpiMetaClass
          Metadata about a class or primitive type
 interface SpiMetaClassPathElement
          Information about a code location.
 interface SpiMetaField
          Metadata about a Class field
 interface SpiMetaMethod
          Metadata about a class method or constructor
 

Uses of HasName in org.apache.commons.classscan.util
 

Classes in org.apache.commons.classscan.util with type parameters of type HasName
 class NameSet<V extends HasName & HasResolve>
           
 

Methods in org.apache.commons.classscan.util with type parameters of type HasName
static
<V extends HasName & HasResolve>
NameSet<V>
NameSet.emptyNameSet()
           
 

Constructors in org.apache.commons.classscan.util with parameters of type HasName
NameSet(V[] values)
           
 



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