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

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

Methods in au.com.prunge.jgenfile that return CanCopyItemToDestinationOperation
 au.com.prunge.jgenfile.CanCopyItemToDestinationOperation Item.createCanCopyItemToDestinationOperation(au.com.prunge.jgenfile.Directory destination)
          Creates an operation that tests whether this item can be copied into the specified directory keeping its current name.
 au.com.prunge.jgenfile.CanCopyItemToDestinationOperation Item.createCanCopyItemToDestinationOperation(au.com.prunge.jgenfile.Directory destination, String newName)
          Creates an operation that tests whether this item can be copied into the specified directory using the specified name.
 au.com.prunge.jgenfile.CanCopyItemToDestinationOperation RelativePath.ParentItem.createCanCopyItemToDestinationOperation(au.com.prunge.jgenfile.Directory destination, String newName)
           
 au.com.prunge.jgenfile.CanCopyItemToDestinationOperation RelativePath.ParentItem.createCanCopyItemToDestinationOperation(au.com.prunge.jgenfile.Directory destination)
           
 

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

Classes in au.com.prunge.jgenfile.impl.local that implement CanCopyItemToDestinationOperation
 class LocalCanCopyItemToDestinationOperation
          An operation that tests whether an item can be copied into a specified destination directory.
 

Methods in au.com.prunge.jgenfile.impl.local that return CanCopyItemToDestinationOperation
 au.com.prunge.jgenfile.CanCopyItemToDestinationOperation LocalItem.createCanCopyItemToDestinationOperation(au.com.prunge.jgenfile.Directory destination)
           
 au.com.prunge.jgenfile.CanCopyItemToDestinationOperation LocalItem.createCanCopyItemToDestinationOperation(au.com.prunge.jgenfile.Directory destination, String newName)