Class AclAttributeProvider.View
java.lang.Object
com.google.common.jimfs.AbstractAttributeView
com.google.common.jimfs.AclAttributeProvider.View
- All Implemented Interfaces:
AclFileAttributeView, AttributeView, FileAttributeView, FileOwnerAttributeView
- Enclosing class:
AclAttributeProvider
private static final class AclAttributeProvider.View
extends AbstractAttributeView
implements AclFileAttributeView
Implementation of
AclFileAttributeView.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractAttributeView
lookupFile
-
Field Details
-
ownerView
-
-
Constructor Details
-
View
-
-
Method Details
-
name
- Specified by:
namein interfaceAclFileAttributeView- Specified by:
namein interfaceAttributeView- Specified by:
namein interfaceFileOwnerAttributeView
-
getAcl
- Specified by:
getAclin interfaceAclFileAttributeView- Throws:
IOException
-
setAcl
- Specified by:
setAclin interfaceAclFileAttributeView- Throws:
IOException
-
getOwner
- Specified by:
getOwnerin interfaceFileOwnerAttributeView- Throws:
IOException
-
setOwner
- Specified by:
setOwnerin interfaceFileOwnerAttributeView- Throws:
IOException
-