Uses of Class
de.skuzzle.enforcer.restrictimports.analyze.BannedImportGroup
-
Packages that use BannedImportGroup Package Description de.skuzzle.enforcer.restrictimports.analyze org.apache.maven.plugins.enforcer -
-
Uses of BannedImportGroup in de.skuzzle.enforcer.restrictimports.analyze
Methods in de.skuzzle.enforcer.restrictimports.analyze that return BannedImportGroup Modifier and Type Method Description BannedImportGroupBannedImportGroup.Builder. build()Assembles theBannedImportGroupfrom this builder.Methods in de.skuzzle.enforcer.restrictimports.analyze that return types with arguments of type BannedImportGroup Modifier and Type Method Description Optional<BannedImportGroup>MatchedFile. getMatchedBy()Returns the group that contains the banned import that caused the match in this file.Optional<BannedImportGroup>BannedImportGroups. selectGroupFor(String fqcn)Selects theBannedImportGroupwith the most specific base package matching the given full qualified class name.Map<BannedImportGroup,List<MatchedFile>>AnalyzeResult. srcMatchesByGroup()Returns the matches that occurred in compile source files grouped by theirBannedImportGroupMap<BannedImportGroup,List<MatchedFile>>AnalyzeResult. testMatchesByGroup()Returns the matches that occurred in test source files grouped by theirBannedImportGroup.Methods in de.skuzzle.enforcer.restrictimports.analyze with parameters of type BannedImportGroup Modifier and Type Method Description MatchedFile.BuilderMatchedFile.Builder. matchedBy(BannedImportGroup group)Sets the group that contained the banned import that caused a match for this file.BannedImportGroups.BuilderBannedImportGroups.Builder. withGroup(BannedImportGroup group)Method parameters in de.skuzzle.enforcer.restrictimports.analyze with type arguments of type BannedImportGroup Modifier and Type Method Description BannedImportGroups.BuilderBannedImportGroups.Builder. withGroups(Collection<BannedImportGroup> groups) -
Uses of BannedImportGroup in org.apache.maven.plugins.enforcer
Methods in org.apache.maven.plugins.enforcer that return BannedImportGroup Modifier and Type Method Description BannedImportGroupBannedImportGroupDefinition. createGroupFromPluginConfiguration()
-