Package org.cryptomator.cryptofs.attr
Class AttributeByNameProvider
- java.lang.Object
-
- org.cryptomator.cryptofs.attr.AttributeByNameProvider
-
@CryptoFileSystemScoped public class AttributeByNameProvider extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>readAttributes(CryptoPath cleartextPath, String attributesString, LinkOption... options)voidsetAttribute(CryptoPath cleartextPath, String attributeName, Object value, LinkOption... options)
-
-
-
Method Detail
-
setAttribute
public void setAttribute(CryptoPath cleartextPath, String attributeName, Object value, LinkOption... options) throws IOException
- Throws:
IOException
-
readAttributes
public Map<String,Object> readAttributes(CryptoPath cleartextPath, String attributesString, LinkOption... options) throws IOException
- Throws:
IOException
-
-