public interface ClassPathScanner
| Modifier and Type | Method and Description |
|---|---|
List<Class<?>> |
scanForClasses(String location,
ClassFilter filter)
Scan of classes using the starting package and filter.
|
List<Resource> |
scanForResources(String location,
ResourceFilter filter)
Scan for file resources using the starting location and filter.
|
List<Resource> scanForResources(String location, ResourceFilter filter)
location - The path location from which the scan will start.filter - The filter used to match resources.List<Class<?>> scanForClasses(String location, ClassFilter filter)
location - The package location from which the scan will start.filter - The filter used to match classes.Copyright © 2019. All rights reserved.