| Package | Description |
|---|---|
| io.github.lukehutch.fastclasspathscanner | |
| io.github.lukehutch.fastclasspathscanner.scanner |
| Modifier and Type | Method and Description |
|---|---|
<T> FastClasspathScanner |
FastClasspathScanner.matchSubclassesOf(Class<T> superclass,
SubclassMatchProcessor<T> subclassMatchProcessor)
Calls the provided SubclassMatchProcessor if classes are found on the classpath that extend the specified
superclass.
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ScanSpec.matchSubclassesOf(Class<T> superclass,
SubclassMatchProcessor<T> subclassMatchProcessor)
Calls the provided SubclassMatchProcessor if classes are found on the classpath that extend the specified
superclass.
|
Copyright © 2018. All rights reserved.