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