Module java.base

Interface FileAttribute<T>

    • Method Summary

      Modifier and Type Method Description
      String name()
      Returns the attribute name.
      T value()
      Returns the attribute value.
    • Method Detail

      • name

        String name()
        Returns the attribute name.
        Returns:
        The attribute name
      • value

        T value()
        Returns the attribute value.
        Returns:
        The attribute value