Interface ClassPathLocationScanner
-
- All Known Implementing Classes:
FileSystemClassPathLocationScanner,JarFileClassPathLocationScanner,JBossVFSv3ClassPathLocationScanner,OsgiClassPathLocationScanner
public interface ClassPathLocationScanner
Scans for classpath resources in this location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<String>findResourceNames(String location, URL locationUrl)Finds the resource names below this location on the classpath under this locationUrl.
-
-
-
Method Detail
-
findResourceNames
Set<String> findResourceNames(String location, URL locationUrl) throws IOException
Finds the resource names below this location on the classpath under this locationUrl.- Parameters:
location- The system-independent location on the classpath.locationUrl- The system-specific physical location URL.- Returns:
- The system-independent names of the resources on the classpath.
- Throws:
IOException- when the scanning failed.
-
-