Package org.joinfaces.tools
Class ClasspathScanner
- java.lang.Object
-
- org.joinfaces.tools.ClasspathScanner
-
public class ClasspathScanner extends Object
ClassGraph
-based classpath scanner highly tailored for JoinFaces.- See Also:
ScanResultHandler
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClasspathScanner.ClasspathScannerBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClasspathScanner.ClasspathScannerBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
Function<ClassGraph,ClassGraph>
getClassGraphConfigurer()
File
getClasspathRoot()
int
hashCode()
void
scanClasses()
String
toString()
-
-
-
Method Detail
-
scanClasses
public void scanClasses() throws IOException
- Throws:
IOException
-
builder
public static ClasspathScanner.ClasspathScannerBuilder builder()
-
getClasspathRoot
public File getClasspathRoot()
-
getClassGraphConfigurer
public Function<ClassGraph,ClassGraph> getClassGraphConfigurer()
-
canEqual
protected boolean canEqual(Object other)
-
-