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

Packages that use IntegrateFilesOptions
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 IntegrateFilesOptions in com.perforce.p4java.client
 

Methods in com.perforce.p4java.client with parameters of type IntegrateFilesOptions
 List<IFileSpec> IClient.integrateFiles(IFileSpec fromFile, IFileSpec toFile, String branchSpec, IntegrateFilesOptions opts)
          Integrate ("merge") from one Perforce filespec to another.
 List<IFileSpec> IClient.integrateFiles(IFileSpec fromFile, List<IFileSpec> toFiles, IntegrateFilesOptions opts)
          Integrate one set of files (the 'source') into another (the 'target').
 

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

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

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

Methods in com.perforce.p4java.option.client that return IntegrateFilesOptions
 IntegrateFilesOptions IntegrateFilesOptions.setBidirectionalInteg(boolean bidirectionalInteg)
           
 IntegrateFilesOptions IntegrateFilesOptions.setBranch(String branch)
           
 IntegrateFilesOptions IntegrateFilesOptions.setBranchResolves(boolean branchResolves)
           
 IntegrateFilesOptions IntegrateFilesOptions.setChangelistId(int changelistId)
           
 IntegrateFilesOptions IntegrateFilesOptions.setDeleteResolves(boolean deleteResolves)
           
 IntegrateFilesOptions IntegrateFilesOptions.setDeleteTargetAfterDelete(boolean deleteTargetAfterDelete)
           
 IntegrateFilesOptions IntegrateFilesOptions.setDisplayBaseDetails(boolean displayBaseDetails)
           
 IntegrateFilesOptions IntegrateFilesOptions.setDoBaselessMerge(boolean doBaselessMerge)
           
 IntegrateFilesOptions IntegrateFilesOptions.setDontCopyToClient(boolean dontCopyToClient)
           
 IntegrateFilesOptions IntegrateFilesOptions.setForceIntegration(boolean forceIntegration)
           
 IntegrateFilesOptions IntegrateFilesOptions.setIntegrateAllAfterReAdd(boolean integrateAllAfterReAdd)
           
 IntegrateFilesOptions IntegrateFilesOptions.setIntegrateAroundDeletedRevs(boolean integrateAroundDeletedRevs)
           
 IntegrateFilesOptions IntegrateFilesOptions.setMaxFiles(int maxFiles)
           
 IntegrateFilesOptions IntegrateFilesOptions.setParentStream(String parentStream)
           
 IntegrateFilesOptions IntegrateFilesOptions.setPropagateType(boolean propagateType)
           
 IntegrateFilesOptions IntegrateFilesOptions.setQuiet(boolean quiet)
           
 IntegrateFilesOptions IntegrateFilesOptions.setRebranchSourceAfterDelete(boolean rebranchSourceAfterDelete)
           
 IntegrateFilesOptions IntegrateFilesOptions.setReverseMapping(boolean reverseMapping)
           
 IntegrateFilesOptions IntegrateFilesOptions.setShowActionsOnly(boolean showActionsOnly)
           
 IntegrateFilesOptions IntegrateFilesOptions.setSkipIntegratedRevs(boolean skipIntegratedRevs)
           
 IntegrateFilesOptions IntegrateFilesOptions.setStream(String stream)
           
 IntegrateFilesOptions IntegrateFilesOptions.setUseHaveRev(boolean useHaveRev)
           
 



Copyright © 2015 Perforce Software. All Rights Reserved.