Uses of Package
de.ikor.sip.foundation.mvnplugin.model
-
Packages that use de.ikor.sip.foundation.mvnplugin.model Package Description de.ikor.sip.foundation.mvnplugin de.ikor.sip.foundation.mvnplugin.model -
Classes in de.ikor.sip.foundation.mvnplugin.model used by de.ikor.sip.foundation.mvnplugin Class Description AnalyzeResult Final result of analyzing the code base for banned imports.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. -
Classes in de.ikor.sip.foundation.mvnplugin.model used by de.ikor.sip.foundation.mvnplugin.model Class Description BannedImportGroup Holds the information of what imports should be banned and from which base package.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.