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

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

public class ArtifactSet
extends Object

Author:
Jason van Zyl

Constructor Summary
ArtifactSet()
           
 
Method Summary
 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

ArtifactSet

public ArtifactSet()
Method Detail

getIncludes

public Set<String> getIncludes()

getExcludes

public Set<String> getExcludes()


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