Uses of Class
de.ikor.sip.foundation.mvnplugin.model.BannedImportGroups
-
Packages that use BannedImportGroups Package Description de.ikor.sip.foundation.mvnplugin -
-
Uses of BannedImportGroups in de.ikor.sip.foundation.mvnplugin
Methods in de.ikor.sip.foundation.mvnplugin with parameters of type BannedImportGroups Modifier and Type Method Description AnalyzeResult
SourceTreeAnalyzer. analyze(BannedImportGroups groups)
Checks the files in enclosed folder for not allowed import statements.(package private) Optional<BannedImportRecords>
ImportAnalyzer. checkFile(ParsedJavaFile sourceFile, BannedImportGroups groups)
Collects all imports that are banned within the given source file.
-