| Package | Description |
|---|---|
| com.lukehutch.fastclasspathscanner |
| Modifier and Type | Method and Description |
|---|---|
<T> FastClasspathScanner |
FastClasspathScanner.matchClassesImplementing(Class<T> iface,
FastClasspathScanner.InterfaceMatchProcessor<T> interfaceMatchProcessor)
Call the given ClassMatchProcessor if classes are found on the classpath that implement the specified
interface.
|
FastClasspathScanner |
FastClasspathScanner.matchClassesWithAnnotation(Class<?> annotation,
FastClasspathScanner.ClassAnnotationMatchProcessor classMatchProcessor)
Call the given ClassMatchProcessor if classes are found on the classpath that have the given
annotation.
|
FastClasspathScanner |
FastClasspathScanner.matchFilenamePattern(String filenameMatchPattern,
FastClasspathScanner.FileMatchProcessor fileMatchProcessor)
Call the given FileMatchProcessor if files are found on the classpath with the given regex pattern in
their path.
|
<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 © 2015. All rights reserved.