org.apache.maven.plugins.shade.filter
Interface Filter

All Known Implementing Classes:
SimpleFilter

public interface Filter

Author:
David Blevins

Method Summary
 boolean canFilter(java.io.File jar)
           
 boolean isFiltered(java.lang.String classFile)
           
 

Method Detail

canFilter

boolean canFilter(java.io.File jar)

isFiltered

boolean isFiltered(java.lang.String classFile)


Copyright © 2002-2009 Apache Software Foundation. All Rights Reserved.