public interface MountManager<T extends FileSystemMount>
void mount(T mount) throws IOException, PermissionDeniedException
IOExceptionPermissionDeniedExceptionvoid unmount(T mount) throws IOException
IOExceptionT[] getMounts()
boolean isMounted(String path)
T createMount(String mount, String path) throws IOException, PermissionDeniedException
IOExceptionPermissionDeniedExceptionT getMount(String mount) throws IOException
IOExceptionCopyright © 2012. All Rights Reserved.