public static interface Glob.FileSystemInterface
Modifier and Type | Field and Description |
---|---|
static Glob.FileSystemInterface |
fsInstance
fsInstance is a FileSystemInterface that uses the .isDirectory and
.listFiles methods of File for implementation.
|
Modifier and Type | Method and Description |
---|---|
File |
getCanonicalFile(File f)
Return a canonical form of the file.
|
String |
getCanonicalPath(File f)
Return the canonical path of the file.
|
boolean |
isDirectory(File f)
Returns true if f names a directory.
|
File[] |
listFiles(File f,
FilenameFilter ff)
Returns an array of files that appear in the directory f and
which pass the given filename filter.
|
static final Glob.FileSystemInterface fsInstance
boolean isDirectory(File f)
File[] listFiles(File f, FilenameFilter ff)
Copyright © 2014. All Rights Reserved.