Uses of Class
org.codehaus.plexus.metadata.ann.AnnClass
-
Packages that use AnnClass Package Description org.codehaus.plexus.metadata.ann org.codehaus.plexus.metadata.gleaner -
-
Uses of AnnClass in org.codehaus.plexus.metadata.ann
Fields in org.codehaus.plexus.metadata.ann declared as AnnClass Modifier and Type Field Description private AnnClass
AnnReader. annClass
private AnnClass
AnnField. owner
private AnnClass
AnnMethod. owner
Methods in org.codehaus.plexus.metadata.ann that return AnnClass Modifier and Type Method Description static AnnClass
AnnReader. read(java.io.InputStream is, java.lang.ClassLoader cl)
Constructors in org.codehaus.plexus.metadata.ann with parameters of type AnnClass Constructor Description AnnField(AnnClass owner, int access, java.lang.String name, java.lang.String desc)
AnnMethod(AnnClass owner, int access, java.lang.String name, java.lang.String desc)
AnnReader(AnnClass annClass)
-
Uses of AnnClass in org.codehaus.plexus.metadata.gleaner
Methods in org.codehaus.plexus.metadata.gleaner that return AnnClass Modifier and Type Method Description private AnnClass
AnnotationComponentGleaner. readClass(java.lang.String className, java.lang.ClassLoader cl)
private AnnClass
AnnotationComponentGleaner. readClass2(java.lang.String className, java.lang.ClassLoader cl)
Methods in org.codehaus.plexus.metadata.gleaner that return types with arguments of type AnnClass Modifier and Type Method Description private java.util.List<AnnClass>
AnnotationComponentGleaner. getClasses(AnnClass annClass, java.lang.ClassLoader cl)
Returns a list of all of the classes which the given type inherits from.Methods in org.codehaus.plexus.metadata.gleaner with parameters of type AnnClass Modifier and Type Method Description private PlexusConfiguration
AnnotationComponentGleaner. findConfiguration(AnnField field, AnnClass c, java.lang.ClassLoader cl)
private ComponentRequirement
AnnotationComponentGleaner. findRequirement(AnnField field, AnnClass annClass, java.lang.ClassLoader cl)
private java.util.List<AnnClass>
AnnotationComponentGleaner. getClasses(AnnClass annClass, java.lang.ClassLoader cl)
Returns a list of all of the classes which the given type inherits from.
-