Package com.google.common.jimfs
Class AbstractAttributeView
- java.lang.Object
-
- com.google.common.jimfs.AbstractAttributeView
-
- All Implemented Interfaces:
java.nio.file.attribute.AttributeView,java.nio.file.attribute.FileAttributeView
- Direct Known Subclasses:
AclAttributeProvider.View,BasicAttributeProvider.View,DosAttributeProvider.View,OwnerAttributeProvider.View,PosixAttributeProvider.View,UserDefinedAttributeProvider.View
abstract class AbstractAttributeView extends java.lang.Object implements java.nio.file.attribute.FileAttributeViewAbstract base class forFileAttributeViewimplementations.
-
-
Field Summary
Fields Modifier and Type Field Description private FileLookuplookup
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractAttributeView(FileLookup lookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FilelookupFile()Looks up the file to get or set attributes on.
-
-
-
Field Detail
-
lookup
private final FileLookup lookup
-
-
Constructor Detail
-
AbstractAttributeView
protected AbstractAttributeView(FileLookup lookup)
-
-
Method Detail
-
lookupFile
protected final File lookupFile() throws java.io.IOException
Looks up the file to get or set attributes on.- Throws:
java.io.IOException
-
-