Package de.ikor.sip.foundation.mvnplugin.model
-
Class Summary Class Description AnalyzeResult Final result of analyzing the code base for banned imports.BannedImportGroup Holds the information of what imports should be banned and from which base package.BannedImportGroups Groups multipleBannedImportGroup
objects.BannedImportRecords Holds the matches that were found within a single source file.ImportStatement Represents an import statement that has been discovered while parsing a source file.ParsedJavaFile Represents a source file that has been parsed for import statements.