Class SimpleFileAttribute<T>

  • Type Parameters:
    T - The type of the file attribute value.
    All Implemented Interfaces:
    FileAttribute<T>

    public class SimpleFileAttribute<T>
    extends Object
    implements FileAttribute<T>
    A simple file attribute implementation.
    Author:
    Rob Spoor