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 SummaryNested Classes Modifier and Type Class Description static classClasspathScanner.ClasspathScannerBuilder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClasspathScanner.ClasspathScannerBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Function<ClassGraph,ClassGraph>getClassGraphConfigurer()FilegetClasspathRoot()inthashCode()voidscanClasses()StringtoString()
 
- 
- 
- 
Method Detail- 
scanClassespublic void scanClasses() throws IOException- Throws:
- IOException
 
 - 
builderpublic static ClasspathScanner.ClasspathScannerBuilder builder() 
 - 
getClasspathRootpublic File getClasspathRoot() 
 - 
getClassGraphConfigurerpublic Function<ClassGraph,ClassGraph> getClassGraphConfigurer() 
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-