Uses of Class
org.apache.maven.enforcer.rules.utils.ArtifactMatcher.Pattern
Packages that use ArtifactMatcher.Pattern
-
Uses of ArtifactMatcher.Pattern in org.apache.maven.enforcer.rules.utils
Fields in org.apache.maven.enforcer.rules.utils with type parameters of type ArtifactMatcher.PatternModifier and TypeFieldDescriptionprivate final Collection
<ArtifactMatcher.Pattern> ArtifactMatcher.excludePatterns
private final Collection
<ArtifactMatcher.Pattern> ArtifactMatcher.includePatterns
Method parameters in org.apache.maven.enforcer.rules.utils with type arguments of type ArtifactMatcher.PatternModifier and TypeMethodDescriptionprivate boolean
ArtifactMatcher.match
(Function<ArtifactMatcher.Pattern, Boolean> matcher)