Class Index


  • public class Index
    extends java.lang.Object
    Author:
    Kohsuke Kawaguchi
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Iterable<java.lang.reflect.AnnotatedElement> list​(java.lang.Class<? extends java.lang.annotation.Annotation> type, java.lang.ClassLoader cl)
      Lists up all the elements annotated by the given annotation.
      static <T extends java.lang.reflect.AnnotatedElement>
      java.lang.Iterable<T>
      list​(java.lang.Class<? extends java.lang.annotation.Annotation> type, java.lang.ClassLoader cl, java.lang.Class<T> subType)
      Lists up all the elements annotated by the given annotation and of the given AnnotatedElement subtype.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • list

        public static <T extends java.lang.reflect.AnnotatedElement> java.lang.Iterable<T> list​(java.lang.Class<? extends java.lang.annotation.Annotation> type,
                                                                                                java.lang.ClassLoader cl,
                                                                                                java.lang.Class<T> subType)
                                                                                         throws java.io.IOException
        Lists up all the elements annotated by the given annotation and of the given AnnotatedElement subtype.
        Throws:
        java.io.IOException
      • list

        public static java.lang.Iterable<java.lang.reflect.AnnotatedElement> list​(java.lang.Class<? extends java.lang.annotation.Annotation> type,
                                                                                  java.lang.ClassLoader cl)
                                                                           throws java.io.IOException
        Lists up all the elements annotated by the given annotation.
        Throws:
        java.io.IOException