|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.felix.scrplugin.helper.ClassScanner
public class ClassScanner
The class scanner scans class files for annotations and invokes
the AnnotationProcessor on each scanned class file.
| Constructor Summary | |
|---|---|
ClassScanner(Log log,
IssueLog iLog,
Project project,
AnnotationProcessor aProcessor)
Create a new scanner. |
|
| Method Summary | |
|---|---|
ClassDescription |
getDescription(java.lang.Class<?> clazz)
Get a description for the class |
java.util.List<ClassDescription> |
scanSources()
Scan all source class files for annotations and process them. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassScanner(Log log,
IssueLog iLog,
Project project,
AnnotationProcessor aProcessor)
| Method Detail |
|---|
public java.util.List<ClassDescription> scanSources()
throws SCRDescriptorFailureException,
SCRDescriptorException
SCRDescriptorFailureException
SCRDescriptorException
public ClassDescription getDescription(java.lang.Class<?> clazz)
throws SCRDescriptorException,
SCRDescriptorFailureException
SCRDescriptorException
SCRDescriptorFailureException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||