Uses of Class
org.cryptomator.cryptofs.attr.AttributeViewType
-
Packages that use AttributeViewType Package Description org.cryptomator.cryptofs.attr -
-
Uses of AttributeViewType in org.cryptomator.cryptofs.attr
Methods in org.cryptomator.cryptofs.attr that return AttributeViewType Modifier and Type Method Description static AttributeViewTypeAttributeViewType. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeViewType[]AttributeViewType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cryptomator.cryptofs.attr that return types with arguments of type AttributeViewType Modifier and Type Method Description static Optional<AttributeViewType>AttributeViewType. getByName(String viewName)static Optional<AttributeViewType>AttributeViewType. getByType(Class<? extends FileAttributeView> type)
-