Java java.nio.file.attribute PosixFilePermissions fields, constructors, methods, implement or subclass

Example usage for Java java.nio.file.attribute PosixFilePermissions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio.file.attribute PosixFilePermissions.

The text is from its open source code.

Method

FileAttribute>asFileAttribute(Set perms)
Creates a FileAttribute , encapsulating a copy of the given file permissions, suitable for passing to the java.nio.file.Files#createFile createFile or java.nio.file.Files#createDirectory createDirectory methods.
SetfromString(String perms)
Returns the set of permissions corresponding to a given String representation.
StringtoString(Set perms)
Returns the String representation of a set of permissions.