org.apache.maven.plugins.shade.filter
Class SimpleFilter

java.lang.Object
  extended by org.apache.maven.plugins.shade.filter.SimpleFilter
All Implemented Interfaces:
Filter

public class SimpleFilter
extends Object
implements Filter

Author:
David Blevins

Constructor Summary
SimpleFilter(Set jars, Set includes, Set excludes)
           
 
Method Summary
 boolean canFilter(File jar)
           
 void finished()
           
 boolean isFiltered(String classFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFilter

public SimpleFilter(Set jars,
                    Set includes,
                    Set excludes)
Method Detail

canFilter

public boolean canFilter(File jar)
Specified by:
canFilter in interface Filter

isFiltered

public boolean isFiltered(String classFile)
Specified by:
isFiltered in interface Filter

finished

public void finished()
Specified by:
finished in interface Filter


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