public class TruggerClassScannerFactory extends java.lang.Object implements ClassScannerFactory
Constructor and Description |
---|
TruggerClassScannerFactory() |
Modifier and Type | Method and Description |
---|---|
ClassScanner |
createClassScanner()
Returns a new instance of
TruggerClassScanner . |
ResourceFinder |
finderFor(java.lang.String protocol)
Returns the registered
ResourceFinder for the specified protocol. |
void |
register(ResourceFinder... finders)
Registers the given resource finders.
|
public void register(ResourceFinder... finders)
ClassScannerFactory
register
in interface ClassScannerFactory
finders
- the resource finder to registerpublic ResourceFinder finderFor(java.lang.String protocol)
ClassScannerFactory
ResourceFinder
for the specified protocol.finderFor
in interface ClassScannerFactory
protocol
- the protocolpublic ClassScanner createClassScanner()
TruggerClassScanner
.createClassScanner
in interface ClassScannerFactory