public class UnixFileSystem extends Object implements xyz.cofe.fs.FileSystem, xyz.cofe.fs.FileSystemInfo
| Constructor and Description |
|---|
UnixFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.fs.File |
get(String path) |
String |
getFileSeparator() |
Class<xyz.cofe.fs.UnixFile> |
getFileType() |
xyz.cofe.fs.File |
getRoot() |
boolean |
isFileNameIgnoreCase() |
public Class<xyz.cofe.fs.UnixFile> getFileType()
getFileType in interface xyz.cofe.fs.FileSystemInfopublic xyz.cofe.fs.File get(String path)
get in interface xyz.cofe.fs.FileSystempublic xyz.cofe.fs.File getRoot()
getRoot in interface xyz.cofe.fs.FileSystempublic boolean isFileNameIgnoreCase()
isFileNameIgnoreCase in interface xyz.cofe.fs.FileSystemInfopublic String getFileSeparator()
getFileSeparator in interface xyz.cofe.fs.FileSystemInfoCopyright © 2017. All rights reserved.