Save This Page
Home » j2ssh-0.2.9-src » com.sshtools.daemon.vfs » [javadoc | source]
com.sshtools.daemon.vfs
public class: VFSMount [javadoc | source]
java.lang.Object
   com.sshtools.daemon.vfs.VFSMount
Constructor:
 public VFSMount(String mount,
    String path) throws IOException 
    Creates a new VFSMount object.
    Parameters:
    mount -
    path -
    Throws:
    IOException -
Method from com.sshtools.daemon.vfs.VFSMount Summary:
getMount,   getPath,   getPermissions,   isRoot,   setPermissions,   setRoot
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.sshtools.daemon.vfs.VFSMount Detail:
 public String getMount() 
 public String getPath() 
 public Map getPermissions() 
 public boolean isRoot() 
 public  void setPermissions(VFSPermission permissions) 
 public  void setRoot(boolean isroot)