Package com.perforce.p4java.client

Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects.

See:
          Description

Interface Summary
IClient Extends the lightweight IClientSummary interface to provide a "heavyweight" Perforce client object that has an associated Perforce client views and has the full panoply of Perforce operations defined against it.
IClientSummary Lightweight Perforce client interface that defines summary client metadata and associated operations, without providing client views or actual client-related operations.
IClientSummary.IClientOptions Defines what options are available or set (or whatever) for a specific Perforce Client.
IClientSummary.IClientSubmitOptions Defines the options to be used when submitting Perforce changelists associated with this Perforce client.
IClientViewMapping Defines an individual Perforce client view mapping between a depot file and a local Perforce client file.
 

Enum Summary
IClientSummary.ClientLineEnd Defines the line end options available for text files.
 

Package com.perforce.p4java.client Description

Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects.

The com.perforce.p4j.client package publicly defines Perforce client workspaces and the various associated interfaces and operations. Perforce client workspaces (a.k.a. "clients" where this usage isn't ambiguous) are defined in detail in the main Perforce documentation.



Copyright © 2015 Perforce Software. All Rights Reserved.