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.FileAttributeView
Abstract base class forFileAttributeView
implementations.
-
-
Field Summary
Fields Modifier and Type Field Description private FileLookup
lookup
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractAttributeView(FileLookup lookup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected File
lookupFile()
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
-
-