Package io.roastedroot.zerofs
Class BasicFileAttribute<T>
- java.lang.Object
-
- io.roastedroot.zerofs.BasicFileAttribute<T>
-
- All Implemented Interfaces:
java.nio.file.attribute.FileAttribute<T>
public class BasicFileAttribute<T> extends java.lang.Object implements java.nio.file.attribute.FileAttribute<T>
-
-
Constructor Summary
Constructors Constructor Description BasicFileAttribute(java.lang.String name, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringname()Tvalue()
-