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 FileLooks up the file to get or set attributes on.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AttributeView
name
-
Field Details
-
lookup
-
-
Constructor Details
-
AbstractAttributeView
-
-
Method Details
-
lookupFile
Looks up the file to get or set attributes on.- Throws:
IOException
-