- AbstractClassFileData - Class in org.cornutum.annotation
-
Base class for
ClassData implementations that read a class definition from a file.
- AbstractClassFileData() - Constructor for class org.cornutum.annotation.AbstractClassFileData
-
- accept(File) - Method in class org.cornutum.annotation.ClassPathAnnotated
-
Returns true if this file will be included in the mapping.
- accept(E) - Method in class org.cornutum.annotation.FlatMapIterator
-
Returns true if this element will be included in the mapping.
- accept(JarEntryReader) - Method in class org.cornutum.annotation.JarAnnotated
-
Returns true if this JAR entry will be included in the mapping.
- acceptAnnotation(String) - Method in class org.cornutum.annotation.AllAnnotated
-
Accepts any annotation.
- acceptAnnotation(String) - Method in interface org.cornutum.annotation.AnnotationFilter
-
If the given raw type name identifies an accepted
Annotation, returns the annotation class name.
- acceptAnnotation(String) - Method in class org.cornutum.annotation.PackageFilter
-
If the given raw type name identifies an accepted
Annotation, returns the annotation class.
- acceptClass(String) - Method in class org.cornutum.annotation.AllAnnotated
-
Accepts annotated elements of any class.
- acceptClass(String) - Method in interface org.cornutum.annotation.AnnotationFilter
-
Returns true if annotated elements of the given class are accepted.
- acceptClass(String) - Method in class org.cornutum.annotation.PackageFilter
-
Returns true if the given class belongs to an accepted package.
- AllAnnotated - Class in org.cornutum.annotation
-
- AllAnnotated() - Constructor for class org.cornutum.annotation.AllAnnotated
-
- allDirs(File) - Static method in class org.cornutum.annotation.Files
-
Returns all directories found in the given directory and its descendants.
- allFiles(File) - Static method in class org.cornutum.annotation.Files
-
Returns all (non-directory) files found in the given directory and its descendants.
- Annotated - Class in org.cornutum.annotation
-
Defines a class element that references a specified annotation.
- Annotated(String, String, boolean, File) - Constructor for class org.cornutum.annotation.Annotated
-
Creates a new Annotated instance.
- Annotated.Type - Enum in org.cornutum.annotation
-
- AnnotatedClass - Class in org.cornutum.annotation
-
Defines a class that references a specified annotation.
- AnnotatedClass(String, String, boolean) - Constructor for class org.cornutum.annotation.AnnotatedClass
-
Creates a new AnnotatedClass instance.
- AnnotatedClass(String, String, boolean, File) - Constructor for class org.cornutum.annotation.AnnotatedClass
-
Creates a new AnnotatedClass instance.
- AnnotatedClass(Class<? extends Annotation>, String, boolean, File) - Constructor for class org.cornutum.annotation.AnnotatedClass
-
Creates a new AnnotatedClass instance.
- AnnotatedField - Class in org.cornutum.annotation
-
Defines a field that references a specified annotation.
- AnnotatedField(String, String, String, boolean) - Constructor for class org.cornutum.annotation.AnnotatedField
-
Creates a new AnnotatedField instance.
- AnnotatedField(String, String, String, boolean, File) - Constructor for class org.cornutum.annotation.AnnotatedField
-
Creates a new AnnotatedField instance.
- AnnotatedField(Class<? extends Annotation>, String, String, boolean, File) - Constructor for class org.cornutum.annotation.AnnotatedField
-
Creates a new AnnotatedField instance.
- AnnotatedMethod - Class in org.cornutum.annotation
-
Defines a method that references a specified annotation.
- AnnotatedMethod(String, String, String, boolean) - Constructor for class org.cornutum.annotation.AnnotatedMethod
-
Creates a new AnnotatedMethod instance.
- AnnotatedMethod(String, String, String, boolean, File) - Constructor for class org.cornutum.annotation.AnnotatedMethod
-
Creates a new AnnotatedMethod instance.
- AnnotatedMethod(Class<? extends Annotation>, String, String, boolean, File) - Constructor for class org.cornutum.annotation.AnnotatedMethod
-
Creates a new AnnotatedMethod instance.
- annotation(Class<? extends Annotation>...) - Method in class org.cornutum.annotation.PackageFilter
-
Adds to the set of accepted annotations.
- annotation(String...) - Method in class org.cornutum.annotation.PackageFilter
-
Adds to the set of accepted annotations.
- AnnotationFilter - Interface in org.cornutum.annotation
-
Defines criteria for finding an annotated class element.
- append(Object) - Method in class org.cornutum.annotation.ToString
-
Appends String.valueOf( element).
- append(String, Object) - Method in class org.cornutum.annotation.ToString
-
Appends the given name/value pair..
- getAnnotated(AnnotationFilter) - Method in class org.cornutum.annotation.AbstractClassFileData
-
Returns the annotated elements found for this class.
- getAnnotated(AnnotationFilter) - Method in class org.cornutum.annotation.ClassData
-
Returns the annotated elements found for this class.
- getAnnotation() - Method in class org.cornutum.annotation.Annotated
-
Returns class name of the annotation referenced.
- getAnnotations() - Method in class org.cornutum.annotation.PackageFilter
-
Returns the annotations accepted by this filter.
- getClassName() - Method in class org.cornutum.annotation.Annotated
-
Returns the annotated class name.
- getDir() - Method in class org.cornutum.annotation.DirectoryAnnotated
-
Returns the directory for this iterator.
- getEntry() - Method in class org.cornutum.annotation.JarEntryReader
-
Returns the JAR entry for this reader.
- getField() - Method in class org.cornutum.annotation.AnnotatedField
-
Returns the field that references the annotation.
- getFile() - Method in class org.cornutum.annotation.AbstractClassFileData
-
Returns the file containing the class definition.
- getFile() - Method in class org.cornutum.annotation.Annotated
-
Returns the file containing the annotated class.
- getFile() - Method in class org.cornutum.annotation.ClassEntryData
-
Returns the file containing the class definition.
- getFile() - Method in class org.cornutum.annotation.ClassFileData
-
Returns the file containing the class definition.
- getFile() - Method in class org.cornutum.annotation.JarEntryReader
-
Returns the JAR file for this reader.
- getInputStream() - Method in class org.cornutum.annotation.ClassData
-
Returns the class data input stream.
- getInputStream() - Method in class org.cornutum.annotation.ClassEntryData
-
Returns the class data input stream.
- getInputStream() - Method in class org.cornutum.annotation.ClassFileData
-
Returns the class data input stream.
- getInputStream() - Method in class org.cornutum.annotation.JarEntryReader
-
Returns the entry data input stream.
- getJar() - Method in class org.cornutum.annotation.JarAnnotated
-
Returns the JAR file for this iterator.
- getMethod() - Method in class org.cornutum.annotation.AnnotatedMethod
-
Returns the method that references the annotation.
- getPackages() - Method in class org.cornutum.annotation.PackageFilter
-
Returns the packages accepted by this filter.
- getType() - Method in class org.cornutum.annotation.Annotated
-
Return the class element type.
- getType() - Method in class org.cornutum.annotation.AnnotatedClass
-
Return the class element type.
- getType() - Method in class org.cornutum.annotation.AnnotatedField
-
Return the class element type.
- getType() - Method in class org.cornutum.annotation.AnnotatedMethod
-
Return the class element type.