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.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.option.server | |
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
IClient.openedFiles(List<IFileSpec> fileSpecs,
OpenedFilesOptions opts)
Return a list of files open for this client, optionally restricted to a
specific path and / or changelist.
|
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
Client.openedFiles(List<IFileSpec> fileSpecs,
OpenedFilesOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
Server.getOpenedFiles(List<IFileSpec> fileSpecs,
OpenedFilesOptions opts) |
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
OpenedDelegator.getOpenedFiles(List<IFileSpec> fileSpecs,
OpenedFilesOptions opts) |
Modifier and Type | Method and Description |
---|---|
OpenedFilesOptions |
OpenedFilesOptions.setAllClients(boolean allClients) |
OpenedFilesOptions |
OpenedFilesOptions.setChangelistId(int changelistId) |
OpenedFilesOptions |
OpenedFilesOptions.setClientName(String clientName) |
OpenedFilesOptions |
OpenedFilesOptions.setMaxFiles(int maxFiles) |
OpenedFilesOptions |
OpenedFilesOptions.setShortOutput(boolean shortOutput) |
OpenedFilesOptions |
OpenedFilesOptions.setUserName(String userName) |
Modifier and Type | Method and Description |
---|---|
List<IFileSpec> |
IOpenedDelegator.getOpenedFiles(List<IFileSpec> fileSpecs,
OpenedFilesOptions opts)
If one or more Perforce file specs is passed-in, return the opened /
locked status of each file (if known) within an IFileSpec object;
otherwise return a list of all files known to be open for this Perforce
client workspace.
|
Copyright © 2017 Perforce Software. All Rights Reserved.