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 AnnClassAnnReader. annClassprivate AnnClassAnnField. ownerprivate AnnClassAnnMethod. ownerMethods in org.codehaus.plexus.metadata.ann that return AnnClass Modifier and Type Method Description static AnnClassAnnReader. 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 AnnClassAnnotationComponentGleaner. readClass(java.lang.String className, java.lang.ClassLoader cl)private AnnClassAnnotationComponentGleaner. 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 PlexusConfigurationAnnotationComponentGleaner. findConfiguration(AnnField field, AnnClass c, java.lang.ClassLoader cl)private ComponentRequirementAnnotationComponentGleaner. 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.
-