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<String> getExcludes()
           
 Set<String> 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<String> getIncludes()

getExcludes

public Set<String> getExcludes()


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