Interface | Description |
---|---|
ClassScanner |
Interface that defines a class capable of scanning other classes in the
classpath.
|
ClassScannerFactory |
Interface that defines a factory for the class finding operation.
|
ResourceFinder |
Interface that defines a class capable of find resources in a given
path based on a package name. |
Class | Description |
---|---|
ClassScan |
A helper class for finding classes.
|
Exception | Description |
---|---|
ClassScanningException |
Exception thrown to indicate an error while searching for classes.
|
NoResourceFinderException |
Exception thrown to indicate that there is no ResourceFinder mapped for a given
protocol.
|