|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use P4JavaException | |
|---|---|
| com.perforce.p4java.client | Provides interfaces for accessing and manipulating Perforce client workspaces and associated objects. |
| 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 | Provides interfaces and classes for defining and accessing Perforce depot and workspace files. |
| com.perforce.p4java.exception | Provides exception and error classes for signaling and handling user, internal, and Perforce server errors. |
| com.perforce.p4java.impl.generic.core | Provides standard implementation classes for the com.perforce.p4java.core interfaces. |
| com.perforce.p4java.impl.generic.core.file | Provides standard implementation classes for the com.perforce.p4java.core.file interfaces. |
| com.perforce.p4java.impl.mapbased.client | |
| com.perforce.p4java.impl.mapbased.server | |
| com.perforce.p4java.server | Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. |
| Uses of P4JavaException in com.perforce.p4java.client |
|---|
| Methods in com.perforce.p4java.client that throw P4JavaException | |
|---|---|
java.util.List<IFileSpec> |
IClient.addFiles(java.util.List<IFileSpec> fileSpecs,
AddFilesOptions opts)
Open one or more Perforce client workspace files for adding to the Perforce server. |
java.util.List<IFileSpec> |
IClient.deleteFiles(java.util.List<IFileSpec> fileSpecs,
DeleteFilesOptions opts)
Open Perforce client workspace files for deletion from a Perforce depot. |
java.util.List<IFileSpec> |
IClient.editFiles(java.util.List<IFileSpec> fileSpecs,
EditFilesOptions opts)
Open one or more Perforce client workspace files for editing. |
java.util.List<IFileSpec> |
IClient.getDiffFiles(java.util.List<IFileSpec> fileSpecs,
GetDiffFilesOptions opts)
Return a list of files that differ in some (arbitrarily complex) way from depot. |
java.util.List<IFileSpec> |
IClient.integrateFiles(IFileSpec fromFile,
IFileSpec toFile,
java.lang.String branchSpec,
IntegrateFilesOptions opts)
Integrate ("merge") from one Perforce filespec to another. |
java.util.List<IFileSpec> |
IClient.labelSync(java.util.List<IFileSpec> fileSpecs,
java.lang.String labelName,
LabelSyncOptions opts)
Perform a label sync operation for this client. |
java.util.List<IFileSpec> |
IClient.lockFiles(java.util.List<IFileSpec> fileSpecs,
LockFilesOptions opts)
Lock an opened file against changelist submission. |
java.util.List<IFileSpec> |
IClient.openedFiles(java.util.List<IFileSpec> fileSpecs,
OpenedFilesOptions opts)
Return a list of files open for this client, optionally restricted to a specific path and / or changelist. |
java.util.List<IFileSpec> |
IClient.reopenFiles(java.util.List<IFileSpec> fileSpecs,
ReopenFilesOptions opts)
Reopen Perforce files in a new changelist. |
java.util.List<IFileSpec> |
IClient.resolvedFiles(java.util.List<IFileSpec> fileSpecs,
ResolvedFilesOptions opts)
Return a list of files resolved but not submitted for this client. |
java.util.List<IFileSpec> |
IClient.resolveFilesAuto(java.util.List<IFileSpec> fileSpecs,
ResolveFilesAutoOptions opts)
Automatically resolve the results of a previousPerforce file integration. |
java.util.List<IFileSpec> |
IClient.revertFiles(java.util.List<IFileSpec> fileSpecs,
RevertFilesOptions opts)
Revert open Perforce client workspace files back to the revision previously synced from the Perforce depot, discarding any pending changelists or integrations that have been made so far. |
java.util.List<IFileSpec> |
IClient.shelveFiles(java.util.List<IFileSpec> fileSpecs,
int changelistId,
ShelveFilesOptions opts)
Shelve files in a changelist. |
java.util.List<IFileSpec> |
IClient.sync(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts)
Sync a Perforce client workspace against the Perforce server. |
java.util.List<IFileSpec> |
IClient.unlockFiles(java.util.List<IFileSpec> fileSpecs,
UnlockFilesOptions opts)
Release locked files but leave them open. |
java.util.List<IFileSpec> |
IClient.unshelveFiles(java.util.List<IFileSpec> fileSpecs,
int sourceChangelistId,
int targetChangelistId,
UnshelveFilesOptions opts)
Unshelve file(s) from a shelf. |
| Uses of P4JavaException in com.perforce.p4java.core |
|---|
| Methods in com.perforce.p4java.core that throw P4JavaException | |
|---|---|
java.io.InputStream |
IChangelist.getDiffsStream(GetChangelistDiffsOptions opts)
Get an InputStream onto the file diffs associated with this changelist. |
java.util.List<IFileSpec> |
IChangelist.submit(SubmitOptions opts)
Submit this changelist and associate it with any jobs in the passed-in options. |
| Uses of P4JavaException in com.perforce.p4java.core.file |
|---|
| Methods in com.perforce.p4java.core.file that throw P4JavaException | |
|---|---|
java.util.List<IFileAnnotation> |
IFileSpec.getAnnotations(GetFileAnnotationsOptions opts)
Get the file annotations associated with this file. |
java.io.InputStream |
IFileSpec.getContents(GetFileContentsOptions opts)
Get the contents of this specific Perforce file revision from the Perforce depot as an InputStream. |
java.util.Map<IFileSpec,java.util.List<IFileRevisionData>> |
IFileSpec.getRevisionHistory(GetRevisionHistoryOptions opts)
Get the revision history of this Perforce file. |
java.util.List<IFileSpec> |
IFileSpec.move(IFileSpec toFile,
MoveFileOptions opts)
Move this file if it's already opened for edit or add (the fromFile) to the destination file (the toFile). |
| Uses of P4JavaException in com.perforce.p4java.exception |
|---|
| Subclasses of P4JavaException in com.perforce.p4java.exception | |
|---|---|
class |
AccessException
Exception thrown by P4Java methods when access to data or services has been denied by the Perforce server. |
class |
ConfigException
Exception class for P4Java configuration-related exceptions. |
class |
ConnectionException
Superclass for all P4Java connection-related exceptions. |
class |
ConnectionNotConnectedException
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. |
class |
NoSuchObjectException
Exception class to use to signal missing objects within p4java; this is not used for missing objects on the Perforce server side. |
class |
OptionsException
A P4Java extension used to signal to participating users that an error occurred in Options object processing. |
class |
RequestException
An exception to be used to signal that the Perforce server has detected an error in processing or fielding a request. |
class |
ResourceException
Exception superclass for all P4Java resource-related exceptions. |
| Uses of P4JavaException in com.perforce.p4java.impl.generic.core |
|---|
| Methods in com.perforce.p4java.impl.generic.core that throw P4JavaException | |
|---|---|
java.io.InputStream |
Changelist.getDiffsStream(GetChangelistDiffsOptions opts)
|
java.util.List<IFileSpec> |
Changelist.submit(SubmitOptions opts)
|
| Uses of P4JavaException in com.perforce.p4java.impl.generic.core.file |
|---|
| Methods in com.perforce.p4java.impl.generic.core.file that throw P4JavaException | |
|---|---|
java.util.List<IFileAnnotation> |
FileSpec.getAnnotations(GetFileAnnotationsOptions opts)
|
java.io.InputStream |
FileSpec.getContents(GetFileContentsOptions opts)
|
java.util.Map<IFileSpec,java.util.List<IFileRevisionData>> |
FileSpec.getRevisionHistory(GetRevisionHistoryOptions opts)
|
java.util.List<IFileSpec> |
FileSpec.move(IFileSpec toFile,
MoveFileOptions opts)
|
| Uses of P4JavaException in com.perforce.p4java.impl.mapbased.client |
|---|
| Methods in com.perforce.p4java.impl.mapbased.client that throw P4JavaException | |
|---|---|
java.util.List<IFileSpec> |
Client.addFiles(java.util.List<IFileSpec> fileSpecs,
AddFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.deleteFiles(java.util.List<IFileSpec> fileSpecs,
DeleteFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.editFiles(java.util.List<IFileSpec> fileSpecs,
EditFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.getDiffFiles(java.util.List<IFileSpec> fileSpecs,
GetDiffFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.integrateFiles(IFileSpec fromFile,
IFileSpec toFile,
java.lang.String branchSpec,
IntegrateFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.labelSync(java.util.List<IFileSpec> fileSpecs,
java.lang.String labelName,
LabelSyncOptions opts)
|
java.util.List<IFileSpec> |
Client.lockFiles(java.util.List<IFileSpec> fileSpecs,
LockFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.openedFiles(java.util.List<IFileSpec> fileSpecs,
OpenedFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.reopenFiles(java.util.List<IFileSpec> fileSpecs,
ReopenFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.resolvedFiles(java.util.List<IFileSpec> fileSpecs,
ResolvedFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.resolveFilesAuto(java.util.List<IFileSpec> fileSpecs,
ResolveFilesAutoOptions opts)
|
java.util.List<IFileSpec> |
Client.revertFiles(java.util.List<IFileSpec> fileSpecs,
RevertFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.shelveFiles(java.util.List<IFileSpec> fileSpecs,
int changelistId,
ShelveFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.sync(java.util.List<IFileSpec> fileSpecs,
SyncOptions syncOpts)
|
java.util.List<IFileSpec> |
Client.unlockFiles(java.util.List<IFileSpec> fileSpecs,
UnlockFilesOptions opts)
|
java.util.List<IFileSpec> |
Client.unshelveFiles(java.util.List<IFileSpec> fileSpecs,
int sourceChangelistId,
int targetChangelistId,
UnshelveFilesOptions opts)
|
| Uses of P4JavaException in com.perforce.p4java.impl.mapbased.server |
|---|
| Methods in com.perforce.p4java.impl.mapbased.server that throw P4JavaException | |
|---|---|
protected static void |
Parameters.addOpts(java.util.List<java.lang.String> args,
Options opts,
IServer server)
|
java.lang.String |
Server.createUser(IUser user,
UpdateUserOptions opts)
|
java.lang.String |
Server.createUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
|
java.lang.String |
Server.deleteBranchSpec(java.lang.String branchSpecName,
DeleteBranchSpecOptions opts)
|
java.lang.String |
Server.deleteClient(java.lang.String clientName,
DeleteClientOptions opts)
|
java.lang.String |
Server.deleteLabel(java.lang.String labelName,
DeleteLabelOptions opts)
|
java.lang.String |
Server.deleteUser(java.lang.String userName,
UpdateUserOptions opts)
|
java.lang.String |
Server.deleteUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
|
java.util.List<IFix> |
Server.fixJobs(java.util.List<java.lang.String> jobIds,
int changelistId,
FixJobsOptions opts)
|
java.util.List<IBranchSpecSummary> |
Server.getBranchSpecs(GetBranchSpecsOptions opts)
|
java.io.InputStream |
Server.getChangelistDiffs(int id,
GetChangelistDiffsOptions opts)
|
java.util.List<IChangelistSummary> |
Server.getChangelists(java.util.List<IFileSpec> fileSpecs,
GetChangelistsOptions opts)
|
java.util.List<IClientSummary> |
Server.getClients(GetClientsOptions opts)
|
IClient |
Server.getClientTemplate(java.lang.String clientName,
GetClientTemplateOptions opts)
|
java.util.List<IFileSpec> |
Server.getDepotFiles(java.util.List<IFileSpec> fileSpecs,
GetDepotFilesOptions opts)
|
java.util.List<IFileSpec> |
Server.getDirectories(java.util.List<IFileSpec> fileSpecs,
GetDirectoriesOptions opts)
|
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
Server.getExportRecords(ExportRecordsOptions opts)
|
java.util.List<IExtendedFileSpec> |
Server.getExtendedFiles(java.util.List<IFileSpec> fileSpecs,
GetExtendedFilesOptions opts)
|
java.util.List<IFileAnnotation> |
Server.getFileAnnotations(java.util.List<IFileSpec> fileSpecs,
GetFileAnnotationsOptions opts)
|
java.io.InputStream |
Server.getFileContents(java.util.List<IFileSpec> fileSpecs,
GetFileContentsOptions opts)
|
java.util.List<IFileDiff> |
Server.getFileDiffs(IFileSpec file1,
IFileSpec file2,
java.lang.String branchSpecName,
GetFileDiffsOptions opts)
|
java.io.InputStream |
Server.getFileDiffsStream(IFileSpec file1,
IFileSpec file2,
java.lang.String branchSpecName,
GetFileDiffsOptions opts)
|
java.util.List<IFix> |
Server.getFixes(java.util.List<IFileSpec> fileSpecs,
GetFixesOptions opts)
|
java.util.List<IChangelist> |
Server.getInterchanges(IFileSpec fromFile,
IFileSpec toFile,
GetInterchangesOptions opts)
|
java.util.List<IChangelist> |
Server.getInterchanges(java.lang.String branchSpecName,
java.util.List<IFileSpec> fromFileList,
java.util.List<IFileSpec> toFileList,
GetInterchangesOptions opts)
|
java.util.List<IJob> |
Server.getJobs(java.util.List<IFileSpec> fileSpecs,
GetJobsOptions opts)
|
java.util.List<ILabelSummary> |
Server.getLabels(java.util.List<IFileSpec> fileList,
GetLabelsOptions opts)
|
java.lang.String |
Server.getLoginStatus()
|
java.util.List<IFileLineMatch> |
Server.getMatchingLines(java.util.List<IFileSpec> fileSpecs,
java.lang.String pattern,
MatchingLinesOptions options)
|
java.util.List<IFileSpec> |
Server.getOpenedFiles(java.util.List<IFileSpec> fileSpecs,
OpenedFilesOptions opts)
|
java.util.List<IProtectionEntry> |
Server.getProtectionEntries(java.util.List<IFileSpec> fileList,
GetProtectionEntriesOptions opts)
|
java.util.List<IUserSummary> |
Server.getReviews(java.util.List<IFileSpec> fileSpecs,
GetReviewsOptions opts)
|
java.util.Map<IFileSpec,java.util.List<IFileRevisionData>> |
Server.getRevisionHistory(java.util.List<IFileSpec> fileSpecs,
GetRevisionHistoryOptions opts)
|
java.util.List<IFileSpec> |
Server.getSubmittedIntegrations(java.util.List<IFileSpec> fileSpecs,
GetSubmittedIntegrationsOptions opts)
|
java.util.List<IUserGroup> |
Server.getUserGroups(java.lang.String userOrGroupName,
GetUserGroupsOptions opts)
|
java.util.List<IUserSummary> |
Server.getUsers(java.util.List<java.lang.String> userList,
GetUsersOptions opts)
|
void |
Server.login(java.lang.String password,
LoginOptions opts)
|
void |
Server.logout(LoginOptions opts)
|
java.util.List<IFileSpec> |
Server.moveFile(IFileSpec fromFile,
IFileSpec toFile,
MoveFileOptions opts)
|
static java.lang.String[] |
Parameters.processParameters(Options opts,
IFileSpec fromFile,
IFileSpec toFile,
java.lang.String branchSpec,
IServer server)
Specialised parameter processing method for the Client.integrateFiles and IOptionsServer.getFileDiffs methods. |
static java.lang.String[] |
Parameters.processParameters(Options opts,
IServer server)
Version of processParameters for those rare methods that have no non-Options arguments. |
static java.lang.String[] |
Parameters.processParameters(Options opts,
java.util.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 java.lang.String[] |
Parameters.processParameters(Options opts,
java.util.List<IFileSpec> fromFiles,
java.util.List<IFileSpec> toFiles,
java.lang.String branchSpec,
IServer server)
Specialised parameter processing method for the IOptionsServer.getInterchanges method. |
static java.lang.String[] |
Parameters.processParameters(Options opts,
java.util.List<IFileSpec> fileSpecs,
java.lang.String[] stringParams,
boolean annotateFiles,
IServer server)
Omnibus processParameters method. |
static java.lang.String[] |
Parameters.processParameters(Options opts,
java.util.List<IFileSpec> fileSpecs,
java.lang.String[] stringParams,
IServer server)
Process options, filespecs arguments, and string arguments for common methods. |
static java.lang.String[] |
Parameters.processParameters(Options opts,
java.util.List<IFileSpec> fileSpecs,
java.lang.String stringParam,
IServer server)
Process options, filespecs arguments, and a single string argument for common methods. |
java.lang.String |
Server.setCounter(java.lang.String counterName,
java.lang.String value,
CounterOptions opts)
|
java.util.List<IFileSpec> |
Server.tagFiles(java.util.List<IFileSpec> fileSpecs,
java.lang.String labelName,
TagFilesOptions opts)
|
java.lang.String |
Server.updateUser(IUser user,
UpdateUserOptions opts)
|
java.lang.String |
Server.updateUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
|
| Uses of P4JavaException in com.perforce.p4java.server |
|---|
| Methods in com.perforce.p4java.server that throw P4JavaException | |
|---|---|
java.lang.String |
IOptionsServer.createUser(IUser user,
UpdateUserOptions opts)
Create a new Perforce user on the Perforce server. |
java.lang.String |
IOptionsServer.createUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
Create a new Perforce user group on the Perforce server. |
java.lang.String |
IOptionsServer.deleteBranchSpec(java.lang.String branchSpecName,
DeleteBranchSpecOptions opts)
Delete a named Perforce branch spec from the Perforce server. |
java.lang.String |
IOptionsServer.deleteClient(java.lang.String clientName,
DeleteClientOptions opts)
Delete a Perforce client from a Perforce server. |
java.lang.String |
IOptionsServer.deleteLabel(java.lang.String labelName,
DeleteLabelOptions opts)
Delete a named Perforce label from the Perforce server. |
java.lang.String |
IOptionsServer.deleteUser(java.lang.String userName,
UpdateUserOptions opts)
Delete a named Perforce user from the Perforce server |
java.lang.String |
IOptionsServer.deleteUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
Delete a Perforce user group from the Perforce server. |
java.util.List<IFix> |
IOptionsServer.fixJobs(java.util.List<java.lang.String> jobIds,
int changelistId,
FixJobsOptions opts)
Mark each named job as being fixed by the changelist number given with changeListId. |
java.util.List<IBranchSpecSummary> |
IOptionsServer.getBranchSpecs(GetBranchSpecsOptions opts)
Get a list of all summary Perforce branch specs known to the Perforce server. |
java.io.InputStream |
IOptionsServer.getChangelistDiffs(int id,
GetChangelistDiffsOptions opts)
Get an InputStream onto the file diffs associated with a specific submitted changelist. |
java.util.List<IChangelistSummary> |
IOptionsServer.getChangelists(java.util.List<IFileSpec> fileSpecs,
GetChangelistsOptions opts)
Get a list of Perforce changelist summary objects from the Perforce server. |
java.util.List<IClientSummary> |
IOptionsServer.getClients(GetClientsOptions opts)
Get a list of IClientSummary objects for all Perforce clients known to this Perforce server. |
IClient |
IOptionsServer.getClientTemplate(java.lang.String clientName,
GetClientTemplateOptions opts)
Get a template of a non-existent named Perforce client. |
java.util.List<IFileSpec> |
IOptionsServer.getDepotFiles(java.util.List<IFileSpec> fileSpecs,
GetDepotFilesOptions opts)
List all Perforce depot files known to the Perforce server that conform to the passed-in wild-card file specification(s). |
java.util.List<IFileSpec> |
IOptionsServer.getDirectories(java.util.List<IFileSpec> fileSpecs,
GetDirectoriesOptions opts)
List any directories matching the passed-in file specifications. |
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
IOptionsServer.getExportRecords(ExportRecordsOptions opts)
Get a list of exported journal or checkpoint records (admin / superuser command). |
java.util.List<IExtendedFileSpec> |
IOptionsServer.getExtendedFiles(java.util.List<IFileSpec> fileSpecs,
GetExtendedFilesOptions opts)
Return a list of everything Perforce knows about a set of Perforce files. |
java.util.List<IFileAnnotation> |
IOptionsServer.getFileAnnotations(java.util.List<IFileSpec> fileSpecs,
GetFileAnnotationsOptions opts)
Get a list of revision annotations for the specified files. |
java.io.InputStream |
IOptionsServer.getFileContents(java.util.List<IFileSpec> fileSpecs,
GetFileContentsOptions opts)
Return an InputStream onto the contents of one or more revisions of one or more Perforce depot file contents. |
java.util.List<IFileDiff> |
IOptionsServer.getFileDiffs(IFileSpec file1,
IFileSpec file2,
java.lang.String branchSpecName,
GetFileDiffsOptions opts)
Run diff on the Perforce server of two files in the depot. |
java.io.InputStream |
IOptionsServer.getFileDiffsStream(IFileSpec file1,
IFileSpec file2,
java.lang.String branchSpecName,
GetFileDiffsOptions opts)
Run diff on the Perforce server of two files in the depot. |
java.util.List<IFix> |
IOptionsServer.getFixes(java.util.List<IFileSpec> fileSpecs,
GetFixesOptions opts)
Return a list of all Perforce jobs with fix records associated with them, along with the changelist number of the fix. |
java.util.List<IChangelist> |
IOptionsServer.getInterchanges(IFileSpec fromFile,
IFileSpec toFile,
GetInterchangesOptions opts)
|
java.util.List<IChangelist> |
IOptionsServer.getInterchanges(java.lang.String branchSpecName,
java.util.List<IFileSpec> fromFileList,
java.util.List<IFileSpec> toFileList,
GetInterchangesOptions opts)
|
java.util.List<IJob> |
IOptionsServer.getJobs(java.util.List<IFileSpec> fileSpecs,
GetJobsOptions opts)
Return a list of Perforce jobs. |
java.util.List<ILabelSummary> |
IOptionsServer.getLabels(java.util.List<IFileSpec> fileList,
GetLabelsOptions opts)
Get a list of Perforce labels, optionally tied to a specific set of files. |
java.lang.String |
IServer.getLoginStatus()
Return a string indicating the current login status; corresponds to the p4 login -s command. |
java.util.List<IFileLineMatch> |
IOptionsServer.getMatchingLines(java.util.List<IFileSpec> fileSpecs,
java.lang.String pattern,
MatchingLinesOptions options)
Get list of matching lines in the specified file specs. |
java.util.List<IFileSpec> |
IOptionsServer.getOpenedFiles(java.util.List<IFileSpec> fileSpecs,
OpenedFilesOptions opts)
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. |
java.util.List<IProtectionEntry> |
IOptionsServer.getProtectionEntries(java.util.List<IFileSpec> fileList,
GetProtectionEntriesOptions opts)
Get a list of Perforce protection entries for the passed-in arguments. |
java.util.List<IUserSummary> |
IOptionsServer.getReviews(java.util.List<IFileSpec> fileSpecs,
GetReviewsOptions opts)
Get a list of all users who have subscribed to review the named files. |
java.util.Map<IFileSpec,java.util.List<IFileRevisionData>> |
IOptionsServer.getRevisionHistory(java.util.List<IFileSpec> fileSpecs,
GetRevisionHistoryOptions opts)
Get the revision history data for one or more Perforce files. |
java.util.List<IFileSpec> |
IOptionsServer.getSubmittedIntegrations(java.util.List<IFileSpec> fileSpecs,
GetSubmittedIntegrationsOptions opts)
Get a list of submitted integrations for the passed-in filespecs |
java.util.List<IUserGroup> |
IOptionsServer.getUserGroups(java.lang.String userOrGroupName,
GetUserGroupsOptions opts)
Get a list of Perforce user groups from the server. |
java.util.List<IUserSummary> |
IOptionsServer.getUsers(java.util.List<java.lang.String> userList,
GetUsersOptions opts)
Get a list of Perforce users known to this Perforce server. |
void |
IOptionsServer.login(java.lang.String password,
LoginOptions opts)
Log the current user (if any) in to a Perforce server, optionally arranging to be logged in for all hosts. |
void |
IOptionsServer.logout(LoginOptions opts)
Log the current Perforce user out of a Perforce server session. |
java.util.List<IFileSpec> |
IOptionsServer.moveFile(IFileSpec fromFile,
IFileSpec toFile,
MoveFileOptions opts)
Move a file already opened for edit or add (the fromFile) to the destination file (the toFile). |
java.lang.String |
IOptionsServer.setCounter(java.lang.String counterName,
java.lang.String value,
CounterOptions opts)
Create, set or delete a counter on a Perforce server. |
java.util.List<IFileSpec> |
IOptionsServer.tagFiles(java.util.List<IFileSpec> fileSpecs,
java.lang.String labelName,
TagFilesOptions opts)
|
java.lang.String |
IOptionsServer.updateUser(IUser user,
UpdateUserOptions opts)
Update a Perforce user on the Perforce server. |
java.lang.String |
IOptionsServer.updateUserGroup(IUserGroup group,
UpdateUserGroupOptions opts)
Update a Perforce user group on the Perforce server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||