Class OfficeFloorFileAttributes


  • public class OfficeFloorFileAttributes
    extends java.lang.Object
    Provides safe FileAttribute support.
    Author:
    Daniel Sagenschneider
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.nio.file.attribute.FileAttribute<?>[] getDefaultDirectoryAttributes()
      Obtains the default FileAttribute instances for a directory.
      static java.nio.file.attribute.FileAttribute<?>[] getDefaultFileAttributes()
      Obtains the default FileAttribute instances for a file.
      static boolean isSupportPosix()
      Indicates if posix is supported.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OfficeFloorFileAttributes

        public OfficeFloorFileAttributes()
    • Method Detail

      • isSupportPosix

        public static boolean isSupportPosix()
        Indicates if posix is supported.
        Returns:
        true if posix is supported.
      • getDefaultDirectoryAttributes

        public static java.nio.file.attribute.FileAttribute<?>[] getDefaultDirectoryAttributes()
        Obtains the default FileAttribute instances for a directory.
        Returns:
        Default FileAttribute instances for a directory.
      • getDefaultFileAttributes

        public static java.nio.file.attribute.FileAttribute<?>[] getDefaultFileAttributes()
        Obtains the default FileAttribute instances for a file.
        Returns:
        Default FileAttribute instances for a file.