public class AnnotationFileStore extends Object
| Constructor and Description | 
|---|
| AnnotationFileStore()Constructs an  AnnotationFileStore. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addFileOrDirectory(File location)If  locationis a file, stores it in this as an annotation file. | 
| List<String> | getAnnotationFileForType(String typeName)Given a fully qualified type name, returns a List of paths to annotation files containing
 annotations for the type. | 
public AnnotationFileStore()
AnnotationFileStore.public void addFileOrDirectory(File location)
location is a file, stores it in this as an annotation file. If location is
 a directory, stores all annotation files contained in it.location - an annotation file or a directory containing annotation filespublic List<String> getAnnotationFileForType(String typeName)
typeName - fully qualified name of a typetypeName