|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.maven.plugins.licenses.GlobArfifactFilter
public class GlobArfifactFilter
A filter for matching artifacts using GLOB expressions. Given artifacts (as a String of form groupId:artifactId:version) is passed to the pattern for matching.
GlobCompiler| Constructor Summary | |
|---|---|
GlobArfifactFilter(java.lang.String expr)
|
|
| Method Summary | |
|---|---|
boolean |
include(org.apache.maven.artifact.Artifact artifact)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlobArfifactFilter(java.lang.String expr)
throws org.apache.oro.text.regex.MalformedPatternException
org.apache.oro.text.regex.MalformedPatternException| Method Detail |
|---|
public boolean include(org.apache.maven.artifact.Artifact artifact)
include in interface org.apache.maven.artifact.resolver.filter.ArtifactFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||