avoid duplicate network drives on windows

This commit is contained in:
Sebastian Stenzel
2016-03-12 18:55:38 +01:00
parent 6a374cc237
commit 768f291ff7
10 changed files with 76 additions and 59 deletions
@@ -14,7 +14,7 @@ import java.util.Optional;
public interface Frontend extends AutoCloseable {
public enum MountParam {
MOUNT_NAME, WIN_DRIVE_LETTER
MOUNT_NAME, HOSTNAME, WIN_DRIVE_LETTER
}
void mount(Map<MountParam, Optional<String>> map) throws CommandFailedException;