Package org.cryptomator.cryptofs.dir
Class CiphertextDirectoryDeleter
- java.lang.Object
-
- org.cryptomator.cryptofs.dir.CiphertextDirectoryDeleter
-
@CryptoFileSystemScoped public class CiphertextDirectoryDeleter extends Object
-
-
Constructor Summary
Constructors Constructor Description CiphertextDirectoryDeleter(DirectoryStreamFactory directoryStreamFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteCiphertextDirIncludingNonCiphertextFiles(Path ciphertextDir, CryptoPath cleartextDir)
-
-
-
Constructor Detail
-
CiphertextDirectoryDeleter
@Inject public CiphertextDirectoryDeleter(DirectoryStreamFactory directoryStreamFactory)
-
-
Method Detail
-
deleteCiphertextDirIncludingNonCiphertextFiles
public void deleteCiphertextDirIncludingNonCiphertextFiles(Path ciphertextDir, CryptoPath cleartextDir) throws IOException
- Throws:
IOException
-
-