org.codehaus.plexus.archiver.util
Class FilterSupport

java.lang.Object
  extended by org.codehaus.plexus.archiver.util.FilterSupport

Deprecated. Use FileSelector and Archiver.addFileSet(org.codehaus.plexus.archiver.FileSet).

public class FilterSupport
extends java.lang.Object


Constructor Summary
FilterSupport(java.util.List filters, org.codehaus.plexus.logging.Logger logger)
          Deprecated.  
 
Method Summary
 boolean include(java.io.InputStream dataStream, java.lang.String entryName)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterSupport

public FilterSupport(java.util.List filters,
                     org.codehaus.plexus.logging.Logger logger)
Deprecated. 
Method Detail

include

public boolean include(java.io.InputStream dataStream,
                       java.lang.String entryName)
                throws ArchiveFilterException
Deprecated. 
Throws:
ArchiveFilterException


Copyright © 2001-2012 Codehaus. All Rights Reserved.