org.at4j.tar
Interface TarEntryHeaderDataFilter

All Known Implementing Classes:
TarDirectoryEntryFilter, TarEntryNameFilter, TarEntryNameGlobFilter, TarFileEntryFilter

public interface TarEntryHeaderDataFilter

This is a marker interface that marks a filter implementation as being a filter for TarEntryHeaderData objects, as used by the TarExtractSpecification.

This interface is only here for Javadoc purposes. No program should ever use it.

Since:
1.0
Author:
Karl Gustafsson
See Also:
TarExtractor, TarExtractSpecification