Class FilterSupport

    • Constructor Summary

      Constructors 
      Constructor Description
      FilterSupport​(java.util.List<ArchiveFileFilter> filters, org.codehaus.plexus.logging.Logger logger)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      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<ArchiveFileFilter> filters,
                             org.codehaus.plexus.logging.Logger logger)
        Deprecated.
    • Method Detail

      • include

        public boolean include​(java.io.InputStream dataStream,
                               java.lang.String entryName)
        Deprecated.