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