Package org.apache.sshd.sftp.client.fs
Class SftpAclFileAttributeView
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
org.apache.sshd.sftp.client.fs.SftpAclFileAttributeView
- All Implemented Interfaces:
AclFileAttributeView
,AttributeView
,FileAttributeView
,FileOwnerAttributeView
public class SftpAclFileAttributeView
extends AbstractSftpFileAttributeView
implements AclFileAttributeView
-
Field Summary
Fields inherited from class org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
options, path, provider
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
log
-
Constructor Summary
ConstructorsConstructorDescriptionSftpAclFileAttributeView
(SftpFileSystemProvider provider, Path path, LinkOption... options) -
Method Summary
Methods inherited from class org.apache.sshd.sftp.client.impl.AbstractSftpFileAttributeView
getPath, provider, readRemoteAttributes, writeRemoteAttributes
-
Constructor Details
-
SftpAclFileAttributeView
-
-
Method Details
-
getOwner
- Specified by:
getOwner
in interfaceFileOwnerAttributeView
- Throws:
IOException
-
setOwner
- Specified by:
setOwner
in interfaceFileOwnerAttributeView
- Throws:
IOException
-
name
- Specified by:
name
in interfaceAclFileAttributeView
- Specified by:
name
in interfaceAttributeView
- Specified by:
name
in interfaceFileOwnerAttributeView
- Overrides:
name
in classAbstractSftpFileAttributeView
-
getAcl
- Specified by:
getAcl
in interfaceAclFileAttributeView
- Throws:
IOException
-
setAcl
- Specified by:
setAcl
in interfaceAclFileAttributeView
- Throws:
IOException
-