| Package | Description |
|---|---|
| com.perforce.p4java.client |
Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects.
|
| com.perforce.p4java.impl.mapbased.client | |
| com.perforce.p4java.impl.mapbased.server | |
| com.perforce.p4java.impl.mapbased.server.cmd | |
| com.perforce.p4java.server.delegator |
| Modifier and Type | Interface and Description |
|---|---|
interface |
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Client
Default implementation of the generic parts of an IClient interface.
|
class |
ClientSummary
Default implementation class for the IClientSummary interface.
|
| Constructor and Description |
|---|
Client(IClientSummary clientSummary,
boolean refresh)
Construct a new Client object using the passed-in client summary object as a partial
template.
|
Client(IClientSummary clientSummary,
IServer serverImpl,
boolean refresh)
Construct a new Client object using the passed-in client summary object as a partial
template along with the passed-in IServer object.
|
ClientSummary(IClientSummary clientSummary)
Clone a client summary by copying all fields.
|
| Modifier and Type | Method and Description |
|---|---|
List<IClientSummary> |
Server.getClients(GetClientsOptions opts) |
List<IClientSummary> |
Server.getClients(String userName,
String nameFilter,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
IClient |
Server.getClient(IClientSummary clientSummary) |
| Modifier and Type | Method and Description |
|---|---|
List<IClientSummary> |
ClientsDelegator.getClients(GetClientsOptions opts) |
List<IClientSummary> |
ClientsDelegator.getClients(String userName,
String nameFilter,
int maxResults) |
| Modifier and Type | Method and Description |
|---|---|
IClient |
ClientDelegator.getClient(IClientSummary clientSummary) |
| Modifier and Type | Method and Description |
|---|---|
List<IClientSummary> |
IClientsDelegator.getClients(GetClientsOptions opts)
Get a list of IClientSummary objects for all Perforce clients known to this Perforce
server.
|
List<IClientSummary> |
IClientsDelegator.getClients(String userName,
String nameFilter,
int maxResults)
Get a list of IClientSummary objects for all Perforce clients known to this Perforce
server.
|
| Modifier and Type | Method and Description |
|---|---|
IClient |
IClientDelegator.getClient(IClientSummary clientSummary) |
Copyright © 2017 Perforce Software. All Rights Reserved.