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 |
---|---|
java.util.List<IFileSpec> |
IClient.unshelveFiles(java.util.List<IFileSpec> fileSpecs,
int sourceChangelistId,
int targetChangelistId,
UnshelveFilesOptions opts)
Unshelve file(s) from a shelf.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IFileSpec> |
Client.unshelveFiles(java.util.List<IFileSpec> fileSpecs,
int sourceChangelistId,
int targetChangelistId,
UnshelveFilesOptions opts) |
Modifier and Type | Method and Description |
---|---|
UnshelveFilesOptions |
UnshelveFilesOptions.setForceUnshelve(boolean forceUnshelve) |
UnshelveFilesOptions |
UnshelveFilesOptions.setPreview(boolean preview) |
Copyright © 2022 Perforce Software. All Rights Reserved.