org.apache.maven.plugin.assembly.filter
Class AssemblyScopeArtifactFilter

java.lang.Object
  extended by org.apache.maven.plugin.assembly.filter.AssemblyScopeArtifactFilter
All Implemented Interfaces:
org.apache.maven.artifact.resolver.filter.ArtifactFilter

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


Constructor Summary
AssemblyScopeArtifactFilter(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

AssemblyScopeArtifactFilter

public AssemblyScopeArtifactFilter(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 © 2002-2007 Apache Software Foundation. All Rights Reserved.