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.unlockFiles(List<IFileSpec> fileSpecs,
UnlockFilesOptions opts)
Release locked files but leave them open.
|
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
Client.unlockFiles(List<IFileSpec> fileSpecs,
UnlockFilesOptions opts) |
Modifier and Type | Method and Description |
---|---|
UnlockFilesOptions |
UnlockFilesOptions.setChangelistId(int changelistId) |
UnlockFilesOptions |
UnlockFilesOptions.setForceUnlock(boolean forceUnlock) |
Copyright © 2017 Perforce Software. All Rights Reserved.