Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
Client.sync(List<IFileSpec> fileSpecs,
SyncOptions syncOpts) |
void |
Client.sync(List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
IStreamingCallback callback,
int key) |
Modifier and Type | Method and Description |
---|---|
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 © 2017 Perforce Software. All Rights Reserved.