PosixFilePermissions

Class PosixFilePermissions

public final class PosixFilePermissions
extends Object

This class consists exclusively of static methods that operate on sets of PosixFilePermission objects.

Since:
1.7

Methods

toString

public static String toString(Set<PosixFilePermission> perms)

Returns the String representation of a set of permissions. It is guaranteed that the returned String can be parsed by the fromString(java.lang.String)登录查看完整内容