- getNamesOfAllClasses() - Method in class io.github.lukehutch.fastclasspathscanner.classgraph.ClassGraphBuilder
-
Return all class names reached during the scan.
- getNamesOfAllClasses() - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of all classes and interfaces processed during the scan, i.e.
- getNamesOfClassesImplementing(String) - Method in class io.github.lukehutch.fastclasspathscanner.classgraph.ClassGraphBuilder
-
Return the names of all classes implementing the named interface.
- getNamesOfClassesImplementing(Class<T>) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of classes on the classpath that implement the specified interface or a subinterface, or whose
superclasses implement the specified interface or a sub-interface.
- getNamesOfClassesImplementing(String) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of classes on the classpath that implement the specified interface or a subinterface, or whose
superclasses implement the specified interface or a sub-interface.
- getNamesOfClassesWithAnnotation(String) - Method in class io.github.lukehutch.fastclasspathscanner.classgraph.ClassGraphBuilder
-
Return the names of all classes with the named class annotation.
- getNamesOfClassesWithAnnotation(Class<?>) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of classes on the classpath that have the specified annotation.
- getNamesOfClassesWithAnnotation(String) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of classes on the classpath that have the specified annotation.
- getNamesOfSubclassesOf(String) - Method in class io.github.lukehutch.fastclasspathscanner.classgraph.ClassGraphBuilder
-
Return the names of all subclasses of the named class.
- getNamesOfSubclassesOf(Class<T>) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of classes on the classpath that extend the specified superclass.
- getNamesOfSubclassesOf(String) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of classes on the classpath that extend the specified superclass.
- getNamesOfSubinterfacesOf(String) - Method in class io.github.lukehutch.fastclasspathscanner.classgraph.ClassGraphBuilder
-
Return the names of all subinterfaces of the named interface.
- getNamesOfSubinterfacesOf(Class<T>) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of interfaces on the classpath that extend a given superinterface.
- getNamesOfSubinterfacesOf(String) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of interfaces on the classpath that extend a given superinterface.
- getNamesOfSuperclassesOf(String) - Method in class io.github.lukehutch.fastclasspathscanner.classgraph.ClassGraphBuilder
-
Return the names of all superclasses of the named class.
- getNamesOfSuperclassesOf(Class<T>) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of classes on the classpath that are superclasses of the specified subclass.
- getNamesOfSuperclassesOf(String) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of classes on the classpath that are superclasses of the specified subclass.
- getNamesOfSuperinterfacesOf(String) - Method in class io.github.lukehutch.fastclasspathscanner.classgraph.ClassGraphBuilder
-
Return the names of all superinterfaces of the named interface.
- getNamesOfSuperinterfacesOf(Class<T>) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of interfaces on the classpath that are superinterfaces of a given subinterface.
- getNamesOfSuperinterfacesOf(String) - Method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Returns the names of interfaces on the classpath that are superinterfaces of a given subinterface.
- getUniqueClasspathElements() - Static method in class io.github.lukehutch.fastclasspathscanner.FastClasspathScanner
-
Get a list of unique elements on the classpath (directories and files) as File objects, preserving order.