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