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

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

Methods in au.com.prunge.jgenfile that return GetItemFromRelativeReferenceOperation
 au.com.prunge.jgenfile.GetItemFromRelativeReferenceOperation Directory.createGetItemFromRelativeReferenceOperation(au.com.prunge.jgenfile.RelativeItemReference ref)
          Creates an operation that gets an item in the file system given a relative reference using this directory as a starting point for the reference.
 

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

Classes in au.com.prunge.jgenfile.impl.local that implement GetItemFromRelativeReferenceOperation
 class LocalGetItemFromRelativeReferenceOperation
          An operation that gets an item from a relative reference on the local file system.
 

Methods in au.com.prunge.jgenfile.impl.local that return GetItemFromRelativeReferenceOperation
 au.com.prunge.jgenfile.GetItemFromRelativeReferenceOperation LocalDirectory.createGetItemFromRelativeReferenceOperation(au.com.prunge.jgenfile.RelativeItemReference ref)