Package | Description |
---|---|
com.perforce.p4java.core |
Provides interfaces and classes for defining and accessing Perforce objects
such as jobs, changelists, etc., and, through the file sub-package, Perforce
files.
|
com.perforce.p4java.impl.generic.core |
Provides standard implementation classes for the com.perforce.p4java.core interfaces.
|
com.perforce.p4java.impl.mapbased.server | |
com.perforce.p4java.option.changelist | |
com.perforce.p4java.option.client | |
com.perforce.p4java.option.server |
Modifier and Type | Method and Description |
---|---|
void |
IServerResource.update(Options opts)
Update the Perforce server object associated with the underlying P4Java object
and its options, if possible.
|
Modifier and Type | Method and Description |
---|---|
void |
Changelist.update(Options opts) |
void |
ServerResource.update(Options opts) |
Modifier and Type | Method and Description |
---|---|
static String[] |
Parameters.processParameters(Options opts,
IFileSpec fromFile,
IFileSpec toFile,
String branchSpec,
IServer server)
Specialized parameter processing method for the Client.integrateFiles and
IOptionsServer.getFileDiffs methods.
|
static String[] |
Parameters.processParameters(Options opts,
IFileSpec fromFileSpec,
List<IFileSpec> toFileSpecs,
String[] stringParams,
IServer server)
Specialized parameter processing method for commands with 'fromFile' and
'toFiles' parameters.
|
static String[] |
Parameters.processParameters(Options opts,
IServer server)
Version of processParameters for those rare methods that have no
non-Options arguments.
|
static String[] |
Parameters.processParameters(Options opts,
List<IFileSpec> fileSpecs,
IServer server)
Process options and filespecs arguments for common methods that use a
single file spec list and an options object.
|
static String[] |
Parameters.processParameters(Options opts,
List<IFileSpec> fromFiles,
List<IFileSpec> toFiles,
String branchSpec,
IServer server)
Specialized parameter processing method for the
IOptionsServer.getInterchanges method.
|
static String[] |
Parameters.processParameters(Options opts,
List<IFileSpec> fileSpecs,
String[] stringParams,
boolean annotateFiles,
IServer server)
Omnibus processParameters method.
|
static String[] |
Parameters.processParameters(Options opts,
List<IFileSpec> fileSpecs,
String[] stringParams,
IServer server)
Process options, filespecs arguments, and string arguments for common
methods.
|
static String[] |
Parameters.processParameters(Options opts,
List<IFileSpec> fileSpecs,
String stringParam,
IServer server)
Process options, filespecs arguments, and a single string argument for
common methods.
|
Modifier and Type | Class and Description |
---|---|
class |
SubmitOptions
Options class for the IChangelist.submit method.
|
Modifier and Type | Class and Description |
---|---|
class |
AddFilesOptions
IClient addFiles method Options definitions.
|
class |
CopyFilesOptions
Options class for the IClient copyFiles method.
|
class |
DeleteFilesOptions
Options-based method options for IClient deleteFiles method(s).
|
class |
EditFilesOptions
Options subclass for use with IClient editFiles method(s).
|
class |
GetDiffFilesOptions
Options subclass for the IClient.getDiffFiles method.
|
class |
IntegrateFilesOptions
Options for the IClient.integrateFiles method.
|
class |
LabelSyncOptions
Label sync options subclass for use with IClient.labelSync.
|
class |
LockFilesOptions
Options subclass for IClient.lockFiles.
|
class |
MergeFilesOptions
Options for the IClient.mergeFiles method.
|
class |
PopulateFilesOptions
Options class for the IClient 'populateFiles' method.
|
class |
ReconcileFilesOptions
IClient reconcileFiles method Options definitions.
|
class |
ReopenFilesOptions
Options-based method options for IClient reopenFiles method(s).
|
class |
ResolvedFilesOptions
Options class for the IClient.resolvedFiles method.
|
class |
ResolveFilesAutoOptions
Options class for IClient.resolveFilesAuto.
|
class |
RevertFilesOptions
Options-based method options for IClient revertFiles method(s).
|
class |
ShelveFilesOptions
Options class for the IClient.shelveFiles method and associated
convenience methods.
|
class |
SyncOptions
Simple default options object for IClient.sync.
|
class |
UnlockFilesOptions
Options class for IClient.unlockFiles.
|
class |
UnshelveFilesOptions
Options class for the IClient.unshelveFiles method and associated
convenience methods.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DiffsOptions<T extends Options> |
Modifier and Type | Class and Description |
---|---|
class |
ChangelistOptions
Options class for IOptionsServer's getChangelist and deletePendingChangelist
methods, and Changelist's update method.
|
class |
CounterOptions
Options class for IOptionsServer's setCounter method.
|
class |
DeleteBranchSpecOptions
Options class for IOptionsServer.deleteBranchSpec methods.
|
class |
DeleteClientOptions
Options object for the IOptionsServer deleteClient method.
|
class |
DeleteLabelOptions
Options class for the server's deleteLabel method.
|
class |
DescribeOptions
Options class for the different options that can be specified when running a
describe on a changelist
|
class |
DuplicateRevisionsOptions
Options class for the IOptionsServer duplicateRevisions method.
|
class |
ExportRecordsOptions
Options class for IOptionsServer.getExportRecords method.
|
class |
FixJobsOptions
Options class for the IOptionsServer fixJobs method.
|
class |
GetBranchSpecOptions
Options class for IOptionsServer.getBranchSpec method.
|
class |
GetBranchSpecsOptions
Options class for IOptionsServer.getBranchSpecs method.
|
class |
GetChangelistDiffsOptions
Options class for IOptionsServer.getChangelistDiffs method(s).
|
class |
GetChangelistsOptions
Options class for IOptionsServer getChangelists method(s).
|
class |
GetClientsOptions
Options class for the server's getClients method.
|
class |
GetClientTemplateOptions
Options class for IOptionsServer.getClientTemplate method.
|
class |
GetCountersOptions
Options class for the IOptionsServer's getCounters method.
|
class |
GetDepotFilesOptions
Simple options for the IOptionsServer.getDepotFiles method.
|
class |
GetDirectoriesOptions
Options class for IOptionsServer getDirectories method.
|
class |
GetExtendedFilesOptions
Options class for the IOptionsServer getExtendedFiles (a.k.a.
|
class |
GetFileAnnotationsOptions
Options class for IOptionsServer getFileAnnotations method.
|
class |
GetFileContentsOptions
Options class for the IOptionsServer.getFileContents method.
|
class |
GetFileDiffsOptions
Options class for the IOptionsServer getFileDiffs methods.
|
class |
GetFileSizesOptions
Options class for IOptionsServer.getFileSizes method.
|
class |
GetFixesOptions
Options subclass for the IServer.getFixList method.
|
class |
GetInterchangesOptions
Options class for the IOptionsServer getInterchanges methods.
|
class |
GetJobsOptions
Options class for the IOptionsServer getJobs method.
|
class |
GetKeysOptions
Options class for the IOptionsServer's getKeys method.
|
class |
GetLabelsOptions
Options class for the server's getLabels method.
|
class |
GetPropertyOptions
Options class for IOptionsServer's getPropertyValues methods.
|
class |
GetProtectionEntriesOptions
Options subclass for the IOptionsServer.getProtectionEntries method.
|
class |
GetReviewChangelistsOptions
Options class for the IOptionsServer.getReviewChangelists method.
|
class |
GetReviewsOptions
Options class for the IOptionsServer.getReviews method.
|
class |
GetRevisionHistoryOptions
Options class for IOptionsServer.getRevisionHistory method.
|
class |
GetServerProcessesOptions
Options class for Perforce IOptionsServer.getServerProcesses method.
|
class |
GetStreamOptions
Options class for IOptionsServer.getStream method.
|
class |
GetStreamsOptions
Options class for IOptionsServer.getStreams method.
|
class |
GetSubmittedIntegrationsOptions
Options class for the IOptionsServer getSubmittedIntegrations method.
|
class |
GetUserGroupsOptions
Options class for server getUserGroups method.
|
class |
GetUsersOptions
Options class for server getUsers method.
|
class |
GraphCommitLogOptions
This class is used tp encapsulate all the information
that forms the options part of the 'p4 graph log' command
|
class |
GraphReceivePackOptions
Options required by the graph receve-pack command
Usage: receive-pack -n repo [-u user -v] -i files...
|
class |
GraphRevListOptions
Encapsulates the option values as required by the
'p4 graph rev-list' command
|
class |
JournalWaitOptions
Options class for IOptionsServer's journalWait method.
|
class |
KeyOptions
Options class for IOptionsServer's setKey method.
|
class |
LoginOptions
Options subclass for IOptionsServer.login.
|
class |
LogTailOptions
Options class for Perforce IOptionsServer.getLogtail methods.
|
class |
MatchingLinesOptions
Options objects for the IOptionsServer getMatchingLines command.
|
class |
MoveFileOptions
Options class for IOptionsServer moveFile method.
|
class |
ObliterateFilesOptions
Options-based method options for IOptionsServer obliterateFiles method(s).
|
class |
OpenedFilesOptions
Options-based method options for IServer and IClient openedFiles method(s).
|
class |
PropertyOptions
Options class for IOptionsServer's setProperty and deleteProperty methods.
|
class |
ReloadOptions
Options class for Perforce reload methods.
|
class |
ReposOptions
Options required by the repos command
-e|-E filter
-m max
-u user
-O owner
--from=origin
|
class |
SearchJobsOptions
Options class for the IOptionsServer's searchJobs method.
|
class |
SetFileAttributesOptions
Options class for the IOptionsServer setFileAttributes method.
|
class |
StreamIntegrationStatusOptions
Combined Options subclass for the server getStreamCachedIntegrationStatus
methods.
|
class |
StreamOptions
Combined Options subclass for the server create / update / delete stream methods.
|
class |
SwitchClientViewOptions
Options object for the IOptionsServer switchClientView method.
|
class |
TagFilesOptions
Options class for the IOptionsServer.tagFiles method.
|
class |
TrustOptions
Options class for the Perforce IOptionsServer.addTrust method.
|
class |
UnloadOptions
Options class for Perforce unload methods.
|
class |
UpdateClientOptions
Combined Options subclass for the server create / update / delete client methods.
|
class |
UpdateUserGroupOptions
Combined Options class for user group create / update / delete methods.
|
class |
UpdateUserOptions
Combined Options subclass for the server create / update / delete user methods.
|
class |
VerifyFilesOptions
Options class for IOptionsServer.verifyFiles method.
|
Copyright © 2017 Perforce Software. All Rights Reserved.