Package com.google.common.jimfs
Class AbstractAttributeView
java.lang.Object
com.google.common.jimfs.AbstractAttributeView
- All Implemented Interfaces:
AttributeView
,FileAttributeView
- Direct Known Subclasses:
AclAttributeProvider.View
,BasicAttributeProvider.View
,DosAttributeProvider.View
,OwnerAttributeProvider.View
,PosixAttributeProvider.View
,UserDefinedAttributeProvider.View
Abstract base class for
FileAttributeView
implementations.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final File
Looks up the file to get or set attributes on.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.nio.file.attribute.AttributeView
name
-
Field Details
-
lookup
-
-
Constructor Details
-
AbstractAttributeView
-
-
Method Details
-
lookupFile
Looks up the file to get or set attributes on.- Throws:
IOException
-