Uses of Class
de.ikor.sip.foundation.mvnplugin.model.AnalyzeResult
-
Packages that use AnalyzeResult Package Description de.ikor.sip.foundation.mvnplugin -
-
Uses of AnalyzeResult in de.ikor.sip.foundation.mvnplugin
Methods in de.ikor.sip.foundation.mvnplugin that return AnalyzeResult Modifier and Type Method Description AnalyzeResult
SourceTreeAnalyzer. analyze(BannedImportGroups groups)
Checks the files in enclosed folder for not allowed import statements.Methods in de.ikor.sip.foundation.mvnplugin with parameters of type AnalyzeResult Modifier and Type Method Description String
ResultsFormatter. formatMatches(AnalyzeResult analyzeResult)
Formats the info about found cross dependencies for presentation purpose.
-