Uses of Class
io.avaje.classpath.scanner.core.Location
-
Uses of Location in io.avaje.classpath.scanner.core
Methods in io.avaje.classpath.scanner.core with parameters of type LocationModifier and TypeMethodDescriptionScanner.scanForClasses(Location location, Predicate<Class<?>> predicate) Scans the classpath for classes under the specified package matching the given predicate.List<io.avaje.classpath.scanner.Resource>Scanner.scanForResources(Location location, Predicate<String> predicate) Scans this location for resources matching the given predicate.