Uses of Interface
org.cryptomator.cryptofs.attr.AttributeViewComponent.Builder
-
Packages that use AttributeViewComponent.Builder Package Description org.cryptomator.cryptofs.attr -
-
Uses of AttributeViewComponent.Builder in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr that return AttributeViewComponent.Builder Modifier and Type Method Description AttributeViewComponent.BuilderAttributeViewComponent.Builder. cleartextPath(CryptoPath cleartextPath)AttributeViewComponent.BuilderAttributeViewComponent.Builder. linkOptions(LinkOption[] linkOptions)AttributeViewComponent.BuilderAttributeViewComponent.Builder. viewType(Class<? extends FileAttributeView> type)Methods in org.cryptomator.cryptofs.attr with parameters of type AttributeViewComponent.Builder Modifier and Type Method Description static AttributeViewProviderAttributeViewProvider_Factory. newInstance(AttributeViewComponent.Builder attrViewComponentBuilder)Method parameters in org.cryptomator.cryptofs.attr with type arguments of type AttributeViewComponent.Builder Modifier and Type Method Description static AttributeViewProvider_FactoryAttributeViewProvider_Factory. create(javax.inject.Provider<AttributeViewComponent.Builder> attrViewComponentBuilderProvider)Constructor parameters in org.cryptomator.cryptofs.attr with type arguments of type AttributeViewComponent.Builder Constructor Description AttributeViewProvider_Factory(javax.inject.Provider<AttributeViewComponent.Builder> attrViewComponentBuilderProvider)
-