Package org.cryptomator.cryptofs.attr
Interface AttributeViewComponent.Builder
-
- Enclosing interface:
- AttributeViewComponent
@Builder public static interface AttributeViewComponent.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeViewComponentbuild()AttributeViewComponent.BuildercleartextPath(CryptoPath cleartextPath)AttributeViewComponent.BuilderlinkOptions(LinkOption[] linkOptions)AttributeViewComponent.BuilderviewType(Class<? extends FileAttributeView> type)
-
-
-
Method Detail
-
cleartextPath
@BindsInstance AttributeViewComponent.Builder cleartextPath(CryptoPath cleartextPath)
-
viewType
@BindsInstance AttributeViewComponent.Builder viewType(Class<? extends FileAttributeView> type)
-
linkOptions
@BindsInstance AttributeViewComponent.Builder linkOptions(LinkOption[] linkOptions)
-
build
AttributeViewComponent build()
-
-