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.
 

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)
           
 

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.setChangelistId(int changelistId)
           
 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.setPropagateType(boolean propagateType)
           
 IntegrateFilesOptions IntegrateFilesOptions.setRebranchSourceAfterDelete(boolean rebranchSourceAfterDelete)
           
 IntegrateFilesOptions IntegrateFilesOptions.setReverseMapping(boolean reverseMapping)
           
 IntegrateFilesOptions IntegrateFilesOptions.setShowActionsOnly(boolean showActionsOnly)
           
 IntegrateFilesOptions IntegrateFilesOptions.setUseHaveRev(boolean useHaveRev)
           
 



Copyright © 2011 Perforce Software. All Rights Reserved.