org.codehaus.plexus.archiver
Interface ArchiveFileFilter

All Known Implementing Classes:
JarSecurityFileFilter

Deprecated. Use FileSelector

public interface ArchiveFileFilter


Method Summary
 boolean include(java.io.InputStream dataStream, java.lang.String entryName)
          Deprecated.  
 

Method Detail

include

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


Copyright © 2001-2011 Codehaus. All Rights Reserved.