Uses of Class
org.dvb.io.persistent.FileAttributes

Packages that use FileAttributes
org.dvb.io.persistent Provides extensions to the java.io package for access to files held in persistent storage. 
 

Uses of FileAttributes in org.dvb.io.persistent
 

Methods in org.dvb.io.persistent that return FileAttributes
static FileAttributes FileAttributes.getFileAttributes(java.io.File f)
          Get the attributes of a file.
 

Methods in org.dvb.io.persistent with parameters of type FileAttributes
static void FileAttributes.setFileAttributes(FileAttributes p, java.io.File f)
          Associate a set of file attributes with a file.