Uses of Class
au.com.prunge.jgenfile.OperationHints

Packages that use OperationHints
au.com.prunge.jgenfile JGenFile is a set of interfaces designed for working with various file systems in Java, providing a much more powerful alternative to using java.io.File objects. 
au.com.prunge.jgenfile.impl   
 

Uses of OperationHints in au.com.prunge.jgenfile
 

Methods in au.com.prunge.jgenfile that return OperationHints
 au.com.prunge.jgenfile.OperationHints FileSystem.getOperationHints()
          Returns the operation hints that operations created from this file system or objects derived from the file system (e.g.
 au.com.prunge.jgenfile.OperationHints Operation.getOperationHints()
          Returns the operation hints used for this operation.
 

Methods in au.com.prunge.jgenfile with parameters of type OperationHints
 void FileSystem.addOperationHints(au.com.prunge.jgenfile.OperationHints hints)
          Adds operation hints that operations created from this file system or objects derived from the file system (e.g.
 void FileSystem.setOperationHints(au.com.prunge.jgenfile.OperationHints hints)
          Sets operation hints that operations created from this file system or objects derived from the file system (e.g.
 void Operation.addOperationHints(au.com.prunge.jgenfile.OperationHints hints)
          Adds operation hints to this operation.
 void Operation.setOperationHints(au.com.prunge.jgenfile.OperationHints hints)
          Sets the hints for this operation.
 

Uses of OperationHints in au.com.prunge.jgenfile.impl
 

Methods in au.com.prunge.jgenfile.impl that return OperationHints
 au.com.prunge.jgenfile.OperationHints AbstractOperation.getOperationHints()
           
 au.com.prunge.jgenfile.OperationHints AbstractFileSystem.getOperationHints()
           
 

Methods in au.com.prunge.jgenfile.impl with parameters of type OperationHints
 void AbstractOperation.addOperationHints(au.com.prunge.jgenfile.OperationHints hints)
           
 void AbstractOperation.setOperationHints(au.com.prunge.jgenfile.OperationHints hints)
           
 void AbstractFileSystem.addOperationHints(au.com.prunge.jgenfile.OperationHints hints)
           
 void AbstractFileSystem.setOperationHints(au.com.prunge.jgenfile.OperationHints hints)