|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientView | |
---|---|
com.perforce.p4java.client | Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. |
com.perforce.p4java.impl.mapbased.client |
Uses of ClientView in com.perforce.p4java.client |
---|
Methods in com.perforce.p4java.client that return ClientView | |
---|---|
ClientView |
IClient.getClientView()
Get the Perforce client view associated with this client, if any. |
Methods in com.perforce.p4java.client with parameters of type ClientView | |
---|---|
void |
IClient.setClientView(ClientView clientView)
Set the Perforce client view associated with this client. |
Uses of ClientView in com.perforce.p4java.impl.mapbased.client |
---|
Methods in com.perforce.p4java.impl.mapbased.client that return ClientView | |
---|---|
ClientView |
Client.getClientView()
|
Methods in com.perforce.p4java.impl.mapbased.client with parameters of type ClientView | |
---|---|
void |
Client.setClientView(ClientView clientView)
|
Constructors in com.perforce.p4java.impl.mapbased.client with parameters of type ClientView | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |