org.archive.wayback.resourcestore.resourcefile
Class ArcWarcFilenameFilter
java.lang.Object
org.archive.wayback.resourcestore.resourcefile.ArcWarcFilenameFilter
- All Implemented Interfaces:
- FilenameFilter
public class ArcWarcFilenameFilter
- extends Object
- implements FilenameFilter
FilenameFilter which returns only compressed/uncompressed ARC/WARC files.
- Version:
- $Date: 2010-09-29 05:28:38 +0700 (Wed, 29 Sep 2010) $, $Revision: 3262 $
- Author:
- brad
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ARC_SUFFIX
public static final String ARC_SUFFIX
- See Also:
- Constant Field Values
ARC_GZ_SUFFIX
public static final String ARC_GZ_SUFFIX
- See Also:
- Constant Field Values
WARC_SUFFIX
public static final String WARC_SUFFIX
- See Also:
- Constant Field Values
WARC_GZ_SUFFIX
public static final String WARC_GZ_SUFFIX
- See Also:
- Constant Field Values
OPEN_SUFFIX
public static final String OPEN_SUFFIX
- See Also:
- Constant Field Values
ArcWarcFilenameFilter
public ArcWarcFilenameFilter()
accept
public boolean accept(File dir,
String name)
- Specified by:
accept in interface FilenameFilter
Copyright © 2005-2011 Internet Archive. All Rights Reserved.