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 java.lang.Object
implements org.apache.maven.artifact.resolver.filter.ArtifactFilter


Constructor Summary
AbstractBuilder.ScopeExcludeArtifactFilter(java.lang.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(java.lang.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.