com.maverick.sshd.sftp
Interface MountManager<T extends FileSystemMount>
public interface MountManager<T extends FileSystemMount>
mount
void mount(T mount)
throws IOException,
PermissionDeniedException
- Throws:
IOException
PermissionDeniedException
unmount
void unmount(T mount)
throws IOException
- Throws:
IOException
getMounts
T[] getMounts()
getMounts
T[] getMounts(String path)
isMounted
boolean isMounted(String path)
createMount
T createMount(String mount,
String path)
throws IOException,
PermissionDeniedException
- Throws:
IOException
PermissionDeniedException
getMount
T getMount(String mount)
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.