|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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. |
|
ClientSummary(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)
Explicit-value constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |