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, providerFields 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:
getOwnerin interfaceFileOwnerAttributeView- Throws:
IOException
-
setOwner
- Specified by:
setOwnerin interfaceFileOwnerAttributeView- Throws:
IOException
-
name
- Specified by:
namein interfaceAclFileAttributeView- Specified by:
namein interfaceAttributeView- Specified by:
namein interfaceFileOwnerAttributeView- Overrides:
namein classAbstractSftpFileAttributeView
-
getAcl
- Specified by:
getAclin interfaceAclFileAttributeView- Throws:
IOException
-
setAcl
- Specified by:
setAclin interfaceAclFileAttributeView- Throws:
IOException
-