public class JavaFileSystem extends Object implements xyz.cofe.fs.FileSystem, xyz.cofe.fs.FileSystemInfo
| Constructor and Description |
|---|
JavaFileSystem() |
| Modifier and Type | Method and Description |
|---|---|
xyz.cofe.fs.File |
get(String path) |
String |
getFileSeparator() |
Class |
getFileType() |
xyz.cofe.fs.File |
getRoot() |
boolean |
isFileNameIgnoreCase() |
protected boolean |
isOS_Windows() |
public Class 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.FileSystemprotected boolean isOS_Windows()
public boolean isFileNameIgnoreCase()
isFileNameIgnoreCase in interface xyz.cofe.fs.FileSystemInfopublic String getFileSeparator()
getFileSeparator in interface xyz.cofe.fs.FileSystemInfoCopyright © 2017. All rights reserved.