Uses of Class
org.apache.maven.plugins.enforcer.BannedImportGroupDefinition
-
Packages that use BannedImportGroupDefinition Package Description org.apache.maven.plugins.enforcer -
-
Uses of BannedImportGroupDefinition in org.apache.maven.plugins.enforcer
Subclasses of BannedImportGroupDefinition in org.apache.maven.plugins.enforcer Modifier and Type Class Description classRestrictImportsEnforcer rule which restricts the usage of certain packages or classes within a Java code base.Method parameters in org.apache.maven.plugins.enforcer with type arguments of type BannedImportGroupDefinition Modifier and Type Method Description voidRestrictImports. setGroups(List<BannedImportGroupDefinition> groups)
-