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 intLocation. compareTo(Location o)List<Class<?>>Scanner. scanForClasses(Location location, io.avaje.classpath.scanner.ClassFilter predicate)Scans the classpath for classes under the specified package matching the given predicate.List<io.avaje.classpath.scanner.Resource>Scanner. scanForResources(Location location, io.avaje.classpath.scanner.ResourceFilter 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, io.avaje.classpath.scanner.ClassFilter predicate)Scans the classpath for concrete classes under the specified package implementing this interface.List<io.avaje.classpath.scanner.Resource>ResourceAndClassScanner. scanForResources(Location location, io.avaje.classpath.scanner.ResourceFilter 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, io.avaje.classpath.scanner.ClassFilter predicate)List<io.avaje.classpath.scanner.Resource>ClassPathScanner. scanForResources(Location path, io.avaje.classpath.scanner.ResourceFilter 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, io.avaje.classpath.scanner.ClassFilter predicate)List<io.avaje.classpath.scanner.Resource>AndroidScanner. scanForResources(Location location, io.avaje.classpath.scanner.ResourceFilter 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, io.avaje.classpath.scanner.ResourceFilter predicate)Scans the FileSystem for resources under the specified location, starting with the specified prefix and ending with the specified suffix.
-