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.unshelveFiles(List<IFileSpec> fileSpecs,
int sourceChangelistId,
int targetChangelistId,
UnshelveFilesOptions opts)
Unshelve file(s) from a shelf.
|
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
Client.unshelveFiles(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 © 2017 Perforce Software. All Rights Reserved.