Uses of Class
de.skuzzle.enforcer.restrictimports.analyze.AnalyzeResult
-
Packages that use AnalyzeResult Package Description de.skuzzle.enforcer.restrictimports.analyze de.skuzzle.enforcer.restrictimports.formatting -
-
Uses of AnalyzeResult in de.skuzzle.enforcer.restrictimports.analyze
Methods in de.skuzzle.enforcer.restrictimports.analyze that return AnalyzeResult Modifier and Type Method Description AnalyzeResultSourceTreeAnalyzer. analyze(AnalyzerSettings settings, BannedImportGroups groups)Analyzes all java classes found recursively in the given root directories for matches of banned imports.AnalyzeResultAnalyzeResult.Builder. build() -
Uses of AnalyzeResult in de.skuzzle.enforcer.restrictimports.formatting
Methods in de.skuzzle.enforcer.restrictimports.formatting with parameters of type AnalyzeResult Modifier and Type Method Description StringMatchFormatter. formatMatches(Collection<Path> roots, AnalyzeResult analyzeResult)
-