Uses of Class
com.perforce.p4java.core.file.IntegrationOptions

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

Uses of IntegrationOptions in com.perforce.p4java.client
 

Methods in com.perforce.p4java.client with parameters of type IntegrationOptions
 List<IFileSpec> IClient.integrateFiles(int changeListId, boolean showActionsOnly, IntegrationOptions integOpts, String branchSpec, IFileSpec fromFile, IFileSpec toFile)
          Integrate ("merge") from one Perforce filespec to another.
 

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

Methods in com.perforce.p4java.impl.mapbased.client with parameters of type IntegrationOptions
 List<IFileSpec> Client.integrateFiles(int changeListId, boolean showActionsOnly, IntegrationOptions integOpts, String branchSpec, IFileSpec fromFile, IFileSpec toFile)
           
 



Copyright © 2015 Perforce Software. All Rights Reserved.