Class BannedImportGroups
java.lang.Object
de.ikor.sip.foundation.mvnplugin.model.BannedImportGroups
Groups multiple
BannedImportGroup
objects.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGroup
(BannedImportGroup group) selectGroupFor
(String fqcn) Selects theBannedImportGroup
with the most specific base package matching the given full qualified class name.
-
Constructor Details
-
BannedImportGroups
public BannedImportGroups()
-
-
Method Details
-
addGroup
-
selectGroupFor
Selects theBannedImportGroup
with the most specific base package matching the given full qualified class name. If the most specific match also specifies an exclusion pattern for the given fqcn the result will be empty.- Parameters:
fqcn
- The full qualified class name to find the group for.- Returns:
- The group with the most specific base package match.
-