Uses of Interface
com.perforce.p4java.client.IClientSummary.IClientOptions

Packages that use IClientSummary.IClientOptions
com.perforce.p4java.client Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. 
com.perforce.p4java.impl.generic.client Provides standard implementation classes for the com.perforce.p4java.client interfaces. 
com.perforce.p4java.impl.mapbased.client   
 

Uses of IClientSummary.IClientOptions in com.perforce.p4java.client
 

Methods in com.perforce.p4java.client that return IClientSummary.IClientOptions
 IClientSummary.IClientOptions IClientSummary.getOptions()
          Get the Perforce client options associated with this client.
 

Methods in com.perforce.p4java.client with parameters of type IClientSummary.IClientOptions
 void IClientSummary.setOptions(IClientSummary.IClientOptions options)
          Set the client options associated with this client.
 

Uses of IClientSummary.IClientOptions in com.perforce.p4java.impl.generic.client
 

Classes in com.perforce.p4java.impl.generic.client that implement IClientSummary.IClientOptions
 class ClientOptions
          Simple default generic IClientOptions implementation class.
 

Uses of IClientSummary.IClientOptions in com.perforce.p4java.impl.mapbased.client
 

Fields in com.perforce.p4java.impl.mapbased.client declared as IClientSummary.IClientOptions
protected  IClientSummary.IClientOptions ClientSummary.options
           
 

Methods in com.perforce.p4java.impl.mapbased.client that return IClientSummary.IClientOptions
 IClientSummary.IClientOptions ClientSummary.getOptions()
           
 

Methods in com.perforce.p4java.impl.mapbased.client with parameters of type IClientSummary.IClientOptions
 void ClientSummary.setOptions(IClientSummary.IClientOptions options)
           
 

Constructors in com.perforce.p4java.impl.mapbased.client with parameters of type IClientSummary.IClientOptions
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.
ClientSummary(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)
          Explicit-value constructor.
ClientSummary(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, String stream)
          Explicit-value constructor.
 



Copyright © 2015 Perforce Software. All Rights Reserved.