public class ClassScanner extends Object
AnnotationProcessor on each scanned class file.| Constructor and Description |
|---|
ClassScanner(Log log,
IssueLog iLog,
Project project,
AnnotationProcessor aProcessor)
Create a new scanner.
|
| Modifier and Type | Method and Description |
|---|---|
ClassDescription |
getDescription(Class<?> clazz)
Get a description for the class
|
List<ClassDescription> |
scanSources()
Scan all source class files for annotations and process them.
|
public ClassScanner(Log log, IssueLog iLog, Project project, AnnotationProcessor aProcessor)
public List<ClassDescription> scanSources() throws SCRDescriptorFailureException, SCRDescriptorException
public ClassDescription getDescription(Class<?> clazz) throws SCRDescriptorException, SCRDescriptorFailureException
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.