|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--unannoy.util.FileFilters
Constructor Summary | |
FileFilters()
|
Method Summary | |
static java.io.FilenameFilter |
endsWith(java.lang.String suffix)
Returns a FilenameFilter for names that end with a
certain string. |
static java.io.FilenameFilter |
equals(java.lang.String str)
Returns a FilenameFilter for names that match a
certain string. |
static java.io.FileFilter |
isDirectory()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileFilters()
Method Detail |
public static java.io.FilenameFilter endsWith(java.lang.String suffix)
FilenameFilter
for names that end with a
certain string. Note: you have to supply the extension yourself,
for example, ".xml" instead of "xml"; if you supply the latter,
this filter would accept "fooxml" as well as "foo.xml".
FilenameFilter
that accepts files with a
certain suffix.public static java.io.FilenameFilter equals(java.lang.String str)
FilenameFilter
for names that match a
certain string.
FilenameFilter
that accepts files
with names that match a certain string.public static java.io.FileFilter isDirectory()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |