Package org.cryptomator.cryptofs
Class ReadonlyFlag
- java.lang.Object
-
- org.cryptomator.cryptofs.ReadonlyFlag
-
@CryptoFileSystemScoped public class ReadonlyFlag extends Object
-
-
Constructor Summary
Constructors Constructor Description ReadonlyFlag(CryptoFileSystemProperties properties, Path pathToVault)
-
-
-
Constructor Detail
-
ReadonlyFlag
@Inject public ReadonlyFlag(CryptoFileSystemProperties properties, @PathToVault Path pathToVault)
-
-
Method Detail
-
assertWritable
public void assertWritable() throws ReadOnlyFileSystemException- Throws:
ReadOnlyFileSystemException
-
isSet
public boolean isSet()
-
-