Uses of Interface
com.perforce.p4java.client.IClient

Packages that use IClient
com.perforce.p4java.impl.generic.client Provides standard implementation classes for the com.perforce.p4java.client interfaces. 
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
com.perforce.p4java.impl.generic.core.file Provides standard implementation classes for the com.perforce.p4java.core.file interfaces. 
com.perforce.p4java.impl.mapbased.client   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IClient in com.perforce.p4java.impl.generic.client
 

Methods in com.perforce.p4java.impl.generic.client that return IClient
 IClient ClientView.getClient()
          Get the client object (not path) associated with this view, if any.
 

Methods in com.perforce.p4java.impl.generic.client with parameters of type IClient
 void ClientView.setClient(IClient client)
          Set the client object (not path) associated with this view, if any.
 

Constructors in com.perforce.p4java.impl.generic.client with parameters of type IClient
ClientView(IClient client, java.util.List<IClientViewMapping> mapping)
          Construct a ClientView from the passed-in client and mapping list.
 

Uses of IClient in com.perforce.p4java.impl.generic.core
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type IClient
static java.util.Map<java.lang.String,java.lang.Object> InputMapper.map(IClient client)
          Map a P4Java client object to an IServer input map.
 

Uses of IClient in com.perforce.p4java.impl.generic.core.file
 

Fields in com.perforce.p4java.impl.generic.core.file declared as IClient
protected  IClient FileSpec.client
           
 

Methods in com.perforce.p4java.impl.generic.core.file with parameters of type IClient
 void FileSpec.setClient(IClient client)
           
 

Uses of IClient in com.perforce.p4java.impl.mapbased.client
 

Classes in com.perforce.p4java.impl.mapbased.client that implement IClient
 class Client
          Default implementation of the generic parts of an IClient interface.
 

Uses of IClient in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return IClient
 IClient IServer.getClient(IClientSummary clientSummary)
          Convenience method for getClient(clientSummary.getName()).
 IClient IServer.getClient(java.lang.String clientName)
          Get an IClient object for a specific named Perforce client.
 IClient IServer.getClientTemplate(java.lang.String clientName)
          Get a template of a non-existent named Perforce client.
 IClient IServer.getClientTemplate(java.lang.String clientName, boolean allowExistent)
          Get a template of a non-existent named Perforce client.
 IClient IServer.getCurrentClient()
          Return the Perforce client currently associated with this Perforce server, if any.
 

Methods in com.perforce.p4java.server with parameters of type IClient
 java.lang.String IServer.createClient(IClient newClient)
          Attempt to create a new Perforce client (a.k.a.
 void IServer.setCurrentClient(IClient client)
          Set the Perforce client associated with this server.
 java.lang.String IServer.updateClient(IClient client)
          Update an existing Perforce client on the current Perforce server.
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.