All Packages Class Hierarchy This Package Previous Next Index
Class org.jos.fs.util.EmptyFileSystem
java.lang.Object
|
+----org.jos.fs.util.AbstractFileSystem
|
+----org.jos.fs.util.EmptyFileSystem
- public class EmptyFileSystem
- extends AbstractFileSystem
- Version:
- JOS-FileSystem 4 Preview (25-Mar-98)
- Author:
- Stefan Reich
- See Also:
- UnionFileSystem
-
EmptyFileSystem(int)
-
-
delete(String)
-
-
dirList(String)
-
-
getBranchInfo(String)
-
-
getCasePolicyForDir(String)
-
-
getFileInfo(String)
-
-
getMedium()
-
-
mkdir(String)
-
-
openFile(String, boolean, boolean)
-
-
rename(String, String)
-
EmptyFileSystem
public EmptyFileSystem(int casePolicy)
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
All Packages Class Hierarchy This Package Previous Next Index