Uses of Class
org.apache.commons.vfs2.util.PosixPermissions
-
Packages that use PosixPermissions Package Description org.apache.commons.vfs2.provider.sftp The SFTP Provider. -
-
Uses of PosixPermissions in org.apache.commons.vfs2.provider.sftp
Subclasses of PosixPermissions in org.apache.commons.vfs2.provider.sftp Modifier and Type Class Description class
UserIsOwnerPosixPermissions
Pretends that the current user is always the owner and in the same group.Methods in org.apache.commons.vfs2.provider.sftp that return PosixPermissions Modifier and Type Method Description protected PosixPermissions
SftpFileObject. getPermissions(boolean checkIds)
Returns the POSIX type permissions of the file.
-