Uses of Class
de.skuzzle.enforcer.restrictimports.analyze.AnalyzerSettings
-
Packages that use AnalyzerSettings Package Description de.skuzzle.enforcer.restrictimports.analyze -
-
Uses of AnalyzerSettings in de.skuzzle.enforcer.restrictimports.analyze
Methods in de.skuzzle.enforcer.restrictimports.analyze that return AnalyzerSettings Modifier and Type Method Description AnalyzerSettingsAnalyzerSettings.Builder. build()Methods in de.skuzzle.enforcer.restrictimports.analyze with parameters of type AnalyzerSettings 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.
-