All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.jos.fs.util.AbstractFileSystem | +----org.jos.fs.host.HostFileSystem
public HostFileSystem(String rootDir)
public int getCasePolicyForDir(String dir)
public FSBranchInfo getBranchInfo(String branch)
public Medium getMedium()
public FSFileInfo getFileInfo(String path) throws IOException
public void delete(String path) throws IOException
public void rename(String from, String to) throws IOException
public void mkdir(String path) throws IOException
public String[] dirList(String path) throws IOException
public FSFile openFile(String file, boolean readAccess, boolean writeAccess) throws IOException
All Packages Class Hierarchy This Package Previous Next Index