| Package | Description |
|---|---|
| com.lukehutch.fastclasspathscanner |
| Modifier and Type | Method and Description |
|---|---|
<T> FastClasspathScanner |
FastClasspathScanner.matchSubclassesOf(Class<T> superclass,
FastClasspathScanner.SubclassMatchProcessor<T> classMatchProcessor)
Call the given ClassMatchProcessor if classes are found on the classpath that extend the specified
superclass.
|
Copyright © 2014. All rights reserved.