A B C D E F G H I J L M N O P R S T U V W

A

accessed - Variable in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
accessed - Variable in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
AccessException - Exception in com.perforce.p4java.exception
Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server.
AccessException() - Constructor for exception com.perforce.p4java.exception.AccessException
 
AccessException(String, Throwable) - Constructor for exception com.perforce.p4java.exception.AccessException
 
AccessException(String) - Constructor for exception com.perforce.p4java.exception.AccessException
 
AccessException(Throwable) - Constructor for exception com.perforce.p4java.exception.AccessException
 
action - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
addEntry(E) - Method in class com.perforce.p4java.core.ViewMap
Add a map new entry at the end of the view map.
addFiles(List<IFileSpec>, boolean, int, String, boolean) - Method in interface com.perforce.p4java.client.IClient
Open one or more Perforce client workspace files for adding to the Perforce server.
addFiles(List<IFileSpec>, boolean, int, String, boolean) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
all(String) - Static method in class com.perforce.p4java.Tracer
 
alternateRoots - Variable in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
annotate(PathAnnotations) - Method in class com.perforce.p4java.impl.generic.core.file.FilePath
Annotate this path with the passed-in Perforce file metadata annotations.
annotate(IFileSpec) - Method in class com.perforce.p4java.impl.generic.core.file.FilePath
 
AuthTicket - Class in com.perforce.p4java.server
Object representing the three parts of a Perforce ticket, the server address, the user name, and the ticket token value.
AuthTicket() - Constructor for class com.perforce.p4java.server.AuthTicket
Creates an empty ticket
AuthTicket(String, String, String) - Constructor for class com.perforce.p4java.server.AuthTicket
Create a ticket with the specified server address, user name, and ticket value.
AuthTicketsHelper - Class in com.perforce.p4java.server
This class is designed to lookup authentication tickets from a tickets file
AuthTicketsHelper() - Constructor for class com.perforce.p4java.server.AuthTicketsHelper
 
AUTO_CONNECT_KEY - Static variable in class com.perforce.p4java.PropertyDefs
If AUTO_CONNECT_KEY (or its short form) is set, attempt to connect with the client name, if the clientName is also set.
AUTO_CONNECT_KEY_SHORTFORM - Static variable in class com.perforce.p4java.PropertyDefs
Short form autoconnect key.
AUTO_LOGIN_KEY - Static variable in class com.perforce.p4java.PropertyDefs
If AUTO_LOGIN_KEY (or its short form) is set, attempt to perform a login on connect().
AUTO_LOGIN_KEY_SHORTFORM - Static variable in class com.perforce.p4java.PropertyDefs
Short form auto login key.

B

BranchSpec - Class in com.perforce.p4java.impl.generic.core
Simple default implementation class for the IBranchSpec interface.
BranchSpec() - Constructor for class com.perforce.p4java.impl.generic.core.BranchSpec
Default constructor.
BranchSpec(String, String, String, boolean, Date, Date, ViewMap<IBranchMapping>) - Constructor for class com.perforce.p4java.impl.generic.core.BranchSpec
Construct a new BranchSpec from explicit field values.
BranchSpec(Map<String, Object>, IServer) - Constructor for class com.perforce.p4java.impl.generic.core.BranchSpec
Construct a BranchSpec from a map passed back from the Perforce server in response to a getBranchSpec command.
BranchSpec(IBranchSpecSummary) - Constructor for class com.perforce.p4java.impl.generic.core.BranchSpec
Construct a new BranchSpec from the passed-in summary branch spec.
BranchSpec.BranchViewMapping - Class in com.perforce.p4java.impl.generic.core
Simple default implementation of the IViewMapping interface.
BranchSpec.BranchViewMapping() - Constructor for class com.perforce.p4java.impl.generic.core.BranchSpec.BranchViewMapping
Default constructor -- calls super() only.
BranchSpec.BranchViewMapping(int, String, String) - Constructor for class com.perforce.p4java.impl.generic.core.BranchSpec.BranchViewMapping
Explicit value constructor -- calls super(order, sourceSpec, targetSpec).
BranchSpec.BranchViewMapping(int, String) - Constructor for class com.perforce.p4java.impl.generic.core.BranchSpec.BranchViewMapping
Construct a mapping from the passed-in string, which is assumed to be in the format described in MapEntry.parseViewString(String).
BranchSpecSummary - Class in com.perforce.p4java.impl.generic.core
Default implementation class for the IBranchSpecSummary interface.
BranchSpecSummary() - Constructor for class com.perforce.p4java.impl.generic.core.BranchSpecSummary
Default constructor -- sets all fields to null or false.
BranchSpecSummary(boolean) - Constructor for class com.perforce.p4java.impl.generic.core.BranchSpecSummary
Default constructor; same as no-argument default constructor, except that it sets the ServerResource superclass fields appropriately for summary only (everything false) or full branch spec (updateable and refreshable).
BranchSpecSummary(boolean, Date, Date, String, String, String, boolean) - Constructor for class com.perforce.p4java.impl.generic.core.BranchSpecSummary
Explicit-value constructor.
BranchSpecSummary(Map<String, Object>, boolean) - Constructor for class com.perforce.p4java.impl.generic.core.BranchSpecSummary
Construct a BranchSpecSummary from a map returned by the Perforce server.
branchView - Variable in class com.perforce.p4java.impl.generic.core.BranchSpec
 
bytesToAdd(char) - Method in interface com.perforce.p4java.ILookahead
Get an array of bytes to add based on the last decoded character found.

C

canExecute(String) - Method in interface com.perforce.p4java.impl.generic.sys.ISystemFileCommandsHelper
Return true iff the file exists and is executable.
canRefresh() - Method in interface com.perforce.p4java.core.IServerResource
Returns true if the underlying object is refreshable from the Perforce server.
canRefresh() - Method in class com.perforce.p4java.impl.generic.core.ServerResource
 
canUpdate() - Method in interface com.perforce.p4java.core.IServerResource
Returns true if the underlying object can be updated back to (or on) the associated Perforce server.
canUpdate() - Method in class com.perforce.p4java.impl.generic.core.ServerResource
 
CHANGE_KEY - Static variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
Changelist - Class in com.perforce.p4java.impl.generic.core
Simple default generic implementation class for the IChangelist interface.
Changelist() - Constructor for class com.perforce.p4java.impl.generic.core.Changelist
Default constructor; calls default superclass constructor.
Changelist(int, String, String, ChangelistStatus, Date, String, boolean, Server) - Constructor for class com.perforce.p4java.impl.generic.core.Changelist
Construct a changelist implementation given an explicit set of initial field values.
Changelist(IChangelistSummary, IServer, boolean) - Constructor for class com.perforce.p4java.impl.generic.core.Changelist
Construct a new Changelist using the passed-in changelist as a template.
Changelist(Map<String, Object>, Server) - Constructor for class com.perforce.p4java.impl.generic.core.Changelist
Construct a changelist impl from the passed-in map and serverImpl parameters.
changeListId - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
changelistId - Variable in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
ChangelistStatus - Enum in com.perforce.p4java.core
Describes possible changelist status values.
ChangelistSummary - Class in com.perforce.p4java.impl.generic.core
Default implementation of the IChangelistSummary interface.
ChangelistSummary() - Constructor for class com.perforce.p4java.impl.generic.core.ChangelistSummary
Default constructor -- sets all fields to false or null, id to IChangelist.UNKNOWN, and calls the default ServerResource constructor.
ChangelistSummary(boolean, boolean, boolean, boolean, IServer) - Constructor for class com.perforce.p4java.impl.generic.core.ChangelistSummary
Explicit-value pass-through constructor for the ServerResource fields.
ChangelistSummary(int, String, String, ChangelistStatus, Date, String, boolean) - Constructor for class com.perforce.p4java.impl.generic.core.ChangelistSummary
Explicit-value constructor; calls the default ServerResource constructor.
ChangelistSummary(IChangelistSummary) - Constructor for class com.perforce.p4java.impl.generic.core.ChangelistSummary
Construct a new ChangelistSummary from the passed-in summary.
ChangelistSummary(Map<String, Object>, boolean) - Constructor for class com.perforce.p4java.impl.generic.core.ChangelistSummary
Convenience constructor, equivalent to this(map, summaryOnly, null).
ChangelistSummary(Map<String, Object>, boolean, IServer) - Constructor for class com.perforce.p4java.impl.generic.core.ChangelistSummary
Construct a ChangelistSummary from a suitable map returned from the Perforce server.
CharsetConverter - Class in com.perforce.p4java
P4Java charset converter class
CharsetConverter(Charset, Charset, boolean) - Constructor for class com.perforce.p4java.CharsetConverter
Creates a new charset converted that decodes/encodes bytes in the specified non-null from/to charset objects specified.
CharsetConverter(Charset, Charset) - Constructor for class com.perforce.p4java.CharsetConverter
Creates a new charset converted that decodes/encodes bytes in the specified non-null from/to charset objects specified.
CharsetDefs - Class in com.perforce.p4java
Provides a centralized place to define or specify the various default and working charsets used in the P4Java implementation.
CharsetDefs() - Constructor for class com.perforce.p4java.CharsetDefs
 
