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

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

Methods in com.perforce.p4java.client with parameters of type SyncOptions
 List<IFileSpec> IClient.sync(List<IFileSpec> fileSpecs, SyncOptions syncOpts)
          Sync a Perforce client workspace against the Perforce server.
 void IClient.sync(List<IFileSpec> fileSpecs, SyncOptions syncOpts, IStreamingCallback callback, int key)
          Sync a Perforce client workspace against the Perforce server.
 

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

Methods in com.perforce.p4java.impl.mapbased.client with parameters of type SyncOptions
 List<IFileSpec> Client.sync(List<IFileSpec> fileSpecs, SyncOptions syncOpts)
           
 void Client.sync(List<IFileSpec> fileSpecs, SyncOptions syncOpts, IStreamingCallback callback, int key)
           
 

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

Methods in com.perforce.p4java.option.client that return SyncOptions
 SyncOptions SyncOptions.setClientBypass(boolean clientBypass)
           
 SyncOptions SyncOptions.setForceUpdate(boolean forceUpdate)
           
 SyncOptions SyncOptions.setNoUpdate(boolean noUpdate)
           
 SyncOptions SyncOptions.setQuiet(boolean quiet)
           
 SyncOptions SyncOptions.setSafetyCheck(boolean safetyCheck)
           
 SyncOptions SyncOptions.setServerBypass(boolean serverBypass)
           
 



Copyright © 2015 Perforce Software. All Rights Reserved.