Package | Description |
---|---|
com.perforce.p4java.core |
Provides interfaces and classes for defining and accessing Perforce objects
such as jobs, changelists, etc., and, through the file sub-package, Perforce
files.
|
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.impl.mapbased.server | |
com.perforce.p4java.impl.mapbased.server.cmd | |
com.perforce.p4java.server |
Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services.
|
com.perforce.p4java.server.delegator |
Modifier and Type | Method and Description |
---|---|
static IClient |
CoreFactory.createClient(IOptionsServer server,
String name,
String description,
String root,
String[] paths,
boolean createOnServer)
Create a new client local object and optionally also create it on the server.
|
Modifier and Type | Method and Description |
---|---|
static IChangelist |
CoreFactory.createChangelist(IClient client,
String description,
boolean createOnServer)
Create a new changelist object locally and optionally also create
it on the server using the passed-in client for default values.
|
Modifier and Type | Method and Description |
---|---|
IClient |
ClientView.getClient()
Get the client object (not path) associated with this view, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientView.setClient(IClient client)
Set the client object (not path) associated with this view, if any.
|
Constructor and Description |
---|
ClientView(IClient client,
List<IClientViewMapping> mapping)
Construct a ClientView from the passed-in client and mapping list.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
InputMapper.map(IClient client)
Map a P4Java client object to an IServer input map.
|
static Changelist |
Changelist.newChangelist(IClient client,
String description)
Return a new local Changelist object with default values by calling
newChangelist with server and client name values taken from the passed-in
client object.
|
Modifier and Type | Field and Description |
---|---|
protected IClient |
FileSpec.client |
Modifier and Type | Method and Description |
---|---|
void |
FileSpec.setClient(IClient client) |
Modifier and Type | Class and Description |
---|---|
class |
Client
Default implementation of the generic parts of an IClient interface.
|
Modifier and Type | Field and Description |
---|---|
protected IClient |
Server.client |
Modifier and Type | Method and Description |
---|---|
IClient |
Server.getClient(IClientSummary clientSummary) |
IClient |
Server.getClient(String clientName) |
IClient |
Server.getClientTemplate(String clientName) |
IClient |
Server.getClientTemplate(String clientName,
boolean allowExistent) |
IClient |
Server.getClientTemplate(String clientName,
GetClientTemplateOptions opts) |
IClient |
Server.getCurrentClient() |
Modifier and Type | Method and Description |
---|---|
String |
Server.createClient(IClient newClient) |
IFileSpec |
Server.handleFileReturn(Map<String,Object> map,
IClient client)
Deprecated.
|
void |
Server.setCurrentClient(IClient client) |
String |
Server.updateClient(IClient client) |
String |
Server.updateClient(IClient client,
boolean force) |
String |
Server.updateClient(IClient client,
UpdateClientOptions opts) |
Modifier and Type | Method and Description |
---|---|
IClient |
ClientDelegator.getClient(IClientSummary clientSummary) |
IClient |
ClientDelegator.getClient(String clientName) |
IClient |
ClientDelegator.getClientTemplate(String clientName) |
IClient |
ClientDelegator.getClientTemplate(String clientName,
boolean allowExistent) |
IClient |
ClientDelegator.getClientTemplate(String clientName,
GetClientTemplateOptions getClientTemplateOptions)
Get a template of a non-existent named Perforce client.
|
Modifier and Type | Method and Description |
---|---|
String |
ClientDelegator.createClient(IClient newClient) |
String |
ClientDelegator.updateClient(IClient client) |
String |
ClientDelegator.updateClient(IClient client,
boolean force)
Update an existing Perforce client on the current Perforce server.
|
String |
ClientDelegator.updateClient(IClient client,
UpdateClientOptions opts)
Update an existing Perforce client on the current Perforce server.
|
Modifier and Type | Method and Description |
---|---|
IClient |
IServer.getCurrentClient()
Return the Perforce client currently associated with this Perforce
server, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
IServer.setCurrentClient(IClient client)
Set the Perforce client associated with this server.
|
Modifier and Type | Method and Description |
---|---|
IClient |
IClientDelegator.getClient(IClientSummary clientSummary) |
IClient |
IClientDelegator.getClient(String clientName) |
IClient |
IClientDelegator.getClientTemplate(String clientName) |
IClient |
IClientDelegator.getClientTemplate(String clientName,
boolean allowExistent) |
IClient |
IClientDelegator.getClientTemplate(String clientName,
GetClientTemplateOptions getClientTemplateOptions)
Get a template of a non-existent named Perforce client.
|
Modifier and Type | Method and Description |
---|---|
String |
IClientDelegator.createClient(IClient newClient) |
String |
IClientDelegator.updateClient(IClient client) |
String |
IClientDelegator.updateClient(IClient client,
boolean force)
Update an existing Perforce client on the current Perforce server.
|
String |
IClientDelegator.updateClient(IClient client,
UpdateClientOptions opts)
Update an existing Perforce client on the current Perforce server.
|
Copyright © 2017 Perforce Software. All Rights Reserved.