| 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.labelSync(List<IFileSpec> fileSpecs,
String labelName,
LabelSyncOptions opts)
Perform a label sync operation for this client.
|
| Modifier and Type | Method and Description |
|---|---|
List<IFileSpec> |
Client.labelSync(List<IFileSpec> fileSpecs,
String labelName,
LabelSyncOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
LabelSyncOptions |
LabelSyncOptions.setAddFiles(boolean addFiles) |
LabelSyncOptions |
LabelSyncOptions.setDeleteFiles(boolean deleteFiles) |
LabelSyncOptions |
LabelSyncOptions.setNoUpdate(boolean noUpdate) |
Copyright © 2017 Perforce Software. All Rights Reserved.