Uses of Interface
au.com.prunge.jgenfile.CanGetFileAccessorOperation

Packages that use CanGetFileAccessorOperation
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.local   
 

Uses of CanGetFileAccessorOperation in au.com.prunge.jgenfile
 

Methods in au.com.prunge.jgenfile that return CanGetFileAccessorOperation
 au.com.prunge.jgenfile.CanGetFileAccessorOperation File.createCanGetFileAccessorOperation(au.com.prunge.jgenfile.FileAccessorOptions options)
          Creates an operation that will test whether a file accessor can be created with the specified options.
 

Uses of CanGetFileAccessorOperation in au.com.prunge.jgenfile.impl.local
 

Classes in au.com.prunge.jgenfile.impl.local that implement CanGetFileAccessorOperation
 class LocalCanGetFileAccessorOperation
          An operation that tests whether a file accessor can be created to get access to a local file's contents.
 

Methods in au.com.prunge.jgenfile.impl.local that return CanGetFileAccessorOperation
 au.com.prunge.jgenfile.CanGetFileAccessorOperation LocalFile.createCanGetFileAccessorOperation(au.com.prunge.jgenfile.FileAccessorOptions options)