| 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 | |
| com.perforce.p4java.server.delegator |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IFileSpec> |
IClient.undoFiles(java.util.List<IFileSpec> fileSpecs,
UndoFilesOptions opts)
Undo one or more previously submitted files.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IFileSpec> |
Client.undoFiles(java.util.List<IFileSpec> fileSpecs,
UndoFilesOptions opts) |
| Modifier and Type | Method and Description |
|---|---|
UndoFilesOptions |
UndoFilesOptions.setChangelistId(int changelistId) |
UndoFilesOptions |
UndoFilesOptions.setListOnly(boolean listOnly) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IFileSpec> |
IUndoDelegator.undoFiles(java.util.List<IFileSpec> fileSpecs,
UndoFilesOptions opts)
Undo one or more previously submitted files.
|
Copyright © 2021 Perforce Software. All Rights Reserved.