public class ClasspathScanner extends Object
| Constructor and Description |
|---|
ClasspathScanner() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getResources(String prefix) |
Set<Class<?>> |
getTypesAnnotatedWith(String packageToScan,
Class<? extends Annotation> annotation) |
Set<String> |
listPaths(String prefix,
java.util.function.Predicate<String> filter) |
Copyright © 2015. All Rights Reserved.