All Packages Class Hierarchy This Package Previous Next Index
Class org.jos.fs.host.HostFileSystem
java.lang.Object
|
+----org.jos.fs.util.AbstractFileSystem
|
+----org.jos.fs.host.HostFileSystem
- public final class HostFileSystem
- extends AbstractFileSystem
TODO: comment
TODO: manage Windows drives
- Version:
- JOS-FileSystem 4 Preview (25-Mar-98)
- Author:
- Stefan Reich
HostFileSystem(String)
-
delete(String)
-
dirList(String)
-
getBranchInfo(String)
-
getCasePolicyForDir(String)
-
getFileInfo(String)
-
getMedium()
-
mkdir(String)
-
openFile(String, boolean, boolean)
- require: readAccess || writeAccess == true
rename(String, String)
-
HostFileSystem
public HostFileSystem(String rootDir)
getCasePolicyForDir
public int getCasePolicyForDir(String dir)
getBranchInfo
public FSBranchInfo getBranchInfo(String branch)
getMedium
public Medium getMedium()
getFileInfo
public FSFileInfo getFileInfo(String path) throws IOException
delete
public void delete(String path) throws IOException
rename
public void rename(String from,
String to) throws IOException
mkdir
public void mkdir(String path) throws IOException
dirList
public String[] dirList(String path) throws IOException
openFile
public FSFile openFile(String file,
boolean readAccess,
boolean writeAccess) throws IOException
- require: readAccess || writeAccess == true
- Returns:
- opened file (not null)
All Packages Class Hierarchy This Package Previous Next Index