org.codehaus.plexus.builder
Class AbstractBuilder.ScopeExcludeArtifactFilter

java.lang.Object
  extended by org.codehaus.plexus.builder.AbstractBuilder.ScopeExcludeArtifactFilter
All Implemented Interfaces:
org.apache.maven.artifact.resolver.filter.ArtifactFilter
Enclosing class:
AbstractBuilder

public static class AbstractBuilder.ScopeExcludeArtifactFilter
extends Object
implements org.apache.maven.artifact.resolver.filter.ArtifactFilter


Constructor Summary
AbstractBuilder.ScopeExcludeArtifactFilter(String scope)
           
 
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

AbstractBuilder.ScopeExcludeArtifactFilter

public AbstractBuilder.ScopeExcludeArtifactFilter(String scope)
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 © 2001-2011 Codehaus. All Rights Reserved.