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.impl.mapbased.rpc.func.client | |
com.perforce.p4java.option.client |
Modifier and Type | Method and Description |
---|---|
java.util.List<IFileSpec> |
IClient.sync(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts)
Sync a Perforce client workspace against the Perforce server.
|
void |
IClient.sync(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
IStreamingCallback callback,
int key)
Sync a Perforce client workspace against the Perforce server.
|
void |
IClient.syncParallel(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
IStreamingCallback callback,
int key,
ParallelSyncOptions pSyncOpts)
Sync a Perforce client workspace against the Perforce server in parallel.
|
java.util.List<IFileSpec> |
IClient.syncParallel(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
ParallelSyncOptions psyncOpts)
Sync a Perforce client workspace against the Perforce server in parallel.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IFileSpec> |
Client.sync(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts) |
void |
Client.sync(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
IStreamingCallback callback,
int key) |
void |
Client.syncParallel(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
IStreamingCallback callback,
int key,
ParallelSyncOptions pSyncOpts) |
java.util.List<IFileSpec> |
Client.syncParallel(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
ParallelSyncOptions pSyncOpts) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
ClientHelper.buildParallelOptions(IServer serverImpl,
java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts,
ParallelSyncOptions pSyncOpts)
Helper method that build the parallel sync options
|
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 © 2022 Perforce Software. All Rights Reserved.