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 Location Modifier and Type Method Description List<Class<?>>Scanner. 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. -
Uses of Location in io.avaje.classpath.scanner.internal
Methods in io.avaje.classpath.scanner.internal with parameters of type Location Modifier and Type Method Description List<Class<?>>ResourceAndClassScanner. scanForClasses(Location location, Predicate<Class<?>> predicate)Scans the classpath for concrete classes under the specified package implementing this interface.List<io.avaje.classpath.scanner.Resource>ResourceAndClassScanner. scanForResources(Location location, Predicate<String> predicate)Scans the classpath for resources under the specified location, starting with the specified prefix and ending with the specified suffix. -
Uses of Location in io.avaje.classpath.scanner.internal.scanner.classpath
Methods in io.avaje.classpath.scanner.internal.scanner.classpath with parameters of type Location Modifier and Type Method Description List<Class<?>>ClassPathScanner. scanForClasses(Location location, Predicate<Class<?>> predicate)List<io.avaje.classpath.scanner.Resource>ClassPathScanner. scanForResources(Location path, Predicate<String> predicate) -
Uses of Location in io.avaje.classpath.scanner.internal.scanner.classpath.android
Methods in io.avaje.classpath.scanner.internal.scanner.classpath.android with parameters of type Location Modifier and Type Method Description List<Class<?>>AndroidScanner. scanForClasses(Location location, Predicate<Class<?>> predicate)List<io.avaje.classpath.scanner.Resource>AndroidScanner. scanForResources(Location location, Predicate<String> predicate) -
Uses of Location in io.avaje.classpath.scanner.internal.scanner.filesystem
Methods in io.avaje.classpath.scanner.internal.scanner.filesystem with parameters of type Location Modifier and Type Method Description List<io.avaje.classpath.scanner.Resource>FileSystemScanner. scanForResources(Location location, Predicate<String> predicate)Scans the FileSystem for resources under the specified location, starting with the specified prefix and ending with the specified suffix.
-