Package | Description |
---|---|
com.perforce.p4java.client |
Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects.
|
com.perforce.p4java.impl.mapbased.client |
Modifier and Type | Method and Description |
---|---|
ClientView |
IClient.getClientView()
Get the Perforce client view associated with this client, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
IClient.setClientView(ClientView clientView)
Set the Perforce client view associated with this client.
|
Modifier and Type | Method and Description |
---|---|
ClientView |
Client.getClientView() |
Modifier and Type | Method and Description |
---|---|
void |
Client.setClientView(ClientView clientView) |
Constructor and Description |
---|
Client(java.lang.String name,
java.util.Date accessed,
java.util.Date updated,
java.lang.String description,
java.lang.String hostName,
java.lang.String ownerName,
java.lang.String root,
IClientSummary.ClientLineEnd lineEnd,
IClientSummary.IClientOptions options,
IClientSummary.IClientSubmitOptions submitOptions,
java.util.List<java.lang.String> alternateRoots,
IServer serverImpl,
ClientView clientView)
Construct a new Client object from explicit fields.
|
Client(java.lang.String name,
java.util.Date accessed,
java.util.Date updated,
java.lang.String description,
java.lang.String hostName,
java.lang.String ownerName,
java.lang.String root,
IClientSummary.ClientLineEnd lineEnd,
IClientSummary.IClientOptions options,
IClientSummary.IClientSubmitOptions submitOptions,
java.util.List<java.lang.String> alternateRoots,
IServer serverImpl,
ClientView clientView,
java.lang.String stream,
java.lang.String type)
Construct a new Client object from explicit fields.
|
Copyright © 2021 Perforce Software. All Rights Reserved.