Uses of Class
com.perforce.p4java.option.client.CopyFilesOptions

Packages that use CopyFilesOptions
com.perforce.p4java.client Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. 
com.perforce.p4java.impl.mapbased.client   
com.perforce.p4java.option.client   
 

Uses of CopyFilesOptions in com.perforce.p4java.client
 

Methods in com.perforce.p4java.client with parameters of type CopyFilesOptions
 List<IFileSpec> IClient.copyFiles(IFileSpec fromFile, IFileSpec toFile, String branchSpec, CopyFilesOptions opts)
          Schedule resolve and integration actions to make the target file identical to the source file based only on the differences between the two (i.e.
 

Uses of CopyFilesOptions in com.perforce.p4java.impl.mapbased.client
 

Methods in com.perforce.p4java.impl.mapbased.client with parameters of type CopyFilesOptions
 List<IFileSpec> Client.copyFiles(IFileSpec fromFile, IFileSpec toFile, String branchSpec, CopyFilesOptions opts)
           
 

Uses of CopyFilesOptions in com.perforce.p4java.option.client
 

Methods in com.perforce.p4java.option.client that return CopyFilesOptions
 CopyFilesOptions CopyFilesOptions.setBidirectional(boolean bidirectional)
           
 CopyFilesOptions CopyFilesOptions.setChangelistId(int changelistId)
           
 CopyFilesOptions CopyFilesOptions.setNoClientSyncOrMod(boolean noClientSyncOrMod)
           
 CopyFilesOptions CopyFilesOptions.setNoUpdate(boolean noUpdate)
           
 CopyFilesOptions CopyFilesOptions.setReverseMapping(boolean reverseMapping)
           
 



Copyright © 2011 Perforce Software. All Rights Reserved.