public interface ClassPathLocationScanner
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
findResourceNames(String location,
URL locationUrl)
Finds the resource names below this location on the classpath under this locationUrl.
|
Set<String> findResourceNames(String location, URL locationUrl) throws IOException
location - The system-independent location on the classpath.locationUrl - The system-specific physical location URL.IOException - when the scanning failed.Copyright © 2018. All rights reserved.