| 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.revertFiles(List<IFileSpec> fileSpecs,
RevertFilesOptions opts)
Revert open Perforce client workspace files back to the revision previously synced
from the Perforce depot, discarding any pending changelists or integrations that
have been made so far.
|
| Modifier and Type | Method and Description |
|---|---|
List<IFileSpec> |
Client.revertFiles(List<IFileSpec> fileSpecs,
RevertFilesOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
RevertFilesOptions |
RevertFilesOptions.setChangelistId(int changelistId) |
RevertFilesOptions |
RevertFilesOptions.setNoClientRefresh(boolean noClientRefresh) |
RevertFilesOptions |
RevertFilesOptions.setNoUpdate(boolean noUpdate) |
RevertFilesOptions |
RevertFilesOptions.setRevertOnlyUnchanged(boolean revertOnlyUnchanged) |
RevertFilesOptions |
RevertFilesOptions.setWipeAddFiles(boolean wipeAddFiles) |
Copyright © 2017 Perforce Software. All Rights Reserved.