Class ArtifactMatcher.Pattern
java.lang.Object
org.apache.maven.enforcer.rules.utils.ArtifactMatcher.Pattern
- Enclosing class:
ArtifactMatcher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
match
(String groupId, String artifactId, String version, String type, String scope, String classifier) boolean
match
(org.apache.maven.artifact.Artifact artifact) boolean
match
(org.apache.maven.model.Dependency dependency) private boolean
toString()
-
Field Details
-
pattern
-
parts
-
-
Constructor Details
-
Pattern
-
-
Method Details
-
match
public boolean match(org.apache.maven.artifact.Artifact artifact) -
match
public boolean match(org.apache.maven.model.Dependency dependency) -
match
private boolean match(String groupId, String artifactId, String version, String type, String scope, String classifier) throws org.apache.maven.artifact.versioning.InvalidVersionSpecificationException - Throws:
org.apache.maven.artifact.versioning.InvalidVersionSpecificationException
-
matches
-
toString
-