checkEntryList(List<E>) - Method in class com.perforce.p4java.core.ViewMap
Do some sanity checks on the passed-in entry list.
clearUnderflow() - Method in class com.perforce.p4java.CharsetConverter
Get and clear the current converted underflow byte array.
client - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
Client - Class in com.perforce.p4java.impl.mapbased.client
Default implementation of the generic parts of an IClient interface.
Client() - Constructor for class com.perforce.p4java.impl.mapbased.client.Client
Default constructor.
Client(IServer) - Constructor for class com.perforce.p4java.impl.mapbased.client.Client
Note that any IServer object returned by the ServerFactory will work for the serverImpl parameter; if not, a suitable cast exception will be thrown.
Client(String, Date, Date, String, String, String, String, IClientSummary.ClientLineEnd, IClientSummary.IClientOptions, IClientSummary.IClientSubmitOptions, List<String>, IServer, ClientView) - Constructor for class com.perforce.p4java.impl.mapbased.client.Client
Construct a new Client object from explicit fields.
Client(IServer, Map<String, Object>) - Constructor for class com.perforce.p4java.impl.mapbased.client.Client
Construct a suitable Client object from an IServer and a map returned from the Perforce server.
Client(IClientSummary, boolean) - Constructor for class com.perforce.p4java.impl.mapbased.client.Client
Construct a new Client object using the passed-in client summary object as a partial template.
Client(IClientSummary, IServer, boolean) - Constructor for class com.perforce.p4java.impl.mapbased.client.Client
Construct a new Client object using the passed-in client summary object as a partial template along with the passed-in IServer object.
CLIENT_KEY - Static variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
CLIENT_NAME_KEY - Static variable in class com.perforce.p4java.PropertyDefs
Property key for a Perforce client name set though the P4Java properties mechanism.
CLIENT_NAME_KEY_SHORTFORM - Static variable in class com.perforce.p4java.PropertyDefs
Short form client name key.
CLIENT_UNSET_NAME_DEFAULT - Static variable in class com.perforce.p4java.PropertyDefs
Default value to be used for the unset client name (see the comments for CLIENT_UNSET_NAME_KEY, above) when no associated property is set.
CLIENT_UNSET_NAME_KEY - Static variable in class com.perforce.p4java.PropertyDefs
Property key for passing in a suitable client name to be used when we don't actually have (or want) a Perforce client associated with a Perforce server connection.
ClientError - Error in com.perforce.p4java.exception
Signals a serious and probably unrecoverable client error in an underlying transport layer.
ClientError() - Constructor for error com.perforce.p4java.exception.ClientError
Create an empty P4Java client error
ClientError(String) - Constructor for error com.perforce.p4java.exception.ClientError
Create a P4Java client error
ClientError(Throwable) - Constructor for error com.perforce.p4java.exception.ClientError
Create a P4Java client error
ClientError(String, Throwable) - Constructor for error com.perforce.p4java.exception.ClientError
Create a P4Java client error
clientId - Variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
ClientLineEnding - Enum in com.perforce.p4java.impl.generic.client
Defines the various line ending mappings needed for text files in the transfer between client and server.
clientName - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
ClientOptions - Class in com.perforce.p4java.impl.generic.client
Simple default generic IClientOptions implementation class.
ClientOptions() - Constructor for class com.perforce.p4java.impl.generic.client.ClientOptions
Default constructor; sets all fields to false.
ClientOptions(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.perforce.p4java.impl.generic.client.ClientOptions
Explicit-value constructor.
ClientOptions(String) - Constructor for class com.perforce.p4java.impl.generic.client.ClientOptions
Attempts to construct a ClientOptions object from a typical p4 cmd options string, e.g.
clientPath - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
ClientSubmitOptions - Class in com.perforce.p4java.impl.generic.client
Simple generic IClientSubmitOptions implementation class.
ClientSubmitOptions() - Constructor for class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
Default constructor; sets all fields to false.
ClientSubmitOptions(String) - Constructor for class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
Attempts to construct a ClientSubmitOptions object from a typical p4 cmd options string, e.g.
ClientSubmitOptions(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
Explicit-value constructor.
ClientSummary - Class in com.perforce.p4java.impl.mapbased.client
Default implementation class for the IClientSummary interface.
ClientSummary() - Constructor for class com.perforce.p4java.impl.mapbased.client.ClientSummary
Default constructor.
ClientSummary(boolean) - Constructor for class com.perforce.p4java.impl.mapbased.client.ClientSummary
Construct a new ClientSummary object whose ServerResource fields depend on the passed-in summaryOnly parameter.
ClientSummary(String, Date, Date, String, String, String, String, IClientSummary.ClientLineEnd, IClientSummary.IClientOptions, IClientSummary.IClientSubmitOptions, List<String>) - Constructor for class com.perforce.p4java.impl.mapbased.client.ClientSummary
Explicit-value constructor.
ClientSummary(IClientSummary) - Constructor for class com.perforce.p4java.impl.mapbased.client.ClientSummary
Clone a client summary by copying all fields.
ClientSummary(Map<String, Object>, boolean) - Constructor for class com.perforce.p4java.impl.mapbased.client.ClientSummary
Server map constructor.
ClientView - Class in com.perforce.p4java.impl.generic.client
Simple default generic implementation class for the IClientView and associated IClientViewMapping interfaces.
ClientView() - Constructor for class com.perforce.p4java.impl.generic.client.ClientView
Default constructor; simply calls the superclass default constructor and sets this.client to null.
ClientView(IClient, List<IClientViewMapping>) - Constructor for class com.perforce.p4java.impl.generic.client.ClientView
Construct a ClientView from the passed-in client and mapping list.
ClientView.ClientViewMapping - Class in com.perforce.p4java.impl.generic.client
Simple extension of the basic MapEntry class to provide convenience methods based on "depot" and "client" rather than "left" and "right".
ClientView.ClientViewMapping() - Constructor for class com.perforce.p4java.impl.generic.client.ClientView.ClientViewMapping
Default constructor.
ClientView.ClientViewMapping(int, String) - Constructor for class com.perforce.p4java.impl.generic.client.ClientView.ClientViewMapping
Constructs a new view mapping by calling the superclass's corresponding constructor.
ClientView.ClientViewMapping(int, String, String) - Constructor for class com.perforce.p4java.impl.generic.client.ClientView.ClientViewMapping
Constructs a new view mapping by calling the superclass's corresponding constructor.
ClientView.ClientViewMapping(int, IMapEntry.EntryType, String, String) - Constructor for class com.perforce.p4java.impl.generic.client.ClientView.ClientViewMapping
Constructs a new view mapping by calling the superclass's corresponding constructor.
close() - Method in class com.perforce.p4java.impl.generic.core.TempFileInputStream
 
CmdSpec - Enum in com.perforce.p4java.server
An enumeration of the minimum set of Perforce server commands recognized and implemented by P4Java.
coarse(String) - Static method in class com.perforce.p4java.Tracer
 
com.perforce.p4java - package com.perforce.p4java
Defines the root of the Perforce P4Java API product package hierarchy and a small handful of useful product-wide definitions and services such as loggers, tracers, and product metadata.
com.perforce.p4java.admin - package com.perforce.p4java.admin
 
com.perforce.p4java.client - package com.perforce.p4java.client
Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects.
com.perforce.p4java.core - package 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.core.file - package com.perforce.p4java.core.file
Provides interfaces and classes for defining and accessing Perforce depot and workspace files.
com.perforce.p4java.exception - package com.perforce.p4java.exception
Provides exception and error classes for signaling and handling user, internal, and Perforce server errors.
com.perforce.p4java.impl.generic.admin - package com.perforce.p4java.impl.generic.admin
 
com.perforce.p4java.impl.generic.client - package com.perforce.p4java.impl.generic.client
Provides standard implementation classes for the com.perforce.p4java.client interfaces.
com.perforce.p4java.impl.generic.core - package com.perforce.p4java.impl.generic.core
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
com.perforce.p4java.impl.generic.core.file - package com.perforce.p4java.impl.generic.core.file
Provides standard implementation classes for the com.perforce.p4java.core.file interfaces.
com.perforce.p4java.impl.generic.sys - package com.perforce.p4java.impl.generic.sys
Provides one or more "helper" and other classes to assist P4Java with typical operating system operations that can not always be done efficiently (or at all) in Java.
com.perforce.p4java.impl.mapbased.client - package com.perforce.p4java.impl.mapbased.client
 
com.perforce.p4java.server - package com.perforce.p4java.server
Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services.
com.perforce.p4java.server.callback - package com.perforce.p4java.server.callback
Provides interfaces and classes for defining and accessing Perforce server callbacks for things like logging, command progress, single sign on (SSO) authentication, etc.
complete() - Method in class com.perforce.p4java.impl.generic.core.JobSpec
Completing a job spec calls JobSpec.refresh() and updates the #isComplete() flag.
complete() - Method in class com.perforce.p4java.impl.generic.core.ServerResource
 
complete() - Method in class com.perforce.p4java.impl.mapbased.client.Client
Completing a client calls Client.refresh() and updates the #isComplete() flag.
completedServerCommand(int, long) - Method in interface com.perforce.p4java.server.callback.ICommandCallback
Report the completion of a Perforce server command, and, as a bonus, report how long in milliseconds it took from start to finish.
ConfigException - Exception in com.perforce.p4java.exception
Exception class for P4Java configuration-related exceptions.
ConfigException() - Constructor for exception com.perforce.p4java.exception.ConfigException
 
ConfigException(String, Throwable) - Constructor for exception com.perforce.p4java.exception.ConfigException
 
ConfigException(String) - Constructor for exception com.perforce.p4java.exception.ConfigException
 
ConfigException(Throwable) - Constructor for exception com.perforce.p4java.exception.ConfigException
 
connect() - Method in interface com.perforce.p4java.server.IServer
Connect to the Perforce server associated with this server object.
ConnectionException - Exception in com.perforce.p4java.exception
Superclass for all P4Java connection-related exceptions.
ConnectionException() - Constructor for exception com.perforce.p4java.exception.ConnectionException
 
ConnectionException(String, Throwable) - Constructor for exception com.perforce.p4java.exception.ConnectionException
 
ConnectionException(String) - Constructor for exception com.perforce.p4java.exception.ConnectionException
 
ConnectionException(Throwable) - Constructor for exception com.perforce.p4java.exception.ConnectionException
 
ConnectionNotConnectedException - Exception in com.perforce.p4java.exception
Special subclass of ConnectionException to signal the case of attempting to issue a Perforce server command with an IServer that hasn't been explicitly connected to that Perforce server.
ConnectionNotConnectedException() - Constructor for exception com.perforce.p4java.exception.ConnectionNotConnectedException
 
ConnectionNotConnectedException(String, Throwable) - Constructor for exception com.perforce.p4java.exception.ConnectionNotConnectedException
 
ConnectionNotConnectedException(String) - Constructor for exception com.perforce.p4java.exception.ConnectionNotConnectedException
 
ConnectionNotConnectedException(Throwable) - Constructor for exception com.perforce.p4java.exception.ConnectionNotConnectedException
 
convert(CharBuffer) - Method in class com.perforce.p4java.CharsetConverter
Converts a char buffer to a byte buffer using the toCharset.
convert(ByteBuffer, ILookahead) - Method in class com.perforce.p4java.CharsetConverter
Convert a byte buffer by decoding using the fromCharset and encoding using the toCharset.
convert(ByteBuffer) - Method in class com.perforce.p4java.CharsetConverter
Convert a byte buffer by decoding using the fromCharset and encoding using the toCharset.
CONVERT_TEXT - Static variable in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
 
convertMap(Map<String, Object>) - Static method in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
Convert the line endings for any string found in the map to the ClientLineEnding.FST_L_LF_BYTES values from ClientLineEnding.localLineEndStr.
createBranchSpec(IBranchSpec) - Method in interface com.perforce.p4java.server.IServer
Create a new Perforce branch spec on the Perforce server.
createChangelist(IChangelist) - Method in interface com.perforce.p4java.client.IClient
Create a new changelist for this Perforce client in the associated Perforce server.
createChangelist(IChangelist) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
createClient(IClient) - Method in interface com.perforce.p4java.server.IServer
Attempt to create a new Perforce client (a.k.a.
createJob(Map<String, Object>) - Method in interface com.perforce.p4java.server.IServer
Create a new Perforce job in the Perforce server corresponding to the passed-in Perforce job fields (which in turn should correspond to at least the mandatory fields defined in the reigning Perforce job spec).
createLabel(ILabel) - Method in interface com.perforce.p4java.server.IServer
Create a new Perforce label in the Perforce server.
createUser(IUser, boolean) - Method in interface com.perforce.p4java.server.IServer
Create a new Perforce user on the Perforce server.
createUserGroup(IUserGroup) - Method in interface com.perforce.p4java.server.IServer
Create a new Perforce user group on the Perforce server.

D

date - Variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
date - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
date - Variable in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
DATE_FORMAT - Static variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
DATE_KEY - Static variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
DbSchema - Class in com.perforce.p4java.impl.generic.admin
Simple default implementation class for the IDbSchema interface.
DbSchema() - Constructor for class com.perforce.p4java.impl.generic.admin.DbSchema
Default constructor.
DbSchema(String, int, List<Map<String, String>>) - Constructor for class com.perforce.p4java.impl.generic.admin.DbSchema
Construct a DbSchema using explicit field values.
DbSchema(Map<String, Object>) - Constructor for class com.perforce.p4java.impl.generic.admin.DbSchema
Construct a DbSchema from a map returned by the Perforce server.
decodeFromServerString(String, RpcPerforceFileType) - Static method in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
Decode the file's actual or intended line ending type from the passed-in string.
DEFAULT - Static variable in class com.perforce.p4java.CharsetDefs
The default charset used for command and rpc header / key encodings when nothing else has been specified.
DEFAULT - Static variable in interface com.perforce.p4java.core.IChangelist
Value used to signal a default (pending) changelist
DEFAULT_CHARSET_KEY - Static variable in class com.perforce.p4java.PropertyDefs
If DEFAULT_CHARSET_KEY is set in the Java system properties, it defines the name of the charset used to convert strings to and from the Perforce server if that server is NOT in Unicode mode.
DEFAULT_MINIMUM_SUPPORTED_SERVER_VERSION - Static variable in class com.perforce.p4java.Metadata
The default minimum Perforce server level supported by the entire P4Java API.
DEFAULT_NAME - Static variable in class com.perforce.p4java.CharsetDefs
The canonical name of the default charset.
DEFAULT_PROTOCOL_NAME - Static variable in class com.perforce.p4java.server.ServerFactory
Default protocol name, i.e.
DEFAULT_PROTOCOL_SPEC - Static variable in class com.perforce.p4java.server.ServerFactory
The pseudo-protocol used in URIs to signal that the factory should make its own decision about what protocol and server to use.
deleteBranchSpec(String, boolean) - Method in interface com.perforce.p4java.server.IServer
Delete a named Perforce branch spec from the Perforce server.
deleteClient(String, boolean) - Method in interface com.perforce.p4java.server.IServer
Delete a Perforce client from a Perforce server.
deleteCounter(String, boolean) - Method in interface com.perforce.p4java.server.IServer
 
deleteEntry(int) - Method in class com.perforce.p4java.core.ViewMap
Delete the entry at the specified position.
deleteFiles(List<IFileSpec>, int, boolean) - Method in interface com.perforce.p4java.client.IClient
Open a Perforce client workspace file for deletion from a Perforce depot.
deleteFiles(List<IFileSpec>, int, boolean) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
deleteLabel(String, boolean) - Method in interface com.perforce.p4java.server.IServer
Delete a named Perforce label from the Perforce server.
deletePendingChangelist(int) - Method in interface com.perforce.p4java.server.IServer
Delete a pending Perforce changelist.
deleteUser(String, boolean) - Method in interface com.perforce.p4java.server.IServer
Delete a named Perforce user from the Perforce server.
deleteUserGroup(IUserGroup) - Method in interface com.perforce.p4java.server.IServer
Delete a Perforce user group from the Perforce server.
Depot - Class in com.perforce.p4java.impl.generic.core
Simple default implementation class for the IDepot interface.
Depot() - Constructor for class com.perforce.p4java.impl.generic.core.Depot
Default constructor.
Depot(Map<String, Object>) - Constructor for class com.perforce.p4java.impl.generic.core.Depot
Construct a Perforce depot object from a suitable map passed back from the Perforce server as the result of a depot list command.
depotPath - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
description - Variable in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
description - Variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
description - Variable in class com.perforce.p4java.impl.generic.core.LabelSummary
 
description - Variable in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
DESCRIPTION_KEY - Static variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
DiffType - Enum in com.perforce.p4java.core.file
Describes the various type of file version diffs and related whitespace options available through the relevant content diff, resolve, annotate, etc., methods, corresponding loosely to the "-d" series of options to the p4 command line app.
disconnect() - Method in interface com.perforce.p4java.server.IServer
Disconnect from this Perforce server.

E

E_EMPTY - Static variable in class com.perforce.p4java.exception.MessageSeverityCode
No severity code has been set.
E_FAILED - Static variable in class com.perforce.p4java.exception.MessageSeverityCode
A failure caused by user error (a "normal" error).
E_FATAL - Static variable in class com.perforce.p4java.exception.MessageSeverityCode
A fatal error caused by a problem in the Perforce system; this almost always means nothing else will work properly from this point on, and you should abandon further processing.
E_INFO - Static variable in class com.perforce.p4java.exception.MessageSeverityCode
Information only -- not an error in the traditional sense.
E_WARN - Static variable in class com.perforce.p4java.exception.MessageSeverityCode
A warning message -- probably worth investigating, but not an actual error.
editFiles(List<IFileSpec>, boolean, boolean, int, String) - Method in interface com.perforce.p4java.client.IClient
Open one or more Perforce client workspace files for editing.
editFiles(List<IFileSpec>, boolean, boolean, int, String) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
elementPattern - Static variable in class com.perforce.p4java.impl.generic.core.MapEntry
 
elementPatternStr - Static variable in class com.perforce.p4java.impl.generic.core.MapEntry
 
endRevision - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
endRevision - Variable in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
entryList - Variable in class com.perforce.p4java.core.ViewMap
 
equals(Object) - Method in class com.perforce.p4java.server.AuthTicket
 
error(String) - Static method in class com.perforce.p4java.Log
Report a P4Java-internal error to the log callback (if it exists).
ES_BROKER - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Error occurred in the Perforce broker.
ES_CLIENT - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Error in the generic upper levels of the Perforce client (including P4Java).
ES_DB - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Error in the server-side metadata database.
ES_DBSUPP - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Error in the server-side metadata database support modules.
ES_DM - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Error in the server-side data manager.
ES_FTPD - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Error occurred in the P4FTP server.
ES_HELP - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Pseudo subsystem for help messages.
ES_INFO - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Pseudo subsystem for information messages.
ES_LBR - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Error in the server librarian module.
ES_OS - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Operating system error (i.e., typically an error detected by the OS).
ES_RPC - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Error in the underlying Perforce transport protocol.
ES_SERVER - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Error in the generic upper levels of the Perforce server.
ES_SPEC - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Pseudo subsystem for spec / comment messages.
ES_SUPP - Static variable in class com.perforce.p4java.exception.MessageSubsystemCode
Error in miscellaneous support modules or apps.
EV_ADMIN - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Perforce server administrative action required.
EV_CLIENT - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Client-side program errors.
EV_COMM - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Communications error.
EV_CONFIG - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Client configuration inadequate.
EV_CONTEXT - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Using a Perforce entity in the wrong context.
EV_EMPTY - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Perforce operation returned empty results.
EV_FAULT - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Unexplained or unknown fault in a Perforce program or server.
EV_ILLEGAL - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Trying to do something prohibited by Perforce.
EV_NONE - Static variable in class com.perforce.p4java.exception.MessageGenericCode
No code has been set yet, or no specific code is associated with this error.
EV_NOTYET - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Something needs to be corrected before this operation can succeed.
EV_PROTECT - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Perforce protections prevented this operation from succeeding.
EV_TOOBIG - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Something passed to the Perforce server is too big.
EV_UNKNOWN - Static variable in class com.perforce.p4java.exception.MessageGenericCode
The accessed or associated entity is unknown.
EV_UPGRADE - Static variable in class com.perforce.p4java.exception.MessageGenericCode
Perforce client or server too old to interact.
EV_USAGE - Static variable in class com.perforce.p4java.exception.MessageGenericCode
A usage error.
exception(Throwable) - Static method in class com.perforce.p4java.Log
Report a P4Java-internal unexpected exception to the log callback (if it exists).
EXCLUDE_PREFIX - Static variable in interface com.perforce.p4java.core.IMapEntry
 
execMapCmd(String, String[], Map<String, Object>) - Method in interface com.perforce.p4java.server.IServer
Issue an arbitrary P4Java command to the Perforce server and return the results as a map.
execQuietMapCmd(String, String[], Map<String, Object>) - Method in interface com.perforce.p4java.server.IServer
Issue an arbitrary P4Java command to the Perforce server and return the results as a map without invoking any command callbacks.
execQuietStreamCmd(String, String[]) - Method in interface com.perforce.p4java.server.IServer
Issue an arbitrary P4Java command to the Perforce server and get the results as a stream without invoking any command callbacks.
execStreamCmd(String, String[]) - Method in interface com.perforce.p4java.server.IServer
Issue an arbitrary P4Java command to the Perforce server and get the results as a stream.
ExtendedFileSpec - Class in com.perforce.p4java.impl.generic.core.file
Useful generic implementation class for the IExtendedFileSpec interface.
ExtendedFileSpec() - Constructor for class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
Default constructor.
ExtendedFileSpec(Map<String, Object>, IServer, int) - Constructor for class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
Construct an ExtendedFileSpec object from the passed-in map.
ExtendedFileSpec(FileSpecOpStatus, String) - Constructor for class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
Construct an ExtendedFileSpec object from a status, message string pair.
ExtendedFileSpec(FileSpecOpStatus, String, int, int) - Constructor for class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
Construct an ExtendedFileSpec object from a status, message string, generic code, severity code tuple.
ExtendedFileSpec(String) - Constructor for class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
Given a candidate path string (which may include version and changelist annotations, at least), try to construct a corresponding extended file spec.
extractNonRevisionData(String, PathAnnotations) - Static method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Extract any non-revision info from the passed-in pathStr and put it into the passed-in pathAnnotations object.
extractRevisionData(String, PathAnnotations) - Static method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Extract any start / end revision info from the passed-in pathStr and put it into the passed-in pathAnnotations object.

F

FileAction - Enum in com.perforce.p4java.core.file
Defines the possible Perforce actions that can be associated with a Perforce file, including synchronization actions.
FileAnnotation - Class in com.perforce.p4java.impl.generic.core.file
Simple generic implementation class for IFileAnnotation interface.
FileAnnotation(int, int, String, String, IClientSummary.ClientLineEnd) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileAnnotation
Default all-field constructor.
FileAnnotation(Map<String, Object>, String, IClientSummary.ClientLineEnd) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileAnnotation
Construct a suitable FileAnnotation object from the passed-in map; this map must be in the format and use the fields returned from a Perforce server annotate command.
FilePath - Class in com.perforce.p4java.impl.generic.core.file
Defines a file spec path for Perforce IFileSpec objects, and a bunch of useful methods for extracting and appending Perforce file-related metadata (such as revision information or label / changelist / date annotations) to and from paths and path strings.
FilePath() - Constructor for class com.perforce.p4java.impl.generic.core.file.FilePath
Default constructor -- sets path type field to UNKNOWN, path string to null.
FilePath(FilePath.PathType, String) - Constructor for class com.perforce.p4java.impl.generic.core.file.FilePath
Construct a FilePath from explicit type and path string values.
FilePath(FilePath.PathType, String, boolean) - Constructor for class com.perforce.p4java.impl.generic.core.file.FilePath
Construct a FilePath from explicit type and path string values.
FilePath.PathType - Enum in com.perforce.p4java.impl.generic.core.file
Defines the various types a Perforce file path can have.
FileRevisionData - Class in com.perforce.p4java.impl.generic.core.file
Simple default generic implementation calls for the IFileRevisionData interface.
FileRevisionData() - Constructor for class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
FileRevisionData(int, int, FileAction, Date, String, String, String, String, String) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
FileRevisionData(Map<String, Object>, int) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
FileRevisionData.RevisionIntegrationData - Class in com.perforce.p4java.impl.generic.core.file
 
FileRevisionData.RevisionIntegrationData(String, String, String, String) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileRevisionData.RevisionIntegrationData
 
FileSpec - Class in com.perforce.p4java.impl.generic.core.file
Simple generic default implementation class for the IFileSpec interface.
FileSpec() - Constructor for class com.perforce.p4java.impl.generic.core.file.FileSpec
Default constructor.
FileSpec(String) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileSpec
Given a candidate path string (which may include version and changelist annotations, at least), try to construct a corresponding file spec.
FileSpec(String, boolean) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileSpec
Given a candidate path string (which may include version and changelist annotations, at least), try to construct a corresponding file spec.
FileSpec(FilePath) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileSpec
Construct a FileSpec from a specific FilePath.
FileSpec(FileSpecOpStatus, String) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileSpec
Construct a filespec from an opstatus and error message pair.
FileSpec(FileSpecOpStatus, String, int, int) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileSpec
Construct a FileSpec from an opstatus, error message, Perforce generic code, and Perforce severity code.
FileSpec(FileSpec) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileSpec
Construct a new filespec from another filespec.
FileSpec(Map<String, Object>, IServer, int) - Constructor for class com.perforce.p4java.impl.generic.core.file.FileSpec
Try to construct a FileSpec from a passed-in map as returned from a Perforce server.
FileSpecBuilder - Class in com.perforce.p4java.core.file
A class used to provide generally-useful Perforce filespec-related static methods.
FileSpecBuilder() - Constructor for class com.perforce.p4java.core.file.FileSpecBuilder
 
FileSpecOpStatus - Enum in com.perforce.p4java.core.file
Statuses representing the result of a particular Perforce file-based operation.
FileStatAncilliaryOptions - Class in com.perforce.p4java.core.file
A simple way to encapsulate the complex ancilliary output options available for the IServer statFiles method.
FileStatAncilliaryOptions() - Constructor for class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
FileStatAncilliaryOptions(boolean, boolean, boolean, boolean, boolean) - Constructor for class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
FileStatOutputOptions - Class in com.perforce.p4java.core.file
A simple way to encapsulate the complex output options available for the IServer statFiles method.
FileStatOutputOptions() - Constructor for class com.perforce.p4java.core.file.FileStatOutputOptions
 
FileStatOutputOptions(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.perforce.p4java.core.file.FileStatOutputOptions
 
FileStatOutputOptions(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class com.perforce.p4java.core.file.FileStatOutputOptions
 
fileType - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
fine(String) - Static method in class com.perforce.p4java.Tracer
 
Fix - Class in com.perforce.p4java.impl.generic.core
Simple generic default implementation class for the IFix interface.
Fix() - Constructor for class com.perforce.p4java.impl.generic.core.Fix
 
Fix(Map<String, Object>) - Constructor for class com.perforce.p4java.impl.generic.core.Fix
 
fixJobs(List<String>, int, String, boolean) - Method in interface com.perforce.p4java.server.IServer
Mark each named job as being fixed by the changelist number given with changeListId.
fromString(String) - Static method in enum com.perforce.p4java.core.ChangelistStatus
A user-friendly fail-safe way to convert from strings to file actions without generating exceptions, etc.
fromString(String) - Static method in enum com.perforce.p4java.core.file.FileAction
A user-friendly fail-safe way to convert from strings to file actions without generating exceptions, etc.
fromString(String) - Static method in enum com.perforce.p4java.core.IMapEntry.EntryType
Return a suitable EntryType as inferred from the passed-in string, which is assumed to be a Perforce view map path string.
FST_L_CR_BYTES - Static variable in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
 
FST_L_CR_CHAR - Static variable in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
 
FST_L_CRLF_BYTES - Static variable in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
 
FST_L_LF_BYTES - Static variable in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
 
FST_L_LF_CHAR - Static variable in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
 
FST_L_LFCRLF_BYTES - Static variable in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
 
FST_L_LOCAL_BYTES - Static variable in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
 

G

genericCode - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getAccess() - Method in interface com.perforce.p4java.core.IUserSummary
 
getAccess() - Method in class com.perforce.p4java.impl.generic.core.UserSummary
 
getAccessed() - Method in interface com.perforce.p4java.client.IClientSummary
Gets the date this client was last used in any way.
getAccessed() - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Get the date of the last 'integrate' using this branch.
getAccessed() - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
getAccessed() - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
getAction() - Method in interface com.perforce.p4java.core.file.IFileRevisionData
Get the file action associated with this revision.
getAction() - Method in interface com.perforce.p4java.core.file.IFileSpec
Returns the file action associated with this file, if any.
getAction() - Method in interface com.perforce.p4java.core.IFix
 
getAction() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
getAction() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getAction() - Method in class com.perforce.p4java.impl.generic.core.Fix
 
getActionOwner() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getActionOwner() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getAddress() - Method in interface com.perforce.p4java.core.IDepot
For remote depots, return the (remote) address of the depot; for other types of depot, will return null.
getAddress() - Method in class com.perforce.p4java.impl.generic.core.Depot
 
getAlternateRoots() - Method in interface com.perforce.p4java.client.IClientSummary
Get the alternate roots associated with this Perforce client, if any.
getAlternateRoots() - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
getAnnotatedPathString(FilePath.PathType) - Method in interface com.perforce.p4java.core.file.IFileSpec
Get an annotated string representation of a Perforce file path associated with this Perforce file spec.
getAnnotatedPathString(FilePath.PathType) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getAnnotatedPreferredPathString() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the annotated "preferred" path string for this file spec.
getAnnotatedPreferredPathString() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getAnnotations(DiffType, boolean, boolean, boolean) - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the file annotations associated with this file.
getAnnotations(DiffType, boolean, boolean, boolean) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getAnnotations(String) - Static method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Get all Perforce metadata annotations from the passed-in string.
getAuthTicket() - Method in interface com.perforce.p4java.server.IServer
Return the current Perforce authentication ticket being used by this server, if any.
getAvailableImplementationMetadata() - Static method in class com.perforce.p4java.server.ServerFactory
Return a non-null list of implementation metadata about available IServer implementations.
getBranchSpec(String) - Method in interface com.perforce.p4java.server.IServer
Get a specific named Perforce branch spec from the Perforce server.
getBranchSpecs(String, String, int) - Method in interface com.perforce.p4java.server.IServer
Get a list of all summary Perforce branch specs known to the Perforce server.
getBranchView() - Method in interface com.perforce.p4java.core.IBranchSpec
Return the view map associated with this branch spec.
getBranchView() - Method in class com.perforce.p4java.impl.generic.core.BranchSpec
 
getCachedJobIdList() - Method in interface com.perforce.p4java.core.IChangelist
Return a cached list of job Id's associated with this changelist.
getCachedJobIdList() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getChangelist(int) - Method in interface com.perforce.p4java.server.IServer
Get a specific Perforce changelist from a Perforce server.
getChangelistDiffs(int, DiffType) - Method in interface com.perforce.p4java.server.IServer
Get an InputStream onto the file diffs associated with a specific submitted changelist.
getChangelistFiles(int) - Method in interface com.perforce.p4java.server.IServer
Get a list of the Perforce depot files associated with a Perforce changelist.
getChangelistId() - Method in interface com.perforce.p4java.core.file.IFileRevisionData
Get the changelist ID associated with this revision.
getChangelistId() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the ID of the changelist associated with this file spec.
getChangelistId() - Method in interface com.perforce.p4java.core.IFix
 
getChangelistId() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
getChangelistId() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getChangelistId() - Method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
getChangelistId() - Method in class com.perforce.p4java.impl.generic.core.Fix
 
getChangelists(int, List<IFileSpec>, String, String, boolean, IChangelist.Type, boolean) - Method in interface com.perforce.p4java.server.IServer
An omnibus method to get a list of Perforce changelists from a server using zero or more qualifiers (note that convenience methods also exists, especially on the IClient interface).
getChangelists(int, List<IFileSpec>, String, String, boolean, boolean, boolean, boolean) - Method in interface com.perforce.p4java.server.IServer
An omnibus method to get a list of Perforce changelists from a server using zero or more qualifiers (note that convenience methods also exists, especially on the IClient interface).
getCharsetName() - Method in interface com.perforce.p4java.server.IServer
Get the current charset name for the server connection.
getClient() - Method in interface com.perforce.p4java.client.IClientViewMapping
 
getClient(boolean) - Method in interface com.perforce.p4java.client.IClientViewMapping
 
getClient() - Method in class com.perforce.p4java.impl.generic.client.ClientView.ClientViewMapping
 
getClient(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientView.ClientViewMapping
 
getClient() - Method in class com.perforce.p4java.impl.generic.client.ClientView
Get the client object (not path) associated with this view, if any.
getClient(String) - Method in interface com.perforce.p4java.server.IServer
Get an IClient object for a specific named Perforce client.
getClient(IClientSummary) - Method in interface com.perforce.p4java.server.IServer
Convenience method for getClient(clientSummary.getName()).
getClientAddress() - Method in interface com.perforce.p4java.server.IServerInfo
 
getClientCurrentDirectory() - Method in interface com.perforce.p4java.server.IServerInfo
 
getClientHost() - Method in interface com.perforce.p4java.server.IServerInfo
 
getClientId() - Method in interface com.perforce.p4java.core.IChangelistSummary
Get the ID of the Perforce client workspace associated with this changelist.
getClientId() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getClientId() - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
getClientName() - Method in interface com.perforce.p4java.core.file.IFileRevisionData
Get the client file name associated with this revision.
getClientName() - Method in interface com.perforce.p4java.core.file.IFileSpec
Return the name of the client associated with this file spec, or null if not set or known.
getClientName() - Method in interface com.perforce.p4java.core.IFix
 
getClientName() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
getClientName() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getClientName() - Method in class com.perforce.p4java.impl.generic.core.Fix
 
getClientName() - Method in interface com.perforce.p4java.server.IServerInfo
 
getClientPath() - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for getPath(CLIENT).
getClientPath() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getClientPathString() - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for getPathString(CLIENT).
getClientPathString() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getClientRoot() - Method in interface com.perforce.p4java.server.IServerInfo
 
getClients(String, String, int) - Method in interface com.perforce.p4java.server.IServer
Get a list of IClientSummary objects for all Perforce clients known to this Perforce server.
getClientTemplate(String) - Method in interface com.perforce.p4java.server.IServer
Get a template of a non-existent named Perforce client.
getClientTemplate(String, boolean) - Method in interface com.perforce.p4java.server.IServer
Get a template of a non-existent named Perforce client.
getClientView() - Method in interface com.perforce.p4java.client.IClient
Get the Perforce client view associated with this client, if any.
getClientView() - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
getCode() - Method in interface com.perforce.p4java.core.IJobSpec.IJobSpecField
 
getCode() - Method in class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 
getColumnMetadata() - Method in interface com.perforce.p4java.admin.IDbSchema
Get a list of column metadata maps.
getColumnMetadata() - Method in class com.perforce.p4java.impl.generic.admin.DbSchema
 
getCommand() - Method in interface com.perforce.p4java.core.IServerProcess
 
getCommand() - Method in class com.perforce.p4java.impl.generic.core.ServerProcess
 
getComments() - Method in interface com.perforce.p4java.core.IJobSpec
Get the comments associated with this jobspec.
getComments() - Method in class com.perforce.p4java.impl.generic.core.JobSpec
 
getComments() - Method in interface com.perforce.p4java.server.IServerImplMetadata
Return any comments associated with the implementation.
getContents(boolean) - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the contents of this specific Perforce file revision from the Perforce depot as an InputStream.
getContents(boolean) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getCounter(String) - Method in interface com.perforce.p4java.server.IServer
Get the value of a named Perforce counter from the Perforce server.
getCounters() - Method in interface com.perforce.p4java.server.IServer
Get a map of the Perforce server's counters.
getCurrentClient() - Method in interface com.perforce.p4java.server.IServer
Return the Perforce client currently associated with this Perforce server, if any.
getDataType() - Method in interface com.perforce.p4java.core.IJobSpec.IJobSpecField
 
getDataType() - Method in class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 
getDate() - Method in interface com.perforce.p4java.core.file.IFileRevisionData
Get the date associated with this revision.
getDate() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the Perforce date of this file spec.
getDate() - Method in interface com.perforce.p4java.core.IChangelistSummary
Get the date the changelist was created or last updated.
getDate() - Method in interface com.perforce.p4java.core.IFix
 
getDate() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getDate() - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
getDate() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
getDate() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getDate() - Method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
getDate() - Method in class com.perforce.p4java.impl.generic.core.Fix
 
getDbSchema(List<String>) - Method in interface com.perforce.p4java.server.IServer
Get the database schema associated with this server (admin / superuser command).
getDeletedOptions() - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
getDepotFileName() - Method in interface com.perforce.p4java.core.file.IFileRevisionData
Get the depot file name associated with this revision.
getDepotFileName() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
getDepotFiles(List<IFileSpec>, boolean) - Method in interface com.perforce.p4java.server.IServer
List all Perforce depot files known to the Perforce server that conform to the passed-in wild-card file specification(s).
getDepotPath() - Method in interface com.perforce.p4java.core.file.IFileAnnotation
Get the associated depot path for this annotation, if one is available.
getDepotPath() - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for getPath(DEPOT).
getDepotPath() - Method in class com.perforce.p4java.impl.generic.core.file.FileAnnotation
 
getDepotPath() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getDepotPathString() - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for getPathString(DEPOT).
getDepotPathString() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getDepots() - Method in interface com.perforce.p4java.server.IServer
Get a list of all Perforce depots known to this Perforce server.
getDepotSpec() - Method in interface com.perforce.p4java.client.IClientViewMapping
 
getDepotSpec(boolean) - Method in interface com.perforce.p4java.client.IClientViewMapping
 
getDepotSpec() - Method in class com.perforce.p4java.impl.generic.client.ClientView.ClientViewMapping
 
getDepotSpec(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientView.ClientViewMapping
 
getDepotType() - Method in interface com.perforce.p4java.core.IDepot
Get the type of this depot.
getDepotType() - Method in class com.perforce.p4java.impl.generic.core.Depot
 
getDesc() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getDesc() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getDescription() - Method in interface com.perforce.p4java.client.IClientSummary
Returns a short description of the Perforce server client.
getDescription() - Method in interface com.perforce.p4java.core.file.IFileRevisionData
Get the description string associated with this revision.
getDescription() - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Get the branch's description (if any).
getDescription() - Method in interface com.perforce.p4java.core.IChangelistSummary
Return the description associated with this changelist.
getDescription() - Method in interface com.perforce.p4java.core.IDepot
Get the description associated with this depot.
getDescription() - Method in interface com.perforce.p4java.core.IJob
 
getDescription() - Method in interface com.perforce.p4java.core.ILabelSummary
Get the description associated with this label.
getDescription() - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
getDescription() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getDescription() - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
getDescription() - Method in class com.perforce.p4java.impl.generic.core.Depot
 
getDescription() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
getDescription() - Method in class com.perforce.p4java.impl.generic.core.Job
 
getDescription() - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
getDescription() - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
getDescriptionString(Map<String, Object>, boolean) - Method in class com.perforce.p4java.impl.generic.core.Job
 
getDiffFiles(List<IFileSpec>, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in interface com.perforce.p4java.client.IClient
Return a list of files that differ in some (arbitrarily complex) way from depot.
getDiffFiles(List<IFileSpec>, int, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
getDiffs(DiffType) - Method in interface com.perforce.p4java.core.IChangelist
Get an InputStream onto the file diffs associated with this changelist.
getDiffs(DiffType) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getDiffStatus() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the diff status for this file spec.
getDiffStatus() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getDigest() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getDigest() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getDirectories(List<IFileSpec>, boolean, boolean, boolean) - Method in interface com.perforce.p4java.server.IServer
List any directories matching the passed-in file specifications.
getDisplayString() - Method in exception com.perforce.p4java.exception.RequestException
 
getEmail() - Method in interface com.perforce.p4java.core.IUserSummary
 
getEmail() - Method in class com.perforce.p4java.impl.generic.core.UserSummary
 
getEndFromRev() - Method in interface com.perforce.p4java.core.file.IFileSpec
Return the end "from" revision of the last integration, if any.
getEndFromRev() - Method in interface com.perforce.p4java.core.file.IRevisionIntegrationData
Get the end revision used in the integration.
getEndFromRev() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData.RevisionIntegrationData
 
getEndFromRev() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getEndRevision() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the end revision for this file spec, if any.
getEndRevision() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getEndRevision() - Method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
getEndToRev() - Method in interface com.perforce.p4java.core.file.IFileSpec
Return the end "from" revision of the last integration, if any.
getEndToRev() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getEntry(int) - Method in class com.perforce.p4java.core.ViewMap
Get the map entry at the specified position.
getEntryList() - Method in class com.perforce.p4java.core.ViewMap
Get the entry list associated with this view map.
getExportRecords(boolean, long, int, long, boolean, String, String) - Method in interface com.perforce.p4java.server.IServer
Get a list of exported journal or checkpoint records (admin / superuser command).
getExtendedFiles(List<IFileSpec>, int, int, int, FileStatOutputOptions, FileStatAncilliaryOptions) - Method in interface com.perforce.p4java.server.IServer
Return a list of everything Perforce knows about a possibly very large set of Perforce files.
getFieldPreset(String) - Method in interface com.perforce.p4java.core.IJobSpec
Get the preset for a given field.
getFieldPreset(String) - Method in class com.perforce.p4java.impl.generic.core.JobSpec
 
getFields() - Method in interface com.perforce.p4java.core.IJobSpec
Return a list of all known Perforce job fields on this jobspec.
getFields() - Method in class com.perforce.p4java.impl.generic.core.JobSpec
 
getFieldType() - Method in interface com.perforce.p4java.core.IJobSpec.IJobSpecField
 
getFieldType() - Method in class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 
getFieldValues(String) - Method in interface com.perforce.p4java.core.IJobSpec
Get a list of field values for a given field.
getFieldValues(String) - Method in class com.perforce.p4java.impl.generic.core.JobSpec
 
getFileAnnotations(List<IFileSpec>, DiffType, boolean, boolean, boolean) - Method in interface com.perforce.p4java.server.IServer
Get a list of revision annotations for the specified files.
getFileContents(List<IFileSpec>, boolean, boolean) - Method in interface com.perforce.p4java.server.IServer
Return an InputStream onto the contents of one or more revisions of one or more Perforce depot file contents.
getFiles(boolean) - Method in interface com.perforce.p4java.core.IChangelist
Get the list of files associated with this changelist, optionally refreshing the list from the server.
getFiles(boolean) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getFiles(boolean, boolean) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getFileSize() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getFileSize() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getFileSpecs() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getFileType() - Method in interface com.perforce.p4java.core.file.IFileRevisionData
Get the Perforce file type string associated with this revision.
getFileType() - Method in interface com.perforce.p4java.core.file.IFileSpec
Returns the file type string for this file spec, or null if not known.
getFileType() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
getFileType() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getFixList(List<IFileSpec>, int, String, boolean, int) - Method in interface com.perforce.p4java.server.IServer
Return a list of all Perforce jobs with fix records associated with them, along with the changelist number of the fix.
getFromCharsetName() - Method in class com.perforce.p4java.CharsetConverter
Get charset name of from charset used to decode
getFromFile() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the file this file spec was integrated from if any.
getFromFile() - Method in interface com.perforce.p4java.core.file.IRevisionIntegrationData
Get the file this integration was from.
getFromFile() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData.RevisionIntegrationData
 
getFromFile() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getFullName() - Method in interface com.perforce.p4java.core.IUserSummary
 
getFullName() - Method in class com.perforce.p4java.impl.generic.core.UserSummary
 
getGenericCode() - Method in interface com.perforce.p4java.core.file.IFileOperationResult
Get the Perforce generic code associated with the operation result.
getGenericCode() - Method in exception com.perforce.p4java.exception.RequestException
 
getGenericCode() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getHaveRev() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getHaveRev() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getHeadAction() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getHeadAction() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getHeadChange() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getHeadChange() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getHeadModTime() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getHeadModTime() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getHeadRev() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getHeadRev() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getHeadTime() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getHeadTime() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getHeadType() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getHeadType() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getHost() - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
getHost() - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
getHostName() - Method in interface com.perforce.p4java.client.IClientSummary
Returns the name of the associated host, if any.
getHostName() - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
getHowFrom() - Method in interface com.perforce.p4java.core.file.IRevisionIntegrationData
Get a string description of what happened in the integration.
getHowFrom() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData.RevisionIntegrationData
 
getHowResolved() - Method in interface com.perforce.p4java.core.file.IFileSpec
Return a string representation of how the last resolve happened.
getHowResolved() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getId() - Method in interface com.perforce.p4java.core.IChangelistSummary
Return the Perforce changelist's ID.
getId() - Method in interface com.perforce.p4java.core.IJob
 
getId() - Method in interface com.perforce.p4java.core.IServerProcess
 
getId() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getId() - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
getId() - Method in class com.perforce.p4java.impl.generic.core.Job
 
getId() - Method in class com.perforce.p4java.impl.generic.core.ServerProcess
 
getImplClassName() - Method in interface com.perforce.p4java.server.IServerImplMetadata
Return the canonical name of the implementation class associated with this implementation.
getImplType() - Method in interface com.perforce.p4java.server.IServerImplMetadata
Get the implementation type associated with this implementation.
getInvalidFileSpecs(List<IFileSpec>) - Static method in class com.perforce.p4java.core.file.FileSpecBuilder
Given a list of file specs, return a list of the invalid file specs in that list.
getJavaCharsetName(String) - Static method in class com.perforce.p4java.server.PerforceCharsets
Get Java equivalent charset name for a p4 charset name
getJob(String) - Method in interface com.perforce.p4java.server.IServer
Get a specific job.
getJobId() - Method in interface com.perforce.p4java.core.IFix
 
getJobId() - Method in class com.perforce.p4java.impl.generic.core.Fix
 
getJobIds() - Method in interface com.perforce.p4java.core.IChangelist
Return a list of Perforce jobs IDs for jobs marked as associated with this changelist.
getJobIds() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getJobIdString(Map<String, Object>) - Method in class com.perforce.p4java.impl.generic.core.Job
 
getJobs() - Method in interface com.perforce.p4java.core.IChangelist
Return a list of Perforce jobs marked as associated with this changelist.
getJobs() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getJobs(List<IFileSpec>, int, boolean, boolean, boolean, String) - Method in interface com.perforce.p4java.server.IServer
Return a list of Perforce jobs.
getJobSpec() - Method in interface com.perforce.p4java.core.IJob
 
getJobSpec() - Method in class com.perforce.p4java.impl.generic.core.Job
 
getJobSpec() - Method in interface com.perforce.p4java.server.IServer
Return the Perforce jobspec associated with this Perforce server.
getJobView() - Method in interface com.perforce.p4java.core.IUser
 
getJobView() - Method in class com.perforce.p4java.impl.generic.core.User
 
getKnownCharsets() - Method in interface com.perforce.p4java.server.IServer
Return an array of strings representing "known" charsets (e.g.
getKnownCharsets() - Static method in class com.perforce.p4java.server.PerforceCharsets
Get known P4 charsets
getLabel() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the label string associated with this file spec, if any.
getLabel() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getLabel() - Method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
getLabel(String) - Method in interface com.perforce.p4java.server.IServer
Get a specific named Perforce label.
getLabels(String, int, String, List<IFileSpec>) - Method in interface com.perforce.p4java.server.IServer
Get a list of Perforce labels, optionally tied to a specific set of files.
getLastAccess() - Method in interface com.perforce.p4java.core.ILabelSummary
Get the date and time of the last 'labelsync' or use of '@label' on this label.
getLastAccess() - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
getLastUpdate() - Method in interface com.perforce.p4java.core.ILabelSummary
Get the date and time the label specification was last updated.
getLastUpdate() - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
getLeft() - Method in interface com.perforce.p4java.core.IMapEntry
Get the "left" entry for this mapping; equivalent to getLeft(false).
getLeft(boolean) - Method in interface com.perforce.p4java.core.IMapEntry
Get the "left" entry for this mapping.
getLeft() - Method in class com.perforce.p4java.impl.generic.core.MapEntry
 
getLeft(boolean) - Method in class com.perforce.p4java.impl.generic.core.MapEntry
 
getLength() - Method in interface com.perforce.p4java.core.IJobSpec.IJobSpecField
 
getLength() - Method in class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 
getLine() - Method in interface com.perforce.p4java.core.file.IFileAnnotation
Get the line being annotated.
getLine(boolean) - Method in interface com.perforce.p4java.core.file.IFileAnnotation
Get the line being annotated, with optional line ending processing based on client settings (if available).
getLine() - Method in class com.perforce.p4java.impl.generic.core.file.FileAnnotation
 
getLine(boolean) - Method in class com.perforce.p4java.impl.generic.core.file.FileAnnotation
 
getLineEnd() - Method in interface com.perforce.p4java.client.IClientSummary
Get the line end options for this client.
getLineEnd() - Method in class com.perforce.p4java.impl.generic.core.file.FileAnnotation
 
getLineEnd() - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
getLocalPath() - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for getPath(LOCAL).
getLocalPath() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getLocalPathString() - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for getPathString(LOCAL).
getLocalPathString() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getLogCallback() - Static method in class com.perforce.p4java.Log
Get the current log callback, if any.
getLoginName() - Method in interface com.perforce.p4java.core.IUserSummary
 
getLoginName() - Method in class com.perforce.p4java.impl.generic.core.UserSummary
 
getLower() - Method in interface com.perforce.p4java.core.file.IFileAnnotation
Get the lower version number for the associated annotation.
getLower() - Method in class com.perforce.p4java.impl.generic.core.file.FileAnnotation
 
getMap() - Method in interface com.perforce.p4java.core.IDepot
Get the depot's path translation information.
getMap() - Method in class com.perforce.p4java.impl.generic.core.Depot
 
getMaxLockTime() - Method in interface com.perforce.p4java.core.IUserGroup
Get the maximum lock time for queries by members of this group.
getMaxLockTime() - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
getMaxResults() - Method in interface com.perforce.p4java.core.IUserGroup
Get the maximum number of results returned for queries by members of this group.
getMaxResults() - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
getMaxScanRows() - Method in interface com.perforce.p4java.core.IUserGroup
Get the maximum number of scan rows returned for queries by members of this group.
getMaxScanRows() - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
getMinimumServerLevel() - Method in interface com.perforce.p4java.server.IServerImplMetadata
Get the earliest Perforce server version that this implementation will work reliably against.
getModDate() - Method in interface com.perforce.p4java.core.IDepot
Get the date the depot was last modified.
getModDate() - Method in class com.perforce.p4java.impl.generic.core.Depot
 
getMode() - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
getMode() - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
getMovedFile() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getMovedFile() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getName() - Method in interface com.perforce.p4java.admin.IDbSchema
Get the name of the table.
getName() - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
getName() - Method in interface com.perforce.p4java.client.IClientSummary
Get the name of this client.
getName() - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Get the name of this branch.
getName() - Method in interface com.perforce.p4java.core.IDepot
Get the name of the depot.
getName() - Method in interface com.perforce.p4java.core.IJobSpec.IJobSpecField
 
getName() - Method in interface com.perforce.p4java.core.ILabelSummary
Get the label's name (the label's label, so to speak).
getName() - Method in interface com.perforce.p4java.core.IUserGroup
Get the group's name.
getName() - Method in class com.perforce.p4java.impl.generic.admin.DbSchema
 
getName() - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
getName() - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
getName() - Method in class com.perforce.p4java.impl.generic.core.Depot
 
getName() - Method in class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 
getName() - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
getName() - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
getName() - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
getOpenAction() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getOpenAction() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getOpenActionOwner() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getOpenActionOwner() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getOpenChangelistId() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getOpenChangelistId() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getOpenedFiles(List<IFileSpec>, boolean, String, int, int) - Method in interface com.perforce.p4java.server.IServer
If one or more Perforce file specs is passed-in, return the opened / locked status of each file (if known) within an IFileSpec object; otherwise return a list of all files known to be open for this Perforce client workspace.
getOpenType() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getOpenType() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getOpStatus() - Method in interface com.perforce.p4java.core.file.IFileOperationResult
Return the particular Perforce operation status associated with the specific Perforce file spec operation.
getOpStatus() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getOptions() - Method in interface com.perforce.p4java.client.IClientSummary
Get the Perforce client options associated with this client.
getOptions() - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
getOrder() - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
getOrder() - Method in interface com.perforce.p4java.core.IMapEntry
Get the order of this entry in the entry list, if known.
getOrder() - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
getOrder() - Method in class com.perforce.p4java.impl.generic.core.MapEntry
 
getOriginalPath() - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for getPath(ORIGINAL).
getOriginalPath() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getOriginalPathString() - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for getPathString(ORIGINAL).
getOriginalPathString() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getOtherAction() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the other action.
getOtherAction() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getOtherActionList() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getOtherActionList() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getOtherChangelist() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getOtherChangelist() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getOtherOpenList() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getOtherOpenList() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getOwnerName() - Method in interface com.perforce.p4java.client.IClientSummary
Get the name of the owner of this Perforce client.
getOwnerName() - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Get the name of the user who created this branch.
getOwnerName() - Method in interface com.perforce.p4java.core.IDepot
Get the Perforce user name of the depot's owner.
getOwnerName() - Method in interface com.perforce.p4java.core.ILabelSummary
Get the name of the owner of this label.
getOwnerName() - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
getOwnerName() - Method in class com.perforce.p4java.impl.generic.core.Depot
 
getOwnerName() - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
getOwnerName() - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
getOwners() - Method in interface com.perforce.p4java.core.IUserGroup
Get a list of owner names for this group.
getOwners() - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
getP4JDateString() - Static method in class com.perforce.p4java.Metadata
Return the P4Java date string associated with this instance.
getP4JVersionString() - Static method in class com.perforce.p4java.Metadata
Return the P4Java version string associated with this instance.
getPassword() - Method in interface com.perforce.p4java.core.IUser
 
getPassword() - Method in class com.perforce.p4java.impl.generic.core.User
 
getPath() - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
getPath(FilePath.PathType) - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the specific depot, client, local, or original Perforce file path associated with this file spec.
getPath() - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
getPath(FilePath.PathType) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getPathString(FilePath.PathType) - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the unannotated path string for this Perforce file.
getPathString() - Method in class com.perforce.p4java.impl.generic.core.file.FilePath
 
getPathString(FilePath.PathType) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getPathType() - Method in class com.perforce.p4java.impl.generic.core.file.FilePath
 
getPreferredPath() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the "preferred" path for this file spec.
getPreferredPath() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getPreferredPathString() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the (unannotated) "preferred" path string for this file spec.
getPreferredPathString() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getPresets() - Method in interface com.perforce.p4java.core.IJobSpec
Return a map of the possible presets for each known jobspec field.
getPresets() - Method in class com.perforce.p4java.impl.generic.core.JobSpec
 
getProperties() - Method in interface com.perforce.p4java.server.IServer
Return the Java properties associated with this server.
getProtectionEntries(boolean, String, String, String, List<IFileSpec>) - Method in interface com.perforce.p4java.server.IServer
Get a list of Perforce protection entries for the passed-in arguments.
getRawFields() - Method in interface com.perforce.p4java.core.IJob
 
getRawFields() - Method in class com.perforce.p4java.impl.generic.core.Job
 
getResolveAction() - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
getResolveAction() - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
getResolveBaseFile() - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
getResolveBaseFile() - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
getResolveBaseRevision() - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
getResolveBaseRevision() - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
getResolveEndFromRevision() - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
getResolveEndFromRevision() - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
getResolveFromFile() - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
getResolveFromFile() - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
getResolveRecords() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
getResolveRecords() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
getResolveStartFromRevision() - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
getResolveStartFromRevision() - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
getRevFromString(String) - Static method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getReviews(int, List<IFileSpec>) - Method in interface com.perforce.p4java.server.IServer
Get a list of all users who have subscribed to review the named files, the files in the numbered changelist, or all files by default.
getReviewSubscriptions() - Method in interface com.perforce.p4java.core.IUser
 
getReviewSubscriptions() - Method in class com.perforce.p4java.impl.generic.core.User
 
getRevision() - Method in interface com.perforce.p4java.core.file.IFileRevisionData
Get the revision ID associated with this revision.
getRevision() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
getRevisionHistory(int, boolean, boolean, boolean, boolean) - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the revision history of this Perforce file.
getRevisionHistory(int, boolean, boolean, boolean, boolean) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getRevisionHistory(List<IFileSpec>, int, boolean, boolean, boolean, boolean) - Method in interface com.perforce.p4java.server.IServer
Get the revision history data for one or more Perforce files.
getRevisionIntegrationData() - Method in interface com.perforce.p4java.core.file.IFileRevisionData
This method can be used to retrieve a (possibly-empty or even null) list of contributory integration data for revisions that have resulted from (or caused) a merge or branch.
getRevisionIntegrationData() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
getRevisionSpec() - Method in interface com.perforce.p4java.core.ILabelSummary
Get the optional revision specification for this label.
getRevisionSpec() - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
getRight() - Method in interface com.perforce.p4java.core.IMapEntry
Get the "right" entry for this mapping; equivalent to getRight(false).
getRight(boolean) - Method in interface com.perforce.p4java.core.IMapEntry
Get the "right" entry for this mapping.
getRight() - Method in class com.perforce.p4java.impl.generic.core.MapEntry
 
getRight(boolean) - Method in class com.perforce.p4java.impl.generic.core.MapEntry
 
getRoot() - Method in interface com.perforce.p4java.client.IClientSummary
Returns the root of this Perforce client.
getRoot() - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
getRpcFileSystemHelper() - Static method in class com.perforce.p4java.server.ServerFactory
Return the current SystemFileCommands helper, if any.
getScreenName() - Method in interface com.perforce.p4java.server.IServerImplMetadata
Return a short name for this implementation, intended for use in menu pulldowns, etc.
getServer() - Method in interface com.perforce.p4java.client.IClient
Return the IServer object representing the Perforce server associated with this Perforce client.
getServer() - Method in interface com.perforce.p4java.core.ILabel
Get the Perforce server object associated with this label.
getServer() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getServer() - Method in class com.perforce.p4java.impl.generic.core.Label
 
getServer() - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
getServer(String, Properties) - Static method in class com.perforce.p4java.server.ServerFactory
Return an IServer interface onto an underlying Perforce server at the host address specified by serverUriString using the protocol implementation and passed-in properties.
getServer(URI, Properties) - Static method in class com.perforce.p4java.server.ServerFactory
Deprecated. as of the 2009.2 release, use the getServer(String, Properties) method due to that Java's URI class does not accept hostnames with anything other than alphanumeric characters: even common hostnames like "perforce_p" will fail, often silently.
getServerAddress() - Method in class com.perforce.p4java.server.AuthTicket
 
getServerAddress() - Method in interface com.perforce.p4java.server.IServerInfo
 
getServerDate() - Method in interface com.perforce.p4java.server.IServerInfo
 
getServerInfo() - Method in interface com.perforce.p4java.server.IServer
Return a snapshot set of data on the Perforce server associated with this server interface.
getServerLicense() - Method in interface com.perforce.p4java.server.IServerInfo
 
getServerLicenseIp() - Method in interface com.perforce.p4java.server.IServerInfo
 
getServerProcesses() - Method in interface com.perforce.p4java.server.IServer
Return a list of Perforce server processes active on the Perforce server.
getServerRoot() - Method in interface com.perforce.p4java.server.IServerInfo
 
getServerUptime() - Method in interface com.perforce.p4java.server.IServerInfo
 
getServerVersion() - Method in interface com.perforce.p4java.server.IServerInfo
 
getServerVersionNumber() - Method in interface com.perforce.p4java.server.IServer
Get the Perforce version number of the Perforce server associated with this IServer object, if any.
getSeverityCode() - Method in interface com.perforce.p4java.core.file.IFileOperationResult
Get the Perforce severity code associated with the operation result.
getSeverityCode() - Method in exception com.perforce.p4java.exception.RequestException
Get the Perforce severity code associated with this exception, if any.
getSeverityCode() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getSize() - Method in class com.perforce.p4java.core.ViewMap
Return the number of elements in the associated entry list.
getSourceSpec() - Method in interface com.perforce.p4java.core.IBranchMapping
Get a branch view entry's "source" spec; this corresponds to the left entry of the associated mapping.
getSourceSpec() - Method in class com.perforce.p4java.impl.generic.core.BranchSpec.BranchViewMapping
 
getSSOCredentials(StringBuffer, String, String) - Method in interface com.perforce.p4java.server.callback.ISSOCallback
Return the Single Sign On (SSO) credentials for a specific Perforce server and Perforce user combination.
getStartFromRev() - Method in interface com.perforce.p4java.core.file.IFileSpec
Return the start "from" revision of the last integration, if any.
getStartFromRev() - Method in interface com.perforce.p4java.core.file.IRevisionIntegrationData
Get the start revision used in the integration.
getStartFromRev() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData.RevisionIntegrationData
 
getStartFromRev() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getStartRevision() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the start revision for this file spec, if any.
getStartRevision() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getStartRevision() - Method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
getStartToRev() - Method in interface com.perforce.p4java.core.file.IFileSpec
Return the start "to" revision of the last integration, if any.
getStartToRev() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getStatus() - Method in interface com.perforce.p4java.core.IChangelistSummary
Get the status of this changelist, if known.
getStatus() - Method in interface com.perforce.p4java.core.IFix
 
getStatus() - Method in interface com.perforce.p4java.core.IServerProcess
 
getStatus() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getStatus() - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
getStatus() - Method in class com.perforce.p4java.impl.generic.core.Fix
 
getStatus() - Method in class com.perforce.p4java.impl.generic.core.ServerProcess
 
getStatus() - Method in interface com.perforce.p4java.server.IServer
Return the current status of this server object.
getStatusMessage() - Method in interface com.perforce.p4java.core.file.IFileOperationResult
Return the status message associated with the operation (this may be an error or informational message, depending on the operation).
getStatusMessage() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getSubgroups() - Method in interface com.perforce.p4java.core.IUserGroup
Get the list of known subgroups of this groups.
getSubgroups() - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
getSubmitOptions() - Method in interface com.perforce.p4java.client.IClientSummary
Get the Perforce client changelist submit options associated with this client.
getSubmitOptions() - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
getSubmittedIntegrations(List<IFileSpec>, String, boolean) - Method in interface com.perforce.p4java.server.IServer
Get a list of submitted integrations for the passed-in filespecs.
getSubscription() - Method in interface com.perforce.p4java.core.IReviewSubscription
Get the review subscription.
getSubscription() - Method in class com.perforce.p4java.impl.generic.core.ReviewSubscription
 
getSuffix() - Method in interface com.perforce.p4java.core.IDepot
For spec depots, return the optional suffix (default '.p4s') for the generated paths associated with the depot; for other depot types, return null.
getSuffix() - Method in class com.perforce.p4java.impl.generic.core.Depot
 
getTargetSpec() - Method in interface com.perforce.p4java.core.IBranchMapping
Get a branch view entry's "target" spec; this corresponds to the right entry of the associated mapping.
getTargetSpec() - Method in class com.perforce.p4java.impl.generic.core.BranchSpec.BranchViewMapping
 
getTicket(String, String, String) - Static method in class com.perforce.p4java.server.AuthTicketsHelper
Get the first found ticket in the specified ticket file that matches the specified user name and server address.
getTicket(String, String) - Static method in class com.perforce.p4java.server.AuthTicketsHelper
Get the first found ticket in the specified ticket file that matches the specified server address.
getTickets(String) - Static method in class com.perforce.p4java.server.AuthTicketsHelper
Get all the tickets found in the file at the specified file path.
getTickets(File) - Static method in class com.perforce.p4java.server.AuthTicketsHelper
Get all the tickets found in the specified file.
getTicketValue() - Method in class com.perforce.p4java.server.AuthTicket
 
getTicketValue(String, String, String) - Static method in class com.perforce.p4java.server.AuthTicketsHelper
Get the first found ticket value that matches the specified user name and server address.
getTime() - Method in interface com.perforce.p4java.core.IServerProcess
 
getTime() - Method in class com.perforce.p4java.impl.generic.core.ServerProcess
 
getTimeout() - Method in interface com.perforce.p4java.core.IUserGroup
Get the timeout value for commands by members of this group.
getTimeout() - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
getTmpFile() - Method in class com.perforce.p4java.impl.generic.core.TempFileInputStream
 
getToCharsetName() - Method in class com.perforce.p4java.CharsetConverter
Get charset name of to charset used to encode
getToFile() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the "to" file for the integration, if it exists.
getToFile() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getTraceLevel() - Method in interface com.perforce.p4java.server.callback.ILogCallback
Return the trace level being used in the callback.
getType() - Method in interface com.perforce.p4java.core.IMapEntry
Return the view map type of this entry.
getType() - Method in class com.perforce.p4java.impl.generic.core.MapEntry
 
getUpdate() - Method in interface com.perforce.p4java.core.IUserSummary
 
getUpdate() - Method in class com.perforce.p4java.impl.generic.core.UserSummary
 
getUpdated() - Method in interface com.perforce.p4java.client.IClientSummary
Get the date the client's specification was last modified.
getUpdated() - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Get the date specification was last modified.
getUpdated() - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
getUpdated() - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
getUpper() - Method in interface com.perforce.p4java.core.file.IFileAnnotation
Get the upper version number for the associated annotation.
getUpper() - Method in class com.perforce.p4java.impl.generic.core.file.FileAnnotation
 
getUriScheme() - Method in interface com.perforce.p4java.server.IServerImplMetadata
Get the URI scheme part to be used to specify this implementation to the server factory.
getUser(String) - Method in interface com.perforce.p4java.server.IServer
Get the user details of a specific Perforce user from the Perforce server.
getUserGroup(String) - Method in interface com.perforce.p4java.server.IServer
Get the named Perforce user group.
getUserGroups(String, boolean, boolean, int) - Method in interface com.perforce.p4java.server.IServer
Get a list of Perforce user groups from the server.
getUserName() - Method in interface com.perforce.p4java.core.file.IFileRevisionData
Get the Perforce user name associated with this revision.
getUserName() - Method in interface com.perforce.p4java.core.file.IFileSpec
Return the Perforce user name of the file's owner, or null if this is not set or known.
getUsername() - Method in interface com.perforce.p4java.core.IChangelistSummary
Get the user name of the user associated with this changelist.
getUserName() - Method in interface com.perforce.p4java.core.IFix
 
getUserName() - Method in interface com.perforce.p4java.core.IServerProcess
 
getUsername() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
getUsername() - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
getUserName() - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
getUserName() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
getUserName() - Method in class com.perforce.p4java.impl.generic.core.Fix
 
getUserName() - Method in class com.perforce.p4java.impl.generic.core.ServerProcess
 
getUserName() - Method in class com.perforce.p4java.server.AuthTicket
 
getUserName() - Method in interface com.perforce.p4java.server.IServer
Return the user name currently associated with this server, if any.
getUserName() - Method in interface com.perforce.p4java.server.IServerInfo
 
getUsers() - Method in interface com.perforce.p4java.core.IUserGroup
Get a list of user names for this group.
getUsers() - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
getUsers(List<String>, int) - Method in interface com.perforce.p4java.server.IServer
Get a list of Perforce users known to this Perforce server.
getValidFileSpecs(List<IFileSpec>) - Static method in class com.perforce.p4java.core.file.FileSpecBuilder
Given a list of file specs, return a list of the valid file specs in that list.
getValidP4JCmdSpec(String) - Static method in enum com.perforce.p4java.server.CmdSpec
Return non-null p4j cmd spec iff the passed-in string can be decoded as a valid P4CJCmdSpec.
getValue(String) - Static method in enum com.perforce.p4java.client.IClientSummary.ClientLineEnd
A slightly looser valueOf(String)
getValues() - Method in interface com.perforce.p4java.core.IJobSpec
Return a map of the values 'select' fields can have for each relevant jobspec field.
getValues() - Method in class com.perforce.p4java.impl.generic.core.JobSpec
 
getVersion() - Method in interface com.perforce.p4java.admin.IDbSchema
Get the table schema version.
getVersion() - Method in class com.perforce.p4java.impl.generic.admin.DbSchema
 
getViewMapping() - Method in interface com.perforce.p4java.core.ILabel
Get the view mapping for this label.
getViewMapping() - Method in interface com.perforce.p4java.core.ILabelMapping
Get a label view entry's "source" spec; this corresponds to the left entry of the associated mapping.
getViewMapping() - Method in class com.perforce.p4java.impl.generic.core.Label
 
getViewMapping() - Method in class com.perforce.p4java.impl.generic.core.Label.LabelMapping
 
getWorkingDirectory() - Method in interface com.perforce.p4java.server.IServer
Get the underlying server's notion of the current working directory.
getWorkRev() - Method in interface com.perforce.p4java.core.file.IFileSpec
Get the work revision.
getWorkRev() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 

H

hashCode() - Method in class com.perforce.p4java.server.AuthTicket
 
hasNonRevisionAnnotations(String) - Static method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Return non-negative index of first non-revision Perforce annotations match in the string if the passed-in string is not null and has label, changelist, date, etc., specs appended.
hasPerforceAnnotations(String) - Static method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Return true if the passed-in path is not null and has Perforce file metadata appended to it.
hasRevisionAnnotations(String) - Static method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Return non-negative index of first non-revision Perforce annotations match in the string if the passed-in string is not null has Perforce revision annotations appended to it.
HAVE_REVISION - Static variable in interface com.perforce.p4java.core.file.IFileSpec
The symbolic value used to signal the "have" revision.
HAVE_REVISION_STRING - Static variable in interface com.perforce.p4java.core.file.IFileSpec
The string used by the Perforce server to signal a "have" revision.
haveList(List<IFileSpec>) - Method in interface com.perforce.p4java.client.IClient
Return a list of all Perforce-managed files and versions that the Perforce server believes this Perforce client workspace has as of the latest sync.
haveList(List<IFileSpec>) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
HEAD_REVISION - Static variable in interface com.perforce.p4java.core.file.IFileSpec
The symbolic value used to signal the head revision.
HEAD_REVISION_STRING - Static variable in interface com.perforce.p4java.core.file.IFileSpec
The string used by the Perforce server to signal a head revision.
hostName - Variable in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 

I

IBranchMapping - Interface in com.perforce.p4java.core
Defines an individual Perforce branch view mapping between a source path and a target path.
IBranchSpec - Interface in com.perforce.p4java.core
Defines a full Perforce branch specification for use in Perforce integrate (merge) commands.
IBranchSpecSummary - Interface in com.perforce.p4java.core
Defines the summary Perforce branch metadata typically returned by the getBranchSummaryList() method, corresponding to "p4 branches" and similar.
IChangelist - Interface in com.perforce.p4java.core
Describes a Perforce changelist.
IChangelist.Type - Enum in com.perforce.p4java.core
Changelist types used when running a 'p4 changes' with the -s flag
IChangelistSummary - Interface in com.perforce.p4java.core
Defines the methods and operations available on Perforce changelist summaries returned from the server.
IClient - Interface in com.perforce.p4java.client
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 - Interface in com.perforce.p4java.client
Lightweight Perforce client interface that defines summary client metadata and associated operations, without providing client views or actual client-related operations.
IClientSummary.ClientLineEnd - Enum in com.perforce.p4java.client
Defines the line end options available for text files.
IClientSummary.IClientOptions - Interface in com.perforce.p4java.client
Defines what options are available or set (or whatever) for a specific Perforce Client.
IClientSummary.IClientSubmitOptions - Interface in com.perforce.p4java.client
Defines the options to be used when submitting Perforce changelists associated with this Perforce client.
IClientViewMapping - Interface in com.perforce.p4java.client
Defines an individual Perforce client view mapping between a depot file and a local Perforce client file.
ICommandCallback - Interface in com.perforce.p4java.server.callback
Provides a simple server command and command results notification callback interface for P4Java consumers.
id - Variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
IDbSchema - Interface in com.perforce.p4java.admin
Defines Perforce DB schema associated with a Perforce server (admin / superuser feature).
IDepot - Interface in com.perforce.p4java.core
Provides an interface onto, and a set of methods to access a specific Perforce depot contained in a Perforce server.
IDepot.DepotType - Enum in com.perforce.p4java.core
 
IExtendedFileSpec - Interface in com.perforce.p4java.core.file
Extends the basic IFileSpec with methods and fields for use with the Perforce server statFiles() and other specialized methods.
IFileAnnotation - Interface in com.perforce.p4java.core.file
Describes a Perforce file annotation as returned from the annotation command.
IFileOperationResult - Interface in com.perforce.p4java.core.file
Defines the broadest operations available on file specs returned from Perforce file operations.
IFileRevisionData - Interface in com.perforce.p4java.core.file
Describes a Perforce file revision in detail, including the changelist number and associated description, action, user, etc.
IFileSpec - Interface in com.perforce.p4java.core.file
Defines the basic set of information and operations on a Perforce file under P4Java, and performs as the common currency for a lot of file-list based methods, usually encapsulated as Java lists as both input and output for common server and client file-based methods such as where, sync, add, etc.
IFix - Interface in com.perforce.p4java.core
Describes a Perforce job fix record.
IJob - Interface in com.perforce.p4java.core
The minimal Perforce job interface.
IJobSpec - Interface in com.perforce.p4java.core
Metadata definitions for jobs associated with a specific server.
IJobSpec.IJobSpecField - Interface in com.perforce.p4java.core
Interface onto the main jobspec field specifier.
ILabel - Interface in com.perforce.p4java.core
Defines and describes a Perforce label.
ILabelMapping - Interface in com.perforce.p4java.core
Extends IMapEntry to provide a Perforce label-specific view map entry type.
ILabelSummary - Interface in com.perforce.p4java.core
Defines summary information for Perforce labels.
ILogCallback - Interface in com.perforce.p4java.server.callback
General P4Java-wide logger callback interface.
ILogCallback.LogTraceLevel - Enum in com.perforce.p4java.server.callback
Defines the various trace levels available.
ILookahead - Interface in com.perforce.p4java
Interface for use by CharsetConverter to query for more bytes to convert based on the last character decoded.
IMapEntry - Interface in com.perforce.p4java.core
Defines an individual view map entry.
IMapEntry.EntryType - Enum in com.perforce.p4java.core
Defines the specific type of a given view map entry.
info(String) - Static method in class com.perforce.p4java.Log
Report a P4Java-internal informational event to the log callback (if it exists).
InputMapper - Class in com.perforce.p4java.impl.generic.core
A useful class with methods to map certain classes to maps suitable for feeding to the IServer execMapCmd method's input map.
InputMapper() - Constructor for class com.perforce.p4java.impl.generic.core.InputMapper
 
integrateFiles(int, boolean, IntegrationOptions, String, IFileSpec, IFileSpec) - Method in interface com.perforce.p4java.client.IClient
Integrate ("merge") from one Perforce filespec to another.
integrateFiles(int, boolean, IntegrationOptions, String, IFileSpec, IFileSpec) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
IntegrationOptions - Class in com.perforce.p4java.core.file
A helper class to gather together some of the (infinitely complex) less-common options available to the integrate method in one object.
IntegrationOptions() - Constructor for class com.perforce.p4java.core.file.IntegrationOptions
Default constructor; will generate a suitable IntegrationOptions object with typically-safe and useful default options values for straightforward file-to-file integrations.
IntegrationOptions(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, String[]) - Constructor for class com.perforce.p4java.core.file.IntegrationOptions
Explicit-value constructor.
internalError(String) - Method in interface com.perforce.p4java.server.callback.ILogCallback
Report a P4Java-internal error.
internalException(Throwable) - Method in interface com.perforce.p4java.server.callback.ILogCallback
Report an unexpected or otherwise interesting exception seen internally.
internalInfo(String) - Method in interface com.perforce.p4java.server.callback.ILogCallback
Report a P4Java-internal informational event.
internalStats(String) - Method in interface com.perforce.p4java.server.callback.ILogCallback
Report some P4Java-internal statistics.
internalTrace(ILogCallback.LogTraceLevel, String) - Method in interface com.perforce.p4java.server.callback.ILogCallback
Report an internal P4Java trace message at the passed-in trace level.
internalWarn(String) - Method in interface com.perforce.p4java.server.callback.ILogCallback
Report a P4Java-internal warning.
IProgressCallback - Interface in com.perforce.p4java.server.callback
Provides a simple server command and command progress callback and control interface for P4Java consumers.
IProtectionEntry - Interface in com.perforce.p4java.admin
Describes a protection entry (line) in a Perforce protection table.
IResolveRecord - Interface in com.perforce.p4java.core.file
Integration resolve action records as returned by getExtendedFiles with the equivalent of the fstat -Or option.
IReviewSubscription - Interface in com.perforce.p4java.core
Defines the view mapping for Perforce user review subscriptions.
IRevisionIntegrationData - Interface in com.perforce.p4java.core.file
Used to specify Perforce file integration data in short form for specific file revisions.
isAllRevs() - Method in class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
isAllWrite() - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
isAllWrite() - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
isBaselessMerge() - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
isBidirectionalInteg() - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
isBothPathTypes() - Method in class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
isClobber() - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
isClobber() - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
isCompress() - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
isCompress() - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
isConnected() - Method in interface com.perforce.p4java.server.IServer
Return true iff and the server object is connected to the associated Perforce server.
isDefault() - Method in interface com.perforce.p4java.server.IServerImplMetadata
Returns true IFF this implementation will be used if the non-specific implementation scheme "p4j" is provided in the URI passed in to the server factory.
isDisplayBaseDetails() - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
isDontCopyToClient() - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
IServer - Interface in com.perforce.p4java.server
Provides an interface onto a Perforce SCM server.
IServerImplMetadata - Interface in com.perforce.p4java.server
Provides an interface onto information about Perforce server implementations available through the server factory.
IServerImplMetadata.ImplType - Enum in com.perforce.p4java.server
Describes the various known implementation types.
IServerInfo - Interface in com.perforce.p4java.server
Provides a snapshot onto what the Perforce server knows about both itself and the Perforce client.
IServerProcess - Interface in com.perforce.p4java.core
Defines the fields available for each Perforce server process object returned from the IServer getServerProcessList method.
IServerResource - Interface in com.perforce.p4java.core
Defines methods available on all participating objects returned from P4Java server and client methods that represent server-side objects such as changelists, jobs, etc.
isExcludeLocalPath() - Method in class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
isFileSizeDigest() - Method in class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
isForce() - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
isGroup() - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
isGroup() - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
isLeaveunchanged() - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
isLeaveunchanged() - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
isLeaveunchangedReopen() - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
isLeaveunchangedReopen() - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
isLocked() - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
isLocked() - Method in interface com.perforce.p4java.core.file.IFileSpec
Returns true if the associated file has been locked.
isLocked() - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Return true if the branch spec is locked.
isLocked() - Method in interface com.perforce.p4java.core.ILabelSummary
Return the "locked" status for this label.
isLocked() - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
isLocked() - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
isLocked() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
isLocked() - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
isMapped() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
isMapped() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
isMappedFiles() - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
isModtime() - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
isModtime() - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
isMonitorEnabled() - Method in interface com.perforce.p4java.server.IServerInfo
 
isOpenedFiles() - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
isOpenedNeedsResolvingFiles() - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
isOpenedNotHeadRevFiles() - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
isOpenedResolvedFiles() - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
isOtherLocked() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
isOtherLocked() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
isPendingIntegrationRecs() - Method in class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
isPropagateType() - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
isResolved() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
isResolved() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
isReverseMapping() - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
isRevertunchanged() - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
isRevertunchanged() - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
isRevertunchangedReopen() - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
isRevertunchangedReopen() - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
isRmdir() - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
isRmdir() - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
isShelved() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
isShelved() - Method in interface com.perforce.p4java.core.IChangelistSummary
Does this changelist contain at least one shelved file? This only applies to changelists whose IChangelistSummary.getStatus() is ChangelistStatus.PENDING
isShelved() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
isShelved() - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
isShelved() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
isShelvedFiles() - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
ISSOCallback - Interface in com.perforce.p4java.server.callback
Defines the Perforce Single Sign On (SSO) callback interface.
ISSOCallback.Status - Enum in com.perforce.p4java.server.callback
SSO callback return status.
isSubGroup() - Method in interface com.perforce.p4java.core.IUserGroup
Return true if this group is a sub group of another group on this server.
isSubGroup() - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
isSubmitunchanged() - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
isSubmitunchanged() - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
isSubmitunchangedReopen() - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
isSubmitunchangedReopen() - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
issuingServerCommand(int, String) - Method in interface com.perforce.p4java.server.callback.ICommandCallback
Report that P4Java is about to issue a Perforce server command.
isSupported(String) - Static method in class com.perforce.p4java.server.PerforceCharsets
Is the P4 charset name specified supported?
isSymlink(String) - Method in interface com.perforce.p4java.impl.generic.sys.ISystemFileCommandsHelper
Return true iff the file exists and is a symbolic link.
isSyncedFiles() - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
isTracingAtLevel(ILogCallback.LogTraceLevel) - Static method in class com.perforce.p4java.Log
Return true if the
isTracingAtLevel(ILogCallback.LogTraceLevel) - Static method in class com.perforce.p4java.Tracer
 
isUnicodeEnabled() - Method in interface com.perforce.p4java.server.IServerInfo
 
isUnmap() - Method in interface com.perforce.p4java.core.file.IFileSpec
Return if this file spec is not mapped.
isUnmap() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
isUnresolved() - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
isUnresolved() - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
isUseHaveRev() - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
isValidP4JCmdSpec(String) - Static method in enum com.perforce.p4java.server.CmdSpec
Return true iff the passed-in string can be decoded as a valid P4CJCmdSpec.
isWsOption() - Method in enum com.perforce.p4java.core.file.DiffType
Return true if this is a "whitespace option", i.e.
ISystemFileCommandsHelper - Interface in com.perforce.p4java.impl.generic.sys
An interface that specifies a set of useful file-level functions (such as recognizing a symbolic link or setting writable or executable bits) that are not always implemented by vanilla Java installations, and that can be used by P4Java to implement these file operations when the surrounding JVm or JDK does not do a good job.
iterator() - Method in class com.perforce.p4java.core.ViewMap
 
IUser - Interface in com.perforce.p4java.core
Defines a full Perforce user object.
IUserGroup - Interface in com.perforce.p4java.core
Defines Perforce user group attributes and methods.
IUserSummary - Interface in com.perforce.p4java.core
Defines a Perforce user summary as returned from an IServer getUsers method and similar.

J

Job - Class in com.perforce.p4java.impl.generic.core
Simple generic default implementation class for the IJob interface.
Job(IServer, Map<String, Object>) - Constructor for class com.perforce.p4java.impl.generic.core.Job
 
Job(IServer, Map<String, Object>, boolean) - Constructor for class com.perforce.p4java.impl.generic.core.Job
 
JOBS_KEY - Static variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
JobSpec - Class in com.perforce.p4java.impl.generic.core
Simple generic default implementation class for the IJobSpec interface.
JobSpec() - Constructor for class com.perforce.p4java.impl.generic.core.JobSpec
 
JobSpec(Map<String, Object>, IServer) - Constructor for class com.perforce.p4java.impl.generic.core.JobSpec
 
JobSpec.JobSpecField - Class in com.perforce.p4java.impl.generic.core
 
JobSpec.JobSpecField() - Constructor for class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 
JobSpec.JobSpecField(String) - Constructor for class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 

L

label - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
label - Variable in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
Label - Class in com.perforce.p4java.impl.generic.core
Default implementation class for the ILabel interface.
Label() - Constructor for class com.perforce.p4java.impl.generic.core.Label
Default constructor; sets all inherited and local fields to null or false; calls super(false).
Label(String, String, Date, Date, String, String, boolean, ViewMap<ILabelMapping>) - Constructor for class com.perforce.p4java.impl.generic.core.Label
Explicit-value constructor.
Label(Map<String, Object>, IServer) - Constructor for class com.perforce.p4java.impl.generic.core.Label
Construct a new Label from the map passed back from the IServer's getLabel method or from a similar map, and the current server object (if any).
Label(ILabelSummary) - Constructor for class com.perforce.p4java.impl.generic.core.Label
Given an ILabelSummary object, construct a new Label object from it.
Label.LabelMapping - Class in com.perforce.p4java.impl.generic.core
 
Label.LabelMapping() - Constructor for class com.perforce.p4java.impl.generic.core.Label.LabelMapping
Default constructor -- calls super() only.
Label.LabelMapping(int, String) - Constructor for class com.perforce.p4java.impl.generic.core.Label.LabelMapping
Explicit value constructor -- calls super(order, labelMapping).
LabelSummary - Class in com.perforce.p4java.impl.generic.core
Default implementation of the ILabelSumamry interface.
LabelSummary() - Constructor for class com.perforce.p4java.impl.generic.core.LabelSummary
Default constructor -- set all fields to null or false.
LabelSummary(boolean) - Constructor for class com.perforce.p4java.impl.generic.core.LabelSummary
Construct an empty LabelSummary and appropriately initialize the ServerResource superclass fields according to whether this summary a summary only or part of the full Label class.
LabelSummary(Map<String, Object>) - Constructor for class com.perforce.p4java.impl.generic.core.LabelSummary
Construct a LabelSummary from a map returned from the Perforce server's getLabelSummaryList.
labelSync(List<IFileSpec>, String, boolean, boolean, boolean) - Method in interface com.perforce.p4java.client.IClient
Perform a label sync operation for this client.
labelSync(List<IFileSpec>, String, boolean, boolean, boolean) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
lastAccess - Variable in class com.perforce.p4java.impl.generic.core.LabelSummary
 
lastUpdate - Variable in class com.perforce.p4java.impl.generic.core.LabelSummary
 
LEAVE_UNCHANGED - Static variable in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
LEAVE_UNCHANGED - leaveunchanged
LEAVE_UNCHANGED_REOPEN - Static variable in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
LEAVE_UNCHANGED_REOPEN - leaveunchanged+reopen
left - Variable in class com.perforce.p4java.impl.generic.core.MapEntry
 
lineEnd - Variable in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
LINESEP_PROPS_KEY - Static variable in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
The key for the system-wide line separator.
LOCAL - Static variable in class com.perforce.p4java.CharsetDefs
The current "local" JVM charset, as taken from the JVM itself.
LOCAL_NAME - Static variable in class com.perforce.p4java.CharsetDefs
The canonical name of the local JVM charset.
localLineEndStr - Static variable in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
The local line end string, as retrieved from the system properties.
localPath - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
locked - Variable in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
locked - Variable in class com.perforce.p4java.impl.generic.core.LabelSummary
 
LOCKED_VALUE - Static variable in class com.perforce.p4java.impl.generic.core.LabelSummary
 
lockFiles(List<IFileSpec>, int) - Method in interface com.perforce.p4java.client.IClient
Lock an opened file against changelist submission.
lockFiles(List<IFileSpec>, int) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
Log - Class in com.perforce.p4java
Simple P4Java-wide logger class based on the ILogCallback callback interface.
Log() - Constructor for class com.perforce.p4java.Log
 
login(String, boolean) - Method in interface com.perforce.p4java.server.IServer
Log the current user (if any) in to a Perforce server, optionally arranging to be logged in for all hosts.
login(String) - Method in interface com.perforce.p4java.server.IServer
Convenience method for login(password, false).
logout() - Method in interface com.perforce.p4java.server.IServer
Log the current Perforce user out of a Perforce server session.

M

makeFileSpecList(String[]) - Static method in class com.perforce.p4java.core.file.FileSpecBuilder
Given an array of file paths (which might include revision or label specs, etc.), return a corresponding list of file specs.
makeFileSpecList(String) - Static method in class com.perforce.p4java.core.file.FileSpecBuilder
Create a list containing a single file spec created from the specified path.
map(IChangelist, boolean) - Static method in class com.perforce.p4java.impl.generic.core.InputMapper
Map a P4Java changelist to an IServer input map.
map(IChangelist) - Static method in class com.perforce.p4java.impl.generic.core.InputMapper
Map a P4Java changelist to an IServer input map.
map(IClient) - Static method in class com.perforce.p4java.impl.generic.core.InputMapper
Map a P4Java client object to an IServer input map.
map(ILabel) - Static method in class com.perforce.p4java.impl.generic.core.InputMapper
Map a P4Java label object to an IServer input map.
map(IUser) - Static method in class com.perforce.p4java.impl.generic.core.InputMapper
Map a P4Java IUsers object to an IServer input map.
map(IUserGroup) - Static method in class com.perforce.p4java.impl.generic.core.InputMapper
Map a P4Java IUserGroup object to an IServer input map.
map(IBranchSpec) - Static method in class com.perforce.p4java.impl.generic.core.InputMapper
 
MapEntry - Class in com.perforce.p4java.impl.generic.core
Default implementation of the IMapEntry interface.
MapEntry() - Constructor for class com.perforce.p4java.impl.generic.core.MapEntry
Default constructor.
MapEntry(int, String, String) - Constructor for class com.perforce.p4java.impl.generic.core.MapEntry
Construct a suitable MapEntry from the passed-in arguments, inferring the entry type from any suitable prefixes on the passed-in left string.
MapEntry(int, IMapEntry.EntryType, String, String) - Constructor for class com.perforce.p4java.impl.generic.core.MapEntry
Explicit-value constructor.
MapEntry(int, String) - Constructor for class com.perforce.p4java.impl.generic.core.MapEntry
Attempts to construct a new MapEntry by parsing the passed-in string into type, left, and right components; assumes that the passed-in string is in the format specified by parseViewString (below).
MapEntry(IMapEntry) - Constructor for class com.perforce.p4java.impl.generic.core.MapEntry
Copy constructor.
MAX_CRED_LENGTH - Static variable in interface com.perforce.p4java.server.callback.ISSOCallback
Maximum length in bytes allowed for the SSO credentials sent back to the Perforce server.
MERGE_TMP_FILENAME_KEY - Static variable in class com.perforce.p4java.impl.mapbased.client.Client
 
MessageGenericCode - Class in com.perforce.p4java.exception
Defines known Perforce error message generic codes.
MessageGenericCode() - Constructor for class com.perforce.p4java.exception.MessageGenericCode
 
MessageSeverityCode - Class in com.perforce.p4java.exception
Defines known Perforce error severity codes.
MessageSeverityCode() - Constructor for class com.perforce.p4java.exception.MessageSeverityCode
 
MessageSubsystemCode - Class in com.perforce.p4java.exception
Defines known Perforce message error subsystem codes as returned from the P4Java message and exception system.
MessageSubsystemCode() - Constructor for class com.perforce.p4java.exception.MessageSubsystemCode
 
Metadata - Class in com.perforce.p4java
Defines public version, date, etc., metadata about the P4Java API.
Metadata() - Constructor for class com.perforce.p4java.Metadata
 
move(int, boolean, boolean, String, IFileSpec) - Method in interface com.perforce.p4java.core.file.IFileSpec
Move this file if it's already opened for edit or add (the fromFile) to the destination file (the toFile).
move(int, boolean, boolean, String, IFileSpec) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
moveFile(int, boolean, boolean, String, IFileSpec, IFileSpec) - Method in interface com.perforce.p4java.server.IServer
Move a file already opened for edit or add (the fromFile) to the destination file (the toFile).

N

name - Variable in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
name - Variable in class com.perforce.p4java.impl.generic.core.LabelSummary
 
name - Variable in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
needsLineEndFiltering(ClientLineEnding) - Static method in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
Determine whether we really need to translate newlines.
NEW_KEY - Static variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
NO_FILE_REVISION - Static variable in interface com.perforce.p4java.core.file.IFileSpec
Value that signals that no Perforce file revision is (currently) associated with a file spec.
NO_MAP_ORDER - Static variable in class com.perforce.p4java.impl.generic.client.ClientView.ClientViewMapping
 
NO_REVISION_STRING - Static variable in interface com.perforce.p4java.core.file.IFileSpec
String representation for the NO_FILE_REVISION value.
NONE_REVISION - Static variable in interface com.perforce.p4java.core.file.IFileSpec
Value used to signal "none" file revision explicitly.
NONE_REVISION_STRING - Static variable in interface com.perforce.p4java.core.file.IFileSpec
The string used by the Perforce server to signal no revision specified.
NONREV_PFX - Static variable in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
The string used to start Perforce file label / changelist / date metadata annotations.
NoSuchObjectException - Exception in com.perforce.p4java.exception
Exception class to use to signal missing objects within p4java; this is not used for missing objects on the Perforce server side.
NoSuchObjectException() - Constructor for exception com.perforce.p4java.exception.NoSuchObjectException
 
NoSuchObjectException(String, Throwable) - Constructor for exception com.perforce.p4java.exception.NoSuchObjectException
 
NoSuchObjectException(String) - Constructor for exception com.perforce.p4java.exception.NoSuchObjectException
 
NoSuchObjectException(Throwable) - Constructor for exception com.perforce.p4java.exception.NoSuchObjectException
 
NOVERSION - Static variable in interface com.perforce.p4java.admin.IDbSchema
What getVersion returns if there was no version number returned from the server.
NullPointerError - Error in com.perforce.p4java.exception
Error class used to signal null pointers.
NullPointerError() - Constructor for error com.perforce.p4java.exception.NullPointerError
 
NullPointerError(String, Throwable) - Constructor for error com.perforce.p4java.exception.NullPointerError
 
NullPointerError(String) - Constructor for error com.perforce.p4java.exception.NullPointerError
 
NullPointerError(Throwable) - Constructor for error com.perforce.p4java.exception.NullPointerError
 

O

openedFiles(List<IFileSpec>, int, int) - Method in interface com.perforce.p4java.client.IClient
If one or more Perforce file specs is passed-in, return the opened / locked status of each file (if known) within an IFileSpec object; otherwise return a list of all files known to be open for this Perforce client workspace.
openedFiles(List<IFileSpec>, int, int) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
opStatus - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
options - Variable in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
order - Variable in class com.perforce.p4java.impl.generic.core.MapEntry
 
ORDER_UNKNOWN - Static variable in interface com.perforce.p4java.core.IMapEntry
 
originalPath - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
OVERLAY_PREFIX - Static variable in interface com.perforce.p4java.core.IMapEntry
 
ownerName - Variable in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
ownerName - Variable in class com.perforce.p4java.impl.generic.core.LabelSummary
 
ownerName - Variable in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 

P

P4JAVA_PROP_KEY_PREFIX - Static variable in class com.perforce.p4java.PropertyDefs
The standard default P4Java server properties key prefix.
P4JAVA_PROPS_KEY_PREFIX - Static variable in class com.perforce.p4java.Metadata
The Java properties key prefix use to pick up P4Java properties from the passed-in properties, etc.
P4JAVA_TMP_DIR_KEY - Static variable in class com.perforce.p4java.PropertyDefs
Property name key for the P4Java API's temporary directory.
P4JavaError - Error in com.perforce.p4java.exception
Class intended to be used to signal unrecoverable errors that a client or other package should probably not handle or that signal serious errors without known fixes.
P4JavaError() - Constructor for error com.perforce.p4java.exception.P4JavaError
 
P4JavaError(String) - Constructor for error com.perforce.p4java.exception.P4JavaError
 
P4JavaError(Throwable) - Constructor for error com.perforce.p4java.exception.P4JavaError
 
P4JavaError(String, Throwable) - Constructor for error com.perforce.p4java.exception.P4JavaError
 
P4JavaException - Exception in com.perforce.p4java.exception
Superclass for all P4Java-generated exceptions.
P4JavaException() - Constructor for exception com.perforce.p4java.exception.P4JavaException
 
P4JavaException(String, Throwable) - Constructor for exception com.perforce.p4java.exception.P4JavaException
 
P4JavaException(String) - Constructor for exception com.perforce.p4java.exception.P4JavaException
 
P4JavaException(Throwable) - Constructor for exception com.perforce.p4java.exception.P4JavaException
 
parseGroupIntValue(String) - Method in class com.perforce.p4java.impl.generic.core.UserGroup
Parse a Perforce server-side string representing a user group integer value (such as timeout).
parseViewMappingString(String) - Static method in class com.perforce.p4java.impl.generic.core.MapEntry
Attempt to parse a string to get left and right view mapping elements out of it along with the optional EntryType spec on any left view strings.
PASSWORD_KEY - Static variable in class com.perforce.p4java.PropertyDefs
Property key for a Perforce password set though the P4Java properties mechanism.
PASSWORD_KEY_SHORTFORM - Static variable in class com.perforce.p4java.PropertyDefs
Short form password key.
PathAnnotations - Class in com.perforce.p4java.impl.generic.core.file
Conveniently bundles up possible Perforce path-based metadata annotations and associated operations.
PathAnnotations() - Constructor for class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Construct a PathAnnotations object with default field values:
startRev, endRev = IFileSpec.NO_FILE_REVISION;
date, label = null;
changelist = IChangelist.UNKNOWN.
PathAnnotations(int, int, Date, int, String) - Constructor for class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Construct a PathAnnotations object from explicit candidate field values.
PathAnnotations(IFileSpec) - Constructor for class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Construct a PathAnnotations object for a specific file spec.
PathAnnotations(String) - Constructor for class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Construct a PathAnnotations object from the passed-in string, which is assumed to contain a path string with optional Perforce annotations.
pathString - Variable in class com.perforce.p4java.impl.generic.core.file.FilePath
 
pathType - Variable in class com.perforce.p4java.impl.generic.core.file.FilePath
 
PERFORCE_SERVER_LINE_END_BYTE - Static variable in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
What the Perforce server uses internally to signal line end.
PerforceCharsets - Class in com.perforce.p4java.server
Encapsulates Perforce-wide charset information for servers.
PerforceCharsets() - Constructor for class com.perforce.p4java.server.PerforceCharsets
 
PROG_NAME_DEFAULT - Static variable in class com.perforce.p4java.PropertyDefs
Default calling-program name to use if no calling program property is set with the PROG_NAME_KEY key, above.
PROG_NAME_KEY - Static variable in class com.perforce.p4java.PropertyDefs
Properties key for the calling-program name.
PROG_NAME_KEY_SHORTFORM - Static variable in class com.perforce.p4java.PropertyDefs
Short form program name key.
PROG_VERSION_DEFAULT - Static variable in class com.perforce.p4java.PropertyDefs
Default calling-program version to use if no calling program property is set with the PROG_VERSION_KEY key, above.
PROG_VERSION_KEY - Static variable in class com.perforce.p4java.PropertyDefs
Properties key for the calling-program version.
PROG_VERSION_KEY_SHORTFORM - Static variable in class com.perforce.p4java.PropertyDefs
Short form program version key.
PropertyDefs - Class in com.perforce.p4java
Defines keys and default values for common and useful P4Java-wide properties.
PropertyDefs() - Constructor for class com.perforce.p4java.PropertyDefs
 
ProtectionEntry - Class in com.perforce.p4java.impl.generic.admin
Default IProtectionEntry implementation class.
ProtectionEntry() - Constructor for class com.perforce.p4java.impl.generic.admin.ProtectionEntry
Default constructor -- sets all fields to null, zero, or false.
ProtectionEntry(int, String, boolean, String, String, String) - Constructor for class com.perforce.p4java.impl.generic.admin.ProtectionEntry
Explicit-value constructor.
ProtectionEntry(Map<String, Object>, int) - Constructor for class com.perforce.p4java.impl.generic.admin.ProtectionEntry
Constructs a ProtectionEntry from the passed-in map; this map must have come from a Perforce IServer method call or it may fail.
ProtocolError - Error in com.perforce.p4java.exception
Signals a serious and probably unrecoverable protocol error in an underlying transport layer.
ProtocolError() - Constructor for error com.perforce.p4java.exception.ProtocolError
 
ProtocolError(String) - Constructor for error com.perforce.p4java.exception.ProtocolError
 
ProtocolError(Throwable) - Constructor for error com.perforce.p4java.exception.ProtocolError
 
ProtocolError(String, Throwable) - Constructor for error com.perforce.p4java.exception.ProtocolError
 

R

receivedServerErrorLine(int, String) - Method in interface com.perforce.p4java.server.callback.ICommandCallback
Report receiving an error message result from the Perforce server.
receivedServerInfoLine(int, String) - Method in interface com.perforce.p4java.server.callback.ICommandCallback
Report receiving an info result message from the Perforce server.
receivedServerMessage(int, int, int, String) - Method in interface com.perforce.p4java.server.callback.ICommandCallback
Report receiving a server message, which may be an error, an info message, a warning, etc., but will not typically be an actual result.
refresh() - Method in interface com.perforce.p4java.core.IChangelist
Refresh this changelist directly from the server.
refresh() - Method in interface com.perforce.p4java.core.IServerResource
Refresh the underlying object from the Perforce server.
refresh() - Method in class com.perforce.p4java.impl.generic.core.BranchSpec
This method will refresh by getting the complete branch model.
refresh() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
refresh() - Method in class com.perforce.p4java.impl.generic.core.Job
This method will refresh by getting the complete job model.
refresh() - Method in class com.perforce.p4java.impl.generic.core.JobSpec
This method will refresh by getting the complete job spec model.
refresh() - Method in class com.perforce.p4java.impl.generic.core.Label
This method will refresh by getting the complete label model.
refresh() - Method in class com.perforce.p4java.impl.generic.core.ServerResource
 
refresh() - Method in class com.perforce.p4java.impl.generic.core.User
 
refresh() - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
refresh() - Method in class com.perforce.p4java.impl.mapbased.client.Client
This method will refresh by getting the complete client model.
refreshable - Variable in class com.perforce.p4java.impl.generic.core.ServerResource
Refreshable flag
registerCallback(ICommandCallback) - Method in interface com.perforce.p4java.server.IServer
Register a P4Java command callback with this Perforce server.
registerProgressCallback(IProgressCallback) - Method in interface com.perforce.p4java.server.IServer
Register a P4Java command progress callback with this Perforce server.
registerSSOCallback(ISSOCallback, String) - Method in interface com.perforce.p4java.server.IServer
Register a Perforce Single Sign On (SSO) callback and key for this server.
REOPEN - Static variable in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
REOPEN - +reopen
reopenFiles(List<IFileSpec>, int, String) - Method in interface com.perforce.p4java.client.IClient
Reopen Perforce files in a new changelist.
reopenFiles(List<IFileSpec>, int, String) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
RequestException - Exception in com.perforce.p4java.exception
An exception to be used to signal that the Perforce server has detected an error in processing or fielding a request.
RequestException() - Constructor for exception com.perforce.p4java.exception.RequestException
 
RequestException(String, Throwable) - Constructor for exception com.perforce.p4java.exception.RequestException
 
RequestException(String) - Constructor for exception com.perforce.p4java.exception.RequestException
 
RequestException(Throwable) - Constructor for exception com.perforce.p4java.exception.RequestException
 
RequestException(String, int, int) - Constructor for exception com.perforce.p4java.exception.RequestException
 
RequestException(Throwable, int, int) - Constructor for exception com.perforce.p4java.exception.RequestException
 
RequestException(String, Throwable, int, int) - Constructor for exception com.perforce.p4java.exception.RequestException
 
resetOptions() - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
resolvedFiles(List<IFileSpec>, boolean) - Method in interface com.perforce.p4java.client.IClient
Return a list of files resolved but not submitted for this client.
resolvedFiles(List<IFileSpec>, boolean) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
resolveFile(IFileSpec, InputStream) - Method in interface com.perforce.p4java.client.IClient
Resolve a file integration by using the contents of the sourceStream InputStream as the resolve result.
resolveFile(IFileSpec, InputStream) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
resolveFilesAuto(List<IFileSpec>, boolean, boolean, boolean, boolean, boolean) - Method in interface com.perforce.p4java.client.IClient
Automatically resolve the results of a previousPerforce file integration.
resolveFilesAuto(List<IFileSpec>, boolean, boolean, boolean, boolean, boolean) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
ResolveRecord - Class in com.perforce.p4java.impl.generic.core.file
Default implementation class for the IResolveRecord interface.
ResolveRecord() - Constructor for class com.perforce.p4java.impl.generic.core.file.ResolveRecord
Default constructor; sets all fields to zero or null.
ResolveRecord(FileAction, String, int, int, String, int) - Constructor for class com.perforce.p4java.impl.generic.core.file.ResolveRecord
Explicit-value constructor.
ResolveRecord(Map<String, Object>, int) - Constructor for class com.perforce.p4java.impl.generic.core.file.ResolveRecord
Construct a new ResolveRecord from the passed-in map.
ResourceException - Exception in com.perforce.p4java.exception
Exception superclass for all P4Java resource-related exceptions.
ResourceException() - Constructor for exception com.perforce.p4java.exception.ResourceException
 
ResourceException(String, Throwable) - Constructor for exception com.perforce.p4java.exception.ResourceException
 
ResourceException(String) - Constructor for exception com.perforce.p4java.exception.ResourceException
 
ResourceException(Throwable) - Constructor for exception com.perforce.p4java.exception.ResourceException
 
REV_PFX - Static variable in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
The string used to start Perforce file revision metadata annotations.
REV_SEP - Static variable in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
The string used to separate Perforce file revision metadata annotations.
REVERT_UNCHANGED - Static variable in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
REVERT_UNCHANGED - revertunchanged
REVERT_UNCHANGED_REOPEN - Static variable in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
REVERT_UNCHANGED_REOPEN - revertunchanged+reopen
revertFiles(List<IFileSpec>, boolean, int, boolean, boolean) - Method in interface com.perforce.p4java.client.IClient
Revert an open Perforce client workspace file back to the revision previously synced from the Perforce depot, discarding any pending changelists or integrations that have been made so far.
revertFiles(List<IFileSpec>, boolean, int, boolean, boolean) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
ReviewSubscription - Class in com.perforce.p4java.impl.generic.core
Default ReviewSubscription implementation class.
ReviewSubscription() - Constructor for class com.perforce.p4java.impl.generic.core.ReviewSubscription
Default constructor -- sets all local and superclass fields to null or zero.
ReviewSubscription(int, String) - Constructor for class com.perforce.p4java.impl.generic.core.ReviewSubscription
Explicit value constructor -- calls super(order, subscription).
revisionSpec - Variable in class com.perforce.p4java.impl.generic.core.LabelSummary
 
right - Variable in class com.perforce.p4java.impl.generic.core.MapEntry
 
root - Variable in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 

S

saveTicket(AuthTicket, String) - Static method in class com.perforce.p4java.server.AuthTicketsHelper
Save the specified ticket as an entry into the specified tickets file.
saveTicket(AuthTicket, File) - Static method in class com.perforce.p4java.server.AuthTicketsHelper
Save the specified ticket as an entry into the specified tickets file.
saveTicket(String, String, String, String) - Static method in class com.perforce.p4java.server.AuthTicketsHelper
Save the specified parameters as an entry into the specified tickets file.
saveTicket(String, String, String, File) - Static method in class com.perforce.p4java.server.AuthTicketsHelper
Save the specified parameters as an entry into the specified tickets file.
server - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
server - Variable in class com.perforce.p4java.impl.generic.core.ServerResource
Server instance
ServerFactory - Class in com.perforce.p4java.server
The main P4Java server factory class.
ServerFactory() - Constructor for class com.perforce.p4java.server.ServerFactory
 
ServerProcess - Class in com.perforce.p4java.impl.generic.core
Simple default generic implementation class for the P4JServerProcess interface.
ServerProcess() - Constructor for class com.perforce.p4java.impl.generic.core.ServerProcess
 
ServerProcess(Map<String, Object>) - Constructor for class com.perforce.p4java.impl.generic.core.ServerProcess
Construct a new implementation from the map passed back from the lower level exec map command.
ServerResource - Class in com.perforce.p4java.impl.generic.core
Abstract implementation class for the IServerResource interface.
ServerResource() - Constructor for class com.perforce.p4java.impl.generic.core.ServerResource
Default constructor -- sets complete to true, completable, refreshable, and updateable to false, and server to null.
ServerResource(IServer) - Constructor for class com.perforce.p4java.impl.generic.core.ServerResource
Sets complete to true, completable, refreshable, and updateable to false, and server to the passed-in value.
ServerResource(boolean, boolean) - Constructor for class com.perforce.p4java.impl.generic.core.ServerResource
Explicit some-value constructor; sets server to null.
ServerResource(boolean, boolean, IServer) - Constructor for class com.perforce.p4java.impl.generic.core.ServerResource
Explicit all-value constructor.
ServerStatus - Enum in com.perforce.p4java.server
Used to describe the protocol-independent status of an IServer object.
setAccess(Date) - Method in interface com.perforce.p4java.core.IUserSummary
 
setAccess(Date) - Method in class com.perforce.p4java.impl.generic.core.UserSummary
 
setAccessed(Date) - Method in interface com.perforce.p4java.client.IClientSummary
Set the client's accessed date / time.
setAccessed(Date) - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Set the last-accessed date.
setAccessed(Date) - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
setAccessed(Date) - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
setAction(FileAction) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the file action for this file spec.
setAction(String) - Method in interface com.perforce.p4java.core.IFix
 
setAction(FileAction) - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
setAction(FileAction) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setAction(String) - Method in class com.perforce.p4java.impl.generic.core.Fix
 
setActionOwner(String) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setActionOwner(String) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setAddress(String) - Method in class com.perforce.p4java.impl.generic.core.Depot
 
setAllRevs(boolean) - Method in class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
setAllWrite(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
setAllWrite(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
setAlternateRoots(List<String>) - Method in interface com.perforce.p4java.client.IClientSummary
Set the alternate roots associated with this Perforce client.
setAlternateRoots(List<String>) - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
setAuthTicket(String) - Method in interface com.perforce.p4java.server.IServer
Set the server's Perforce authentication ticket to the passed-in string.
setBaselessMerge(boolean) - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
setBidirectionalInteg(boolean) - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
setBothPathTypes(boolean) - Method in class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
setBranchView(ViewMap<IBranchMapping>) - Method in interface com.perforce.p4java.core.IBranchSpec
Set the the view map associated with this branch spec.
setBranchView(ViewMap<IBranchMapping>) - Method in class com.perforce.p4java.impl.generic.core.BranchSpec
 
setChangelistId(int) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the changelist ID for this file spec.
setChangelistId(int) - Method in interface com.perforce.p4java.core.IFix
 
setChangelistId(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
setChangelistId(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setChangelistId(int) - Method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
setChangelistId(int) - Method in class com.perforce.p4java.impl.generic.core.Fix
 
setCharsetName(String) - Method in interface com.perforce.p4java.server.IServer
Set the Perforce server's charset to the passed-in charset name.
setClient(String) - Method in interface com.perforce.p4java.client.IClientViewMapping
 
setClient(String) - Method in class com.perforce.p4java.impl.generic.client.ClientView.ClientViewMapping
 
setClient(IClient) - Method in class com.perforce.p4java.impl.generic.client.ClientView
Set the client object (not path) associated with this view, if any.
setClient(IClient) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setClientId(String) - Method in interface com.perforce.p4java.core.IChangelistSummary
Set the client ID.
setClientId(String) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
setClientId(String) - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
setClientName(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the Perforce client name for this file spec.
setClientName(String) - Method in interface com.perforce.p4java.core.IFix
 
setClientName(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
setClientName(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setClientName(String) - Method in class com.perforce.p4java.impl.generic.core.Fix
 
setClientPath(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for setPath(new FilePath(PathType.CLIENT, pathStr));
setClientPath(FilePath) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setClientPath(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setClientView(ClientView) - Method in interface com.perforce.p4java.client.IClient
Set the Perforce client view associated with this client.
setClientView(ClientView) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
setClobber(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
setClobber(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
setCode(int) - Method in interface com.perforce.p4java.core.IJobSpec.IJobSpecField
 
setCode(int) - Method in class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 
setColumnMetadata(List<Map<String, String>>) - Method in interface com.perforce.p4java.admin.IDbSchema
Set the colum metadata map.
setColumnMetadata(List<Map<String, String>>) - Method in class com.perforce.p4java.impl.generic.admin.DbSchema
 
setCommand(String) - Method in class com.perforce.p4java.impl.generic.core.ServerProcess
 
setComments(String) - Method in interface com.perforce.p4java.core.IJobSpec
Set the comments associated with this jobspec.
setComments(String) - Method in class com.perforce.p4java.impl.generic.core.JobSpec
 
setCompress(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
setCompress(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
setCounter(String, String, boolean) - Method in interface com.perforce.p4java.server.IServer
 
setCurrentClient(IClient) - Method in interface com.perforce.p4java.server.IServer
Set the Perforce client associated with this server.
setDataType(String) - Method in interface com.perforce.p4java.core.IJobSpec.IJobSpecField
 
setDataType(String) - Method in class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 
setDate(Date) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the date for this file spec.
setDate(Date) - Method in interface com.perforce.p4java.core.IChangelistSummary
Set the changelist date.
setDate(Date) - Method in interface com.perforce.p4java.core.IFix
 
setDate(Date) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
setDate(Date) - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
setDate(Date) - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
setDate(Date) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setDate(Date) - Method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
setDate(Date) - Method in class com.perforce.p4java.impl.generic.core.Fix
 
setDeletedOptions(String[]) - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
setDepotFileName(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
setDepotPath(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for setPath(new FilePath(PathType.DEPOT, pathStr));
setDepotPath(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileAnnotation
 
setDepotPath(FilePath) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setDepotPath(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setDepotSpec(String) - Method in interface com.perforce.p4java.client.IClientViewMapping
 
setDepotSpec(String) - Method in class com.perforce.p4java.impl.generic.client.ClientView.ClientViewMapping
 
setDepotType(IDepot.DepotType) - Method in class com.perforce.p4java.impl.generic.core.Depot
 
setDesc(String) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setDesc(String) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setDescription(String) - Method in interface com.perforce.p4java.client.IClientSummary
Set the description associated with this client.
setDescription(String) - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Set the branch spec description.
setDescription(String) - Method in interface com.perforce.p4java.core.IChangelistSummary
Set the description string for this changelist.
setDescription(String) - Method in interface com.perforce.p4java.core.IJob
 
setDescription(String) - Method in interface com.perforce.p4java.core.ILabelSummary
Set the description associated with this label.
setDescription(String) - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
setDescription(String) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
setDescription(String) - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
setDescription(String) - Method in class com.perforce.p4java.impl.generic.core.Depot
 
setDescription(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
setDescription(String) - Method in class com.perforce.p4java.impl.generic.core.Job
 
setDescription(String) - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
setDescription(String) - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
setDiffStatus(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the diff status for this file spec.
setDiffStatus(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setDigest(String) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setDigest(String) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setDisplayBaseDetails(boolean) - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
setDontCopyToClient(boolean) - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
setEmail(String) - Method in interface com.perforce.p4java.core.IUserSummary
 
setEmail(String) - Method in class com.perforce.p4java.impl.generic.core.UserSummary
 
setEndFromRev(int) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the end from revision for this file spec.
setEndFromRev(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setEndRevision(int) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the end revision for this file spec.
setEndRevision(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setEndRevision(int) - Method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
setEndToRev(int) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the end to revision for this file spec.
setEndToRev(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setEntry(int, E) - Method in class com.perforce.p4java.core.ViewMap
Set (replace) a specific map position.
setEntryList(List<E>) - Method in class com.perforce.p4java.core.ViewMap
Set the entry list associated with this view map.
setExcludeLocalPath(boolean) - Method in class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
setExecutable(String, boolean, boolean) - Method in interface com.perforce.p4java.impl.generic.sys.ISystemFileCommandsHelper
Set the file's permissions to allow or disallow it to be executed.
setFields(List<IJobSpec.IJobSpecField>) - Method in interface com.perforce.p4java.core.IJobSpec
Set the list of all known Perforce job fields on this jobspec.
setFields(List<IJobSpec.IJobSpecField>) - Method in class com.perforce.p4java.impl.generic.core.JobSpec
 
setFieldType(String) - Method in interface com.perforce.p4java.core.IJobSpec.IJobSpecField
 
setFieldType(String) - Method in class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 
setFileSize(long) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setFileSize(long) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setFileSizeDigest(boolean) - Method in class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
setFileType(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the file type for this file spec.
setFileType(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
setFileType(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setForce(boolean) - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
setFromFile(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the from file for this file spec.
setFromFile(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setFullName(String) - Method in interface com.perforce.p4java.core.IUserSummary
 
setFullName(String) - Method in class com.perforce.p4java.impl.generic.core.UserSummary
 
setGenericCode(int) - Method in exception com.perforce.p4java.exception.RequestException
 
setGroup(boolean) - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
setGroup(boolean) - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
setHaveRev(int) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setHaveRev(int) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setHeadAction(FileAction) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setHeadAction(FileAction) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setHeadChange(int) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setHeadChange(int) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setHeadModTime(Date) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setHeadModTime(Date) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setHeadRev(int) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setHeadRev(int) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setHeadTime(Date) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setHeadTime(Date) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setHeadType(String) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setHeadType(String) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setHost(String) - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
setHost(String) - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
setHostName(String) - Method in interface com.perforce.p4java.client.IClientSummary
Set the name of the associated host.
setHostName(String) - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
setHowResolved(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the "how resolved" string for this file spec.
setHowResolved(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setId(int) - Method in interface com.perforce.p4java.core.IChangelistSummary
Set the changelist ID.
setId(String) - Method in interface com.perforce.p4java.core.IJob
 
setId(int) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
setId(int) - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
setId(String) - Method in class com.perforce.p4java.impl.generic.core.Job
 
setId(int) - Method in class com.perforce.p4java.impl.generic.core.ServerProcess
 
setJobId(String) - Method in interface com.perforce.p4java.core.IFix
 
setJobId(String) - Method in class com.perforce.p4java.impl.generic.core.Fix
 
setJobSpec(IJobSpec) - Method in interface com.perforce.p4java.core.IJob
 
setJobSpec(IJobSpec) - Method in class com.perforce.p4java.impl.generic.core.Job
 
setJobView(String) - Method in interface com.perforce.p4java.core.IUser
 
setJobView(String) - Method in class com.perforce.p4java.impl.generic.core.User
 
setLabel(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the label associated with this file spec.
setLabel(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setLabel(String) - Method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
setLastAccess(Date) - Method in interface com.perforce.p4java.core.ILabelSummary
Set the date and time of the last 'labelsync' or use of '@label' on this label.
setLastAccess(Date) - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
setLastUpdate(Date) - Method in interface com.perforce.p4java.core.ILabelSummary
Set the date and time the label specification was last updated.
setLastUpdate(Date) - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
setLeaveunchanged(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
setLeaveunchanged(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
setLeaveunchangedReopen(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
setLeaveunchangedReopen(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
setLeft(String) - Method in interface com.perforce.p4java.core.IMapEntry
Set the "left" entry for this mapping.
setLeft(String) - Method in class com.perforce.p4java.impl.generic.core.MapEntry
 
setLength(int) - Method in interface com.perforce.p4java.core.IJobSpec.IJobSpecField
 
setLength(int) - Method in class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 
setLine(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileAnnotation
 
setLineEnd(IClientSummary.ClientLineEnd) - Method in interface com.perforce.p4java.client.IClientSummary
Set the line end options for this client.
setLineEnd(IClientSummary.ClientLineEnd) - Method in class com.perforce.p4java.impl.generic.core.file.FileAnnotation
 
setLineEnd(IClientSummary.ClientLineEnd) - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
setLocalPath(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for setPath(new FilePath(PathType.LOCAL, pathStr));
setLocalPath(FilePath) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setLocalPath(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setLocked(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
setLocked(boolean) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the locked status for this file spec.
setLocked(boolean) - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Set whether the branch spec is locked or not.
setLocked(boolean) - Method in interface com.perforce.p4java.core.ILabelSummary
Set the "locked" status for this label.
setLocked(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
setLocked(boolean) - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
setLocked(boolean) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setLocked(boolean) - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
setLogCallback(ILogCallback) - Static method in class com.perforce.p4java.Log
Set the P4Java API's internal logger to log to the passed-in ILogCallback log callback.
setLoginName(String) - Method in interface com.perforce.p4java.core.IUserSummary
 
setLoginName(String) - Method in class com.perforce.p4java.impl.generic.core.UserSummary
 
setLower(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileAnnotation
 
setMap(String) - Method in class com.perforce.p4java.impl.generic.core.Depot
 
setMapped(boolean) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setMapped(boolean) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setMappedFiles(boolean) - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
setMaxLockTime(int) - Method in interface com.perforce.p4java.core.IUserGroup
Set the maximum lock time for queries by members of this group.
setMaxLockTime(int) - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
setMaxResults(int) - Method in interface com.perforce.p4java.core.IUserGroup
Set the maximum number of results returned for queries by members of this group.
setMaxResults(int) - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
setMaxScanRows(int) - Method in interface com.perforce.p4java.core.IUserGroup
Set the maximum number of scan rows returned for queries by members of this group.
setMaxScanRows(int) - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
setModDate(Date) - Method in class com.perforce.p4java.impl.generic.core.Depot
 
setMode(String) - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
setMode(String) - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
setModtime(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
setModtime(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
setMovedFile(String) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setMovedFile(String) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setName(String) - Method in interface com.perforce.p4java.admin.IDbSchema
Set the name of the table.
setName(String) - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
setName(String) - Method in interface com.perforce.p4java.client.IClientSummary
Set the name of this client.
setName(String) - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Set the name of this branch.
setName(String) - Method in interface com.perforce.p4java.core.IJobSpec.IJobSpecField
 
setName(String) - Method in interface com.perforce.p4java.core.ILabelSummary
Set the label's name.
setName(String) - Method in interface com.perforce.p4java.core.IUserGroup
 
setName(String) - Method in class com.perforce.p4java.impl.generic.admin.DbSchema
 
setName(String) - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
setName(String) - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
setName(String) - Method in class com.perforce.p4java.impl.generic.core.Depot
 
setName(String) - Method in class com.perforce.p4java.impl.generic.core.JobSpec.JobSpecField
 
setName(String) - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
setName(String) - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
setName(String) - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
setOpenAction(FileAction) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setOpenAction(FileAction) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setOpenActionOwner(String) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setOpenActionOwner(String) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setOpenChangelistId(int) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setOpenChangelistId(int) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setOpenedFiles(boolean) - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
setOpenedNeedsResolvingFiles(boolean) - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
setOpenedNotHeadRevFiles(boolean) - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
setOpenedResolvedFiles(boolean) - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
setOpenType(String) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setOpenType(String) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setOpStatus(FileSpecOpStatus) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setOptions(IClientSummary.IClientOptions) - Method in interface com.perforce.p4java.client.IClientSummary
Set the client options associated with this client.
setOptions(IClientSummary.IClientOptions) - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
setOrder(int) - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
setOrder(int) - Method in interface com.perforce.p4java.core.IMapEntry
Set the order of this entry in the entry list.
setOrder(int) - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
setOrder(int) - Method in class com.perforce.p4java.impl.generic.core.MapEntry
NOTE: does not affect actual order in the list on its own...
setOriginalPath(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Convenience method for setPath(new FilePath(PathType.ORIGINAL, pathStr));
setOriginalPath(FilePath) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setOriginalPath(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setOtherAction(FileAction) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the other action for this file spec.
setOtherAction(FileAction) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setOtherActionList(List<String>) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setOtherActionList(List<String>) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setOtherChangelist(List<String>) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setOtherChangelist(List<String>) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setOtherLocked(boolean) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setOtherLocked(boolean) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setOtherOpenList(List<String>) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setOtherOpenList(List<String>) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setOwnerName(String) - Method in interface com.perforce.p4java.client.IClientSummary
Set the name of the owner of this client.
setOwnerName(String) - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Set the owner's name for this branch.
setOwnerName(String) - Method in interface com.perforce.p4java.core.ILabelSummary
Set the name of the owner of this label.
setOwnerName(String) - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
setOwnerName(String) - Method in class com.perforce.p4java.impl.generic.core.Depot
 
setOwnerName(String) - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
setOwnerName(String) - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
setOwnerReadOnly(String) - Method in interface com.perforce.p4java.impl.generic.sys.ISystemFileCommandsHelper
Set the file's read permissions only allow reading by owner.
setOwners(List<String>) - Method in interface com.perforce.p4java.core.IUserGroup
Set the list of owner names for this group.
setOwners(List<String>) - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
setPassword(String) - Method in interface com.perforce.p4java.core.IUser
 
setPassword(String) - Method in class com.perforce.p4java.impl.generic.core.User
 
setPath(String) - Method in interface com.perforce.p4java.admin.IProtectionEntry
 
setPath(FilePath) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set a Perforce file path associated with this file spec.
setPath(String) - Method in class com.perforce.p4java.impl.generic.admin.ProtectionEntry
 
setPath(FilePath) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setPathFromString(FilePath.PathType, String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set a specific Perforce file path for this file spec from a passed-in string.
setPathFromString(FilePath.PathType, String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setPathString(String) - Method in class com.perforce.p4java.impl.generic.core.file.FilePath
 
setPathType(FilePath.PathType) - Method in class com.perforce.p4java.impl.generic.core.file.FilePath
 
setPendingIntegrationRecs(boolean) - Method in class com.perforce.p4java.core.file.FileStatAncilliaryOptions
 
setPresets(Map<String, String>) - Method in interface com.perforce.p4java.core.IJobSpec
Set the map of the possible presets for each known jobspec field.
setPresets(Map<String, String>) - Method in class com.perforce.p4java.impl.generic.core.JobSpec
 
setPropagateType(boolean) - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
setRawFields(Map<String, Object>) - Method in interface com.perforce.p4java.core.IJob
 
setRawFields(Map<String, Object>) - Method in class com.perforce.p4java.impl.generic.core.Job
 
setReadable(String, boolean, boolean) - Method in interface com.perforce.p4java.impl.generic.sys.ISystemFileCommandsHelper
Set the file's permissions to allow or disallow reading from it.
setRefreshable(boolean) - Method in class com.perforce.p4java.impl.generic.core.ServerResource
Set the resource as refreshable
setResolveAction(FileAction) - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
setResolveAction(FileAction) - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
setResolveBaseFile(String) - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
setResolveBaseFile(String) - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
setResolveBaseRevision(int) - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
setResolveBaseRevision(int) - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
setResolved(boolean) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setResolved(boolean) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setResolveEndFromRevision(int) - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
setResolveEndFromRevision(int) - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
setResolveFromFile(String) - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
setResolveFromFile(String) - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
setResolveRecords(List<IResolveRecord>) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setResolveRecords(List<IResolveRecord>) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setResolveStartFromRevision(int) - Method in interface com.perforce.p4java.core.file.IResolveRecord
 
setResolveStartFromRevision(int) - Method in class com.perforce.p4java.impl.generic.core.file.ResolveRecord
 
setReverseMapping(boolean) - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
setRevertunchanged(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
setRevertunchanged(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
setRevertunchangedReopen(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
setRevertunchangedReopen(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
setReviewSubscriptions(ViewMap<IReviewSubscription>) - Method in interface com.perforce.p4java.core.IUser
 
setReviewSubscriptions(ViewMap<IReviewSubscription>) - Method in class com.perforce.p4java.impl.generic.core.User
 
setRevision(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
setRevisionSpec(String) - Method in interface com.perforce.p4java.core.ILabelSummary
Set the optional revision specification for this label.
setRevisionSpec(String) - Method in class com.perforce.p4java.impl.generic.core.LabelSummary
 
setRight(String) - Method in interface com.perforce.p4java.core.IMapEntry
Set the "right" entry for this mapping.
setRight(String) - Method in class com.perforce.p4java.impl.generic.core.MapEntry
 
setRmdir(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientOptions
 
setRmdir(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
 
setRoot(String) - Method in interface com.perforce.p4java.client.IClientSummary
Set the root of this client.
setRoot(String) - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
setRpcFileSystemHelper(ISystemFileCommandsHelper) - Static method in class com.perforce.p4java.server.ServerFactory
Register an ISystemFileCommandsHelper for the RPC implementations.
setServer(IServer) - Method in interface com.perforce.p4java.client.IClient
Set the Perforce server associated with this client.
setServer(IServer) - Method in interface com.perforce.p4java.core.ILabel
Set the Perforce server object associated with this label.
setServer(IServer) - Method in interface com.perforce.p4java.core.IServerResource
Set the server associated with this resource.
setServer(IServer) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setServer(IServer) - Method in class com.perforce.p4java.impl.generic.core.Label
 
setServer(IServer) - Method in class com.perforce.p4java.impl.generic.core.ServerResource
 
setServer(IServer) - Method in class com.perforce.p4java.impl.mapbased.client.Client
Note that this will fail with a class cast exception if the passed-in server is not a mapbased ServerImpl object.
setServerAddress(String) - Method in class com.perforce.p4java.server.AuthTicket
 
setServerImpl(Server) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
setSeverityCode(int) - Method in exception com.perforce.p4java.exception.RequestException
 
setShelved(boolean) - Method in interface com.perforce.p4java.core.IChangelistSummary
Set the shelved status of of this changelist (see isShelved()).
setShelved(boolean) - Method in class com.perforce.p4java.impl.generic.core.Changelist
Set the changelist as shelved or not shelved
setShelved(boolean) - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
setShelvedFiles(boolean) - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
setSourceSpec(String) - Method in interface com.perforce.p4java.core.IBranchMapping
Set a branch view entry's "source" spec; this corresponds to the left entry of the associated mapping.
setSourceSpec(String) - Method in class com.perforce.p4java.impl.generic.core.BranchSpec.BranchViewMapping
 
setStartFromRev(int) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the end from revision for this file spec.
setStartFromRev(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setStartRevision(int) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the start revision for this file spec.
setStartRevision(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setStartRevision(int) - Method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
setStartToRev(int) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the start to revision for this file spec.
setStartToRev(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setStatus(ChangelistStatus) - Method in interface com.perforce.p4java.core.IChangelistSummary
Set the changelist status.
setStatus(String) - Method in interface com.perforce.p4java.core.IFix
 
setStatus(ChangelistStatus) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
setStatus(ChangelistStatus) - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
setStatus(String) - Method in class com.perforce.p4java.impl.generic.core.Fix
 
setStatus(String) - Method in class com.perforce.p4java.impl.generic.core.ServerProcess
 
setStatusMessage(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setSubGroup(boolean) - Method in interface com.perforce.p4java.core.IUserGroup
Set whether this group is a sub group of another group on this server.
setSubGroup(boolean) - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
setSubgroups(List<String>) - Method in interface com.perforce.p4java.core.IUserGroup
Set the list of known subgroups of this groups.
setSubgroups(List<String>) - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
setSubmitOptions(IClientSummary.IClientSubmitOptions) - Method in interface com.perforce.p4java.client.IClientSummary
Set the client submit options for this client.
setSubmitOptions(IClientSummary.IClientSubmitOptions) - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
setSubmitunchanged(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
setSubmitunchanged(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
setSubmitunchangedReopen(boolean) - Method in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
 
setSubmitunchangedReopen(boolean) - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
 
setSubscription(String) - Method in interface com.perforce.p4java.core.IReviewSubscription
Set the review subscription.
setSubscription(String) - Method in class com.perforce.p4java.impl.generic.core.ReviewSubscription
 
setSuffix(String) - Method in class com.perforce.p4java.impl.generic.core.Depot
 
setSyncedFiles(boolean) - Method in class com.perforce.p4java.core.file.FileStatOutputOptions
 
setTargetSpec(String) - Method in interface com.perforce.p4java.core.IBranchMapping
Set a branch view entry's "target" spec; this corresponds to the right entry of the associated mapping.
setTargetSpec(String) - Method in class com.perforce.p4java.impl.generic.core.BranchSpec.BranchViewMapping
 
setTicketValue(String) - Method in class com.perforce.p4java.server.AuthTicket
 
setTime(String) - Method in class com.perforce.p4java.impl.generic.core.ServerProcess
 
setTimeout(int) - Method in interface com.perforce.p4java.core.IUserGroup
Set the timeout value for commands by members of this group.
setTimeout(int) - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
setTmpFile(File) - Method in class com.perforce.p4java.impl.generic.core.TempFileInputStream
 
setToFile(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the to file for this file spec.
setToFile(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setType(IMapEntry.EntryType) - Method in interface com.perforce.p4java.core.IMapEntry
Set this entry's type.
setType(IMapEntry.EntryType) - Method in class com.perforce.p4java.impl.generic.core.MapEntry
 
setUnmap(boolean) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the unmap status value for this file spec.
setUnmap(boolean) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setUnresolved(boolean) - Method in interface com.perforce.p4java.core.file.IExtendedFileSpec
 
setUnresolved(boolean) - Method in class com.perforce.p4java.impl.generic.core.file.ExtendedFileSpec
 
setUpdate(Date) - Method in interface com.perforce.p4java.core.IUserSummary
 
setUpdate(Date) - Method in class com.perforce.p4java.impl.generic.core.UserSummary
 
setUpdated(Date) - Method in interface com.perforce.p4java.client.IClientSummary
Set the client's updated date / time.
setUpdated(Date) - Method in interface com.perforce.p4java.core.IBranchSpecSummary
Set the last-updated date.
setUpdated(Date) - Method in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
setUpdated(Date) - Method in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
setUpper(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileAnnotation
 
setUseHaveRev(boolean) - Method in class com.perforce.p4java.core.file.IntegrationOptions
 
setUserName(String) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the Perforce user name for this file spec.
setUsername(String) - Method in interface com.perforce.p4java.core.IChangelistSummary
Set the changelist owner ID.
setUserName(String) - Method in interface com.perforce.p4java.core.IFix
 
setUsername(String) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
setUsername(String) - Method in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
setUserName(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileRevisionData
 
setUserName(String) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setUserName(String) - Method in class com.perforce.p4java.impl.generic.core.Fix
 
setUserName(String) - Method in class com.perforce.p4java.impl.generic.core.ServerProcess
 
setUserName(String) - Method in class com.perforce.p4java.server.AuthTicket
 
setUserName(String) - Method in interface com.perforce.p4java.server.IServer
Set the Perforce user name to be used with this server.
setUsers(List<String>) - Method in interface com.perforce.p4java.core.IUserGroup
Set the list of user names for this group.
setUsers(List<String>) - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
setValues(Map<String, List<String>>) - Method in interface com.perforce.p4java.core.IJobSpec
Set the map of the values 'select' fields can have for each relevant jobspec field.
setValues(Map<String, List<String>>) - Method in class com.perforce.p4java.impl.generic.core.JobSpec
 
setVersion(int) - Method in interface com.perforce.p4java.admin.IDbSchema
Get the table schema version.
setVersion(int) - Method in class com.perforce.p4java.impl.generic.admin.DbSchema
 
setViewMapping(ViewMap<ILabelMapping>) - Method in interface com.perforce.p4java.core.ILabel
Set the view mapping for this label.
setViewMapping(String) - Method in interface com.perforce.p4java.core.ILabelMapping
Set a branch view entry's "source" spec; this corresponds to the left entry of the associated mapping.
setViewMapping(String) - Method in class com.perforce.p4java.impl.generic.core.Label.LabelMapping
 
setViewMapping(ViewMap<ILabelMapping>) - Method in class com.perforce.p4java.impl.generic.core.Label
 
setWorkingDirectory(String) - Method in interface com.perforce.p4java.server.IServer
Set the Perforce server's idea of each command's working directory.
setWorkRev(int) - Method in interface com.perforce.p4java.core.file.IFileSpec
Set the work revision for this file spec.
setWorkRev(int) - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
setWritable(String, boolean) - Method in interface com.perforce.p4java.impl.generic.sys.ISystemFileCommandsHelper
Set the file's permissions to allow or disallow writing to it.
severityCode - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
shelveChangelist(int, List<IFileSpec>, boolean, boolean, boolean) - Method in interface com.perforce.p4java.client.IClient
Update/replace/delete shelved file(s) from a pending changelist.
shelveChangelist(IChangelist) - Method in interface com.perforce.p4java.client.IClient
Shelve the file(s) in a pending changelist.
shelveChangelist(int, List<IFileSpec>, boolean, boolean, boolean) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
shelveChangelist(IChangelist) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
shelved - Variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
SHORT_DESCR_LENGTH - Variable in class com.perforce.p4java.impl.generic.core.Job
The max description length for "short" or summary descriptions
start(int) - Method in interface com.perforce.p4java.server.callback.IProgressCallback
A new tick sequence has begun.
startRevision - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
startRevision - Variable in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
 
stats(String) - Static method in class com.perforce.p4java.Log
Report a P4Java-internal statistics message to the log callback (if it exists).
status - Variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
STATUS_KEY - Static variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
statusMessage - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
stop(int) - Method in interface com.perforce.p4java.server.callback.IProgressCallback
The current tick sequence has finished.
stripAnnotations(String) - Static method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Strip any Perforce file metadata annotations from the passed-in string.
stripTypePrefix(String) - Static method in class com.perforce.p4java.impl.generic.core.MapEntry
Strip any Perforce entry type prefix from the passed-in string.
submit(boolean) - Method in interface com.perforce.p4java.core.IChangelist
Submit this changelist.
submit(boolean, List<String>, String) - Method in interface com.perforce.p4java.core.IChangelist
Submit this changelist and associate it with the passed-in jobs.
submit(boolean, List<String>, String) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
submit(boolean) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
SUBMIT_UNCHANGED - Static variable in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
SUBMIT_UNCHANGED - submitunchanged
SUBMIT_UNCHANGED_REOPEN - Static variable in interface com.perforce.p4java.client.IClientSummary.IClientSubmitOptions
SUBMIT_UNCHANGED_REOPEN - submitunchanged+reopen
submitOptions - Variable in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
superfine(String) - Static method in class com.perforce.p4java.Tracer
 
supportsSmartMove() - Method in interface com.perforce.p4java.server.IServer
Return true IFF the underlying Perforce server supports the new 2009.1 and later "smart move" command.
supportsUnicode() - Method in interface com.perforce.p4java.server.IServer
Return true if the underlying Perforce server supports Unicode (and is connected).
sync(List<IFileSpec>, boolean, boolean, boolean, boolean) - Method in interface com.perforce.p4java.client.IClient
Sync a Perforce client workspace against the Perforce server.
sync(List<IFileSpec>, boolean, boolean, boolean, boolean) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 

T

tagFiles(List<IFileSpec>, String, boolean, boolean) - Method in interface com.perforce.p4java.server.IServer
Tag files with a Perforce label.
TempFileInputStream - Class in com.perforce.p4java.impl.generic.core
A simple extension to the normal FileInputStream to allow us to subvert a few things like close() for our own nefarious purposes.
TempFileInputStream(File) - Constructor for class com.perforce.p4java.impl.generic.core.TempFileInputStream
 
tick(int, String) - Method in interface com.perforce.p4java.server.callback.IProgressCallback
Signal the completion of a significant event, and poll the callback for whether to continue the command.
TICKET_PATH_KEY - Static variable in class com.perforce.p4java.PropertyDefs
What is the location of the p4tickets file?
TICKET_PATH_KEY_SHORT_FORM - Static variable in class com.perforce.p4java.PropertyDefs
What is the location of the p4tickets file?
toArgString() - Method in enum com.perforce.p4java.core.file.DiffType
Return the value in p4 command single character form.
toString() - Method in enum com.perforce.p4java.core.file.FileAction
Provide a string representation that looks like the same actions seen through the p4 command interpreter rather than the raw enum.
toString() - Method in interface com.perforce.p4java.core.file.IFileSpec
Useful alias for getPreferredPathString().
toString() - Method in enum com.perforce.p4java.core.IChangelist.Type
 
toString() - Method in enum com.perforce.p4java.core.IMapEntry.EntryType
Return a more useful string than "EXCLUDE" or "OVERLAY", i.e.
toString() - Method in interface com.perforce.p4java.core.IMapEntry
Alias for toString(" ", false).
toString(String, boolean) - Method in interface com.perforce.p4java.core.IMapEntry
Return a canonical String representation of this entry.
toString() - Method in class com.perforce.p4java.impl.generic.client.ClientOptions
Return a Perforce-standard representation of these options.
toString() - Method in class com.perforce.p4java.impl.generic.client.ClientSubmitOptions
Return a Perforce-standard representation of these options.
toString() - Method in class com.perforce.p4java.impl.generic.core.file.FilePath
Note: does NOT annotate by default!
toString() - Method in class com.perforce.p4java.impl.generic.core.file.FileSpec
Alias for getAnnotatedPreferredPathString().
toString() - Method in class com.perforce.p4java.impl.generic.core.file.PathAnnotations
Return a Perforce-standard string representation of this annotation.
toString(String, boolean) - Method in class com.perforce.p4java.impl.generic.core.MapEntry
 
toString() - Method in class com.perforce.p4java.impl.generic.core.MapEntry
An alias for this.toString(" ", true).
toString() - Method in class com.perforce.p4java.server.AuthTicket
 
toString() - Method in enum com.perforce.p4java.server.CmdSpec
Returns a string suitable for passing to the lower levels of an IServer object as a Perforce command name.
trace(ILogCallback.LogTraceLevel, String) - Static method in class com.perforce.p4java.Log
Report a P4Java-internal trace message to the log callback (if it exists).
trace(ILogCallback.LogTraceLevel, String) - Static method in class com.perforce.p4java.Tracer
 
TRACE_PREFIX - Static variable in class com.perforce.p4java.server.ServerFactory
 
Tracer - Class in com.perforce.p4java
Simple P4Java tracer class based on the Log trace callback interface.
Tracer() - Constructor for class com.perforce.p4java.Tracer
 
type - Variable in class com.perforce.p4java.impl.generic.core.MapEntry
 

U

UnimplementedError - Error in com.perforce.p4java.exception
Error class used to signal an unimplemented feature or method.
UnimplementedError() - Constructor for error com.perforce.p4java.exception.UnimplementedError
 
UnimplementedError(String, Throwable) - Constructor for error com.perforce.p4java.exception.UnimplementedError
 
UnimplementedError(String) - Constructor for error com.perforce.p4java.exception.UnimplementedError
 
UnimplementedError(Throwable) - Constructor for error com.perforce.p4java.exception.UnimplementedError
 
UNKNOWN - Static variable in interface com.perforce.p4java.core.IChangelist
Value used to signal an unknown or unallocated changelist ID.
UNLIMITED - Static variable in interface com.perforce.p4java.core.IUserGroup
Used to signal that a specific user group max value (eg.
UNLIMITED_STR - Static variable in class com.perforce.p4java.impl.generic.core.UserGroup
How the Perforce server represents an unlimited group value as a string.
UNLOCKED_VALUE - Static variable in class com.perforce.p4java.impl.generic.core.LabelSummary
 
unlockFiles(List<IFileSpec>, int, boolean) - Method in interface com.perforce.p4java.client.IClient
Release locked files but leave them open.
unlockFiles(List<IFileSpec>, int, boolean) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
unmap - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
UNSET - Static variable in interface com.perforce.p4java.core.IUserGroup
Used to signal that a specific user group max value (eg.
UNSET_STR - Static variable in class com.perforce.p4java.impl.generic.core.UserGroup
How the Perforce server represents an unset group value as a string.
unshelveChangelist(int, List<IFileSpec>, int, boolean, boolean) - Method in interface com.perforce.p4java.client.IClient
Unshelve file(s) from a shelved changelist
unshelveChangelist(int, List<IFileSpec>, int, boolean, boolean) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
update() - Method in interface com.perforce.p4java.core.ILabel
Update (or even create) this label on the associated Perforce server, if that server has been set for this label.
update() - Method in interface com.perforce.p4java.core.IServerResource
Update the Perforce server object associated with the underlying P4Java object, if possible.
update(boolean) - Method in interface com.perforce.p4java.core.IUser
Updates this user on the Perforce server; if force is true, force the change (requires super user / admin privileges to work properly).
update() - Method in class com.perforce.p4java.impl.generic.core.BranchSpec
 
update() - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
update() - Method in class com.perforce.p4java.impl.generic.core.Job
 
update() - Method in class com.perforce.p4java.impl.generic.core.Label
 
update() - Method in class com.perforce.p4java.impl.generic.core.ServerResource
 
update() - Method in class com.perforce.p4java.impl.generic.core.User
 
update(boolean) - Method in class com.perforce.p4java.impl.generic.core.User
 
update() - Method in class com.perforce.p4java.impl.generic.core.UserGroup
 
update() - Method in class com.perforce.p4java.impl.mapbased.client.Client
 
updateable - Variable in class com.perforce.p4java.impl.generic.core.ServerResource
Updateable flag
updateBranchSpec(IBranchSpec) - Method in interface com.perforce.p4java.server.IServer
Update a Perforce branch spec on the Perforce server.
updateClient(IClient) - Method in interface com.perforce.p4java.server.IServer
Update an existing Perforce client on the current Perforce server.
updated - Variable in class com.perforce.p4java.impl.generic.core.BranchSpecSummary
 
updated - Variable in class com.perforce.p4java.impl.mapbased.client.ClientSummary
 
updateEntryListPositions() - Method in class com.perforce.p4java.core.ViewMap
Update the entry list entry positions after an update by reassigning entry-internal positions as appropriate.
updateJob(IJob) - Method in interface com.perforce.p4java.server.IServer
Update a Perforce job on the Perforce server.
updateLabel(ILabel) - Method in interface com.perforce.p4java.server.IServer
Update an existing Perforce label in the Perforce server.
updateOnServer(boolean) - Method in interface com.perforce.p4java.core.IChangelist
Deprecated. use update optionally followed by refresh()
updateOnServer() - Method in interface com.perforce.p4java.core.IJob
Deprecated. use the IServerResource update method instead if possible.
updateOnServer() - Method in interface com.perforce.p4java.core.ILabel
Deprecated. use update() instead.
updateOnServer(boolean) - Method in class com.perforce.p4java.impl.generic.core.Changelist
 
updateOnServer() - Method in class com.perforce.p4java.impl.generic.core.Job
 
updateOnServer() - Method in class com.perforce.p4java.impl.generic.core.Label
 
updateUser(IUser, boolean) - Method in interface com.perforce.p4java.server.IServer
Update a Perforce user on the Perforce server.
updateUserGroup(IUserGroup, boolean) - Method in interface com.perforce.p4java.server.IServer
Update a Perforce user group on the Perforce server.
User - Class in com.perforce.p4java.impl.generic.core
Simple default IUser implementation class.
User() - Constructor for class com.perforce.p4java.impl.generic.core.User
Default constructor -- sets all summary and extended fields to null.
User(String, String, String, Date, Date, String, String, ViewMap<IReviewSubscription>) - Constructor for class com.perforce.p4java.impl.generic.core.User
Explicit-value constructor.
User(Map<String, Object>, IServer) - Constructor for class com.perforce.p4java.impl.generic.core.User
Constructs a User from the passed-in map.
USER_KEY - Static variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
USER_NAME_KEY - Static variable in class com.perforce.p4java.PropertyDefs
Property key for a Perforce user name set though the P4Java properties mechanism.
USER_NAME_KEY_SHORTFORM - Static variable in class com.perforce.p4java.PropertyDefs
Short form user name key.
UserGroup - Class in com.perforce.p4java.impl.generic.core
Simple generic implementation class for the IUserGroup interface.
UserGroup() - Constructor for class com.perforce.p4java.impl.generic.core.UserGroup
Default constructor.
UserGroup(Map<String, Object>) - Constructor for class com.perforce.p4java.impl.generic.core.UserGroup
Construct a new user group impl from the passed-in map.
username - Variable in class com.perforce.p4java.impl.generic.core.ChangelistSummary
 
userName - Variable in class com.perforce.p4java.impl.generic.core.file.FileSpec
 
UserSummary - Class in com.perforce.p4java.impl.generic.core
Default implementation class for IUserSummary interface.
UserSummary() - Constructor for class com.perforce.p4java.impl.generic.core.UserSummary
Default constructor; sets all fields to null or zero.
UserSummary(String, String, String, Date, Date) - Constructor for class com.perforce.p4java.impl.generic.core.UserSummary
Explicit-value constructor.
UserSummary(Map<String, Object>, boolean) - Constructor for class com.perforce.p4java.impl.generic.core.UserSummary
Construct a UserSummary from the passed-in map and summaryOnly values.
UTF16 - Static variable in class com.perforce.p4java.CharsetDefs
UTF-16 charset.
UTF16_NAME - Static variable in class com.perforce.p4java.CharsetDefs
Canonical name of the UTF-16 charset we use.
UTF8 - Static variable in class com.perforce.p4java.CharsetDefs
UTF-8 charset.
UTF8_NAME - Static variable in class com.perforce.p4java.CharsetDefs
Canonical name of the UTF-8 charset we use.

V

valueOf(String) - Static method in enum com.perforce.p4java.client.IClientSummary.ClientLineEnd
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.core.ChangelistStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.core.file.DiffType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.core.file.FileAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.core.file.FileSpecOpStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.core.IChangelist.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.core.IDepot.DepotType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.core.IMapEntry.EntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.impl.generic.core.file.FilePath.PathType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.server.callback.ILogCallback.LogTraceLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.server.callback.ISSOCallback.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.server.CmdSpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.server.IServerImplMetadata.ImplType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.perforce.p4java.server.ServerStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.perforce.p4java.client.IClientSummary.ClientLineEnd
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.core.ChangelistStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.core.file.DiffType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.core.file.FileAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.core.file.FileSpecOpStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.core.IChangelist.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.core.IDepot.DepotType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.core.IMapEntry.EntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.impl.generic.client.ClientLineEnding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.impl.generic.core.file.FilePath.PathType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.server.callback.ILogCallback.LogTraceLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.server.callback.ISSOCallback.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.server.CmdSpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.server.IServerImplMetadata.ImplType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.perforce.p4java.server.ServerStatus
Returns an array containing the constants of this enum type, in the order they are declared.
ViewMap<E extends IMapEntry> - Class in com.perforce.p4java.core
Defines the common operations to Perforce view maps.
ViewMap() - Constructor for class com.perforce.p4java.core.ViewMap
Default constructor.
ViewMap(List<E>) - Constructor for class com.perforce.p4java.core.ViewMap
Constructs a new ViewMap from the passed-in entry list.
viewMapping - Variable in class com.perforce.p4java.impl.generic.core.Label
 

W

warn(String) - Static method in class com.perforce.p4java.Log
Report a P4Java-internal warning to the log callback (if it exists).
where(List<IFileSpec>) - Method in interface com.perforce.p4java.client.IClient
For each of the passed-in file specs, show how the named file maps through the client view.
where(List<IFileSpec>) - Method in class com.perforce.p4java.impl.mapbased.client.Client
 

A B C D E F G H I J L M N O P R S T U V W

Copyright (c) 2008-2010 Perforce Software. All rights reserved.