public interface ClasspathScanner
| 限定符和类型 | 方法和说明 |
|---|---|
Set<Location> |
allResources() |
List<ClassFile> |
scanClassFiles(String packageName,
ResourceFilter filter)
Scan of classes using the starting package and filter.
|
Set<Location> |
scanResourceLocations(String namespace,
ResourceFilter filter) |
List<Resource> |
scanResources(String namespace,
ResourceFilter filter)
Scan for file resources using the starting location and filter.
|
List<Resource> scanResources(String namespace, ResourceFilter filter)
namespace - The relative location from which the scan will start.filter - The filter used to match resources.List<ClassFile> scanClassFiles(String packageName, ResourceFilter filter)
packageName - The relative location from which the scan will start.filter - The filter used to match classes.Set<Location> scanResourceLocations(String namespace, ResourceFilter filter)
Copyright © 2020. All rights reserved.