com.atlassian.maven.plugins.licenses
Class ArtifactScopeFilter

java.lang.Object
  extended by com.atlassian.maven.plugins.licenses.ArtifactScopeFilter
All Implemented Interfaces:
org.apache.maven.artifact.resolver.filter.ArtifactFilter

public class ArtifactScopeFilter
extends java.lang.Object
implements org.apache.maven.artifact.resolver.filter.ArtifactFilter

Simply matches a given scope to that of the artifacts scope.

Author:
Sherali Karimov

Constructor Summary
ArtifactScopeFilter(java.lang.String scopeStr)
           
 
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

ArtifactScopeFilter

public ArtifactScopeFilter(java.lang.String scopeStr)
Method Detail

include

public boolean include(org.apache.maven.artifact.Artifact artifact)
Specified by:
include in interface org.apache.maven.artifact.resolver.filter.ArtifactFilter


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.