Class FilterSupport
- java.lang.Object
-
- org.codehaus.plexus.archiver.util.FilterSupport
-
@Deprecated public class FilterSupport extends Object
Deprecated.UseFileSelectorandArchiver.addFileSet(org.codehaus.plexus.archiver.FileSet).
-
-
Constructor Summary
Constructors Constructor Description FilterSupport(List<ArchiveFileFilter> filters, org.slf4j.Logger logger)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleaninclude(InputStream dataStream, String entryName)Deprecated.
-
-
-
Constructor Detail
-
FilterSupport
public FilterSupport(List<ArchiveFileFilter> filters, org.slf4j.Logger logger)
Deprecated.
-
-
Method Detail
-
include
public boolean include(InputStream dataStream, String entryName)
Deprecated.
-
-