Uses of Interface
org.gridlab.gat.io.attributes.FileAttributeView

Packages that use FileAttributeView
org.gridlab.gat.io This package contains classes and interfaces which are used to provide input and output. 
org.gridlab.gat.io.attributes   
 

Uses of FileAttributeView in org.gridlab.gat.io
 

Methods in org.gridlab.gat.io with type parameters of type FileAttributeView
<V extends FileAttributeView>
V
File.getFileAttributeView(Class<V> type, boolean followSymbLinks)
          Returns a file attribute view of a given type.
 

Uses of FileAttributeView in org.gridlab.gat.io.attributes
 

Subinterfaces of FileAttributeView in org.gridlab.gat.io.attributes
 interface BasicFileAttributeView
          A file attribute view that provides a view of a basic set of file attributes common to many file systems.
 interface FileOwnerAttributeView
          A file attribute view that supports reading or updating the owner of a file.
 interface PosixFileAttributeView
          A file attribute view that provides a view of the file attributes commonly associated with files on file systems used by operating systems that implement the Portable Operating System Interface (POSIX) family of standards.