Class MountParams
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<MountParam,java.lang.String>
-
- org.cryptomator.frontend.webdav.mount.MountParams
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<MountParam,java.lang.String>
public class MountParams extends java.util.HashMap<MountParam,java.lang.String>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMountParams.MountParamsBuilder
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MountParams.MountParamsBuildercreate()-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-
-
-
Method Detail
-
create
public static MountParams.MountParamsBuilder create()
-
-