Uses of Class
com.perforce.p4java.impl.generic.client.ClientView

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(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)
          Construct a new Client object from explicit fields.
 



Copyright © 2015 Perforce Software. All Rights Reserved.