org.apache.maven.plugins.shade.mojo
Class ArchiveFilter

java.lang.Object
  extended by org.apache.maven.plugins.shade.mojo.ArchiveFilter

public class ArchiveFilter
extends Object

Author:
David Blevins

Constructor Summary
ArchiveFilter()
           
 
Method Summary
 String getArtifact()
           
 Set getExcludes()
           
 Set getIncludes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveFilter

public ArchiveFilter()
Method Detail

getArtifact

public String getArtifact()

getIncludes

public Set getIncludes()

getExcludes

public Set getExcludes()


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.