|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.maven.plugins.licenses.ArtifactExclusionFilter
public class ArtifactExclusionFilter
Parses the given list of artifact filter strings into a list of
RegexpArfifactFilter objects and the given list of scopes into a list
of ArtifactScopeFilter. Artifact that matches any of those filters
will be excluded.
| Constructor Summary | |
|---|---|
ArtifactExclusionFilter(java.util.List artifactFilters,
java.util.List scopeFilters)
|
|
| Method Summary | |
|---|---|
boolean |
include(org.apache.maven.artifact.Artifact artifactToCheck)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArtifactExclusionFilter(java.util.List artifactFilters,
java.util.List scopeFilters)
throws org.apache.oro.text.regex.MalformedPatternException
org.apache.oro.text.regex.MalformedPatternException| Method Detail |
|---|
public boolean include(org.apache.maven.artifact.Artifact artifactToCheck)
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 | |||||||||