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

Packages that use CanGetItemFromAbsoluteReferenceOperation
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 CanGetItemFromAbsoluteReferenceOperation in au.com.prunge.jgenfile
 

Methods in au.com.prunge.jgenfile that return CanGetItemFromAbsoluteReferenceOperation
 au.com.prunge.jgenfile.CanGetItemFromAbsoluteReferenceOperation FileSystem.createCanGetItemFromAbsoluteReferenceOperation(au.com.prunge.jgenfile.AbsoluteItemReference ref)
          Creates an operation that tests whether an item in the file system can be acquired given the specified absolute reference.
 

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

Classes in au.com.prunge.jgenfile.impl.local that implement CanGetItemFromAbsoluteReferenceOperation
 class LocalCanGetItemFromAbsoluteReferenceOperation
          An operation that tests whether an item object can be created in the local file system from an absolute reference.
 

Methods in au.com.prunge.jgenfile.impl.local that return CanGetItemFromAbsoluteReferenceOperation
 au.com.prunge.jgenfile.CanGetItemFromAbsoluteReferenceOperation LocalFileSystem.createCanGetItemFromAbsoluteReferenceOperation(au.com.prunge.jgenfile.AbsoluteItemReference ref)