Package Summary  Overview Summary

class:PosixFileAttributes [NONE]

  • All Superinterfaces:
    BasicFileAttributes


    public interface PosixFileAttributes
    extends BasicFileAttributes
    
    File attributes associated with files on file systems used by operating systems that implement the Portable Operating System Interface (POSIX) family of standards.

    The POSIX attributes of a file are retrieved using a PosixFileAttributeView by invoking its readAttributes method.

    Since:
    1.7

method:owner() [NONE]

method:group() [NONE]

method:permissions() [NONE]

© 2017 Oracle Corporation and/or its affiliates