Class ArtifactMatcher.Pattern
- java.lang.Object
-
- org.apache.maven.plugins.enforcer.utils.ArtifactMatcher.Pattern
-
- Enclosing class:
- ArtifactMatcher
public static class ArtifactMatcher.Pattern extends Object
- Author:
- I don't know
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
match(org.apache.maven.artifact.Artifact artifact)
String
toString()
-
-
-
Constructor Detail
-
Pattern
public Pattern(String pattern)
-
-