Class JarFileClassPathLocationScanner
- java.lang.Object
-
- io.avaje.classpath.scanner.internal.scanner.classpath.JarFileClassPathLocationScanner
-
- All Implemented Interfaces:
ClassPathLocationScanner
public class JarFileClassPathLocationScanner extends Object implements ClassPathLocationScanner
ClassPathLocationScanner for jar files.
-
-
Constructor Summary
Constructors Constructor Description JarFileClassPathLocationScanner()
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Constructor Detail
-
JarFileClassPathLocationScanner
public JarFileClassPathLocationScanner()
-
-
Method Detail
-
findResourceNames
public Set<String> findResourceNames(String location, URL locationUrl) throws IOException
Description copied from interface:ClassPathLocationScannerFinds the resource names below this location on the classpath under this locationUrl.- Specified by:
findResourceNamesin interfaceClassPathLocationScanner- 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.
-
-