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 SummaryNested classes/interfaces inherited from class org.apache.commons.vfs2.util.PosixPermissionsPosixPermissions.Type
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.commons.vfs2.util.PosixPermissionsgetPermissions, isExecutable, isReadable, isWritable, makeExecutable, makeReadable, makeWritable
- 
Constructor Details- 
UserIsOwnerPosixPermissionsConstructs a new instance.- Parameters:
- permissions- permission bits.
 
 
-