Class UserIsOwnerPosixPermissions
java.lang.Object
org.apache.commons.vfs2.util.PosixPermissions
org.apache.commons.vfs2.provider.sftp.UserIsOwnerPosixPermissions
Pretends that the current user is always the owner and in the same group.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.commons.vfs2.util.PosixPermissions
PosixPermissions.Type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.vfs2.util.PosixPermissions
getPermissions, isExecutable, isReadable, isWritable, makeExecutable, makeReadable, makeWritable
-
Constructor Details
-
UserIsOwnerPosixPermissions
Constructs a new instance.- Parameters:
permissions
- permission bits.
-