Package org.cryptomator.cryptofs.fh
Interface OpenCryptoFileComponent.Builder
-
- Enclosing interface:
- OpenCryptoFileComponent
@Builder public static interface OpenCryptoFileComponent.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OpenCryptoFileComponentbuild()OpenCryptoFileComponent.BuilderonClose(FileCloseListener listener)OpenCryptoFileComponent.Builderpath(Path path)
-
-
-
Method Detail
-
path
@BindsInstance OpenCryptoFileComponent.Builder path(@OriginalOpenFilePath Path path)
-
onClose
@BindsInstance OpenCryptoFileComponent.Builder onClose(FileCloseListener listener)
-
build
OpenCryptoFileComponent build()
-
-