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(String name,
Date accessed,
Date updated,
String description,
String hostName,
String ownerName,
String root,
IClientSummary.ClientLineEnd lineEnd,
IClientSummary.IClientOptions options,
IClientSummary.IClientSubmitOptions submitOptions,
List<String> alternateRoots,
IServer serverImpl,
ClientView clientView)
Construct a new Client object from explicit fields.
|
Client(String name,
Date accessed,
Date updated,
String description,
String hostName,
String ownerName,
String root,
IClientSummary.ClientLineEnd lineEnd,
IClientSummary.IClientOptions options,
IClientSummary.IClientSubmitOptions submitOptions,
List<String> alternateRoots,
IServer serverImpl,
ClientView clientView,
String stream,
String type)
Construct a new Client object from explicit fields.
|
Copyright © 2017 Perforce Software. All Rights Reserved.