Package ch.so.agi.hop.doclint.scan
Class PluginElementScanner
java.lang.Object
ch.so.agi.hop.doclint.scan.PluginElementScanner
Discovers Hop plugin annotations on compiled classes.
ClassGraph parses the class files without loading or instantiating the plugin classes. The Hop annotation classes themselves do not have to be present: only their fully qualified names are compared.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordDiscovered plugin elements and the number of classes that were scanned. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PluginElementScanner
public PluginElementScanner()
-
-
Method Details
-
scan
- Throws:
IOException
-