public class IndexFileNameFilter
extends java.lang.Object
implements java.io.FilenameFilter
Constructor and Description |
---|
IndexFileNameFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(java.io.File dir,
java.lang.String name) |
static IndexFileNameFilter |
getFilter() |
boolean |
isCFSFile(java.lang.String name)
Returns true if this is a file that would be contained
in a CFS file.
|
public boolean accept(java.io.File dir, java.lang.String name)
accept
in interface java.io.FilenameFilter
public boolean isCFSFile(java.lang.String name)
public static IndexFileNameFilter getFilter()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.