Class FileSystemClassPathLocationScanner
- java.lang.Object
-
- io.avaje.classpath.scanner.internal.scanner.classpath.FileSystemClassPathLocationScanner
-
- All Implemented Interfaces:
ClassPathLocationScanner
public class FileSystemClassPathLocationScanner extends Object implements ClassPathLocationScanner
ClassPathLocationScanner for the file system.
-
-
Constructor Summary
Constructors Constructor Description FileSystemClassPathLocationScanner()
-
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
-
FileSystemClassPathLocationScanner
public FileSystemClassPathLocationScanner()
-
-
Method Detail
-
findResourceNames
public Set<String> findResourceNames(String location, URL locationUrl)
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.
-
-