Uses of Class
com.perforce.p4java.option.Options

Packages that use Options
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.option Provides a series of classes that implement P4Java-wide server, client, and other class method options definitions and processing. 
com.perforce.p4java.option.changelist   
com.perforce.p4java.option.client   
com.perforce.p4java.option.server   
 

Uses of Options in com.perforce.p4java.impl.mapbased.server
 

Methods in com.perforce.p4java.impl.mapbased.server with parameters of type Options
protected static void Parameters.addOpts(List<String> args, Options opts, IServer server)
           
static String[] Parameters.processParameters(Options opts, IFileSpec fromFile, IFileSpec toFile, String branchSpec, IServer server)
          Specialised parameter processing method for the Client.integrateFiles and IOptionsServer.getFileDiffs methods.
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)
          Specialised 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.
 

Uses of Options in com.perforce.p4java.option
 

Methods in com.perforce.p4java.option that return Options
 Options Options.setImmutable(boolean immutable)
           
 Options Options.setOptions(String... options)
          Set the options string list associated with this options object.
 

Uses of Options in com.perforce.p4java.option.changelist
 

Subclasses of Options in com.perforce.p4java.option.changelist
 class SubmitOptions
          Options class for the IChangelist.submit method.
 

Uses of Options in com.perforce.p4java.option.client
 

Subclasses of Options in com.perforce.p4java.option.client
 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 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.
 

Uses of Options in com.perforce.p4java.option.server
 

Subclasses of Options in com.perforce.p4java.option.server
 class CounterOptions
          Options class for Perforce counter methods.
 class DeleteBranchSpecOptions
          Options class for IOptionsServer.deleteBranchSpec methos.
 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 ExportRecordsOptions
          Options class for IOptionsServer.getExportRecords method.
 class FixJobsOptions
          Options class for the IOptionsServer fixJobs 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 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.ferFIleContents method.
 class GetFileDiffsOptions
          Options class for the IOptionsServer getFileDiffs methods.
 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 GetLabelsOptions
          Options class for the server's getLabels method.
 class GetProtectionEntriesOptions
          Options subclass for the IOptionsServer.getProtectionEntries method.
 class GetReviewsOptions
          Options class for the IOptionsServer.getReviews method.
 class GetRevisionHistoryOptions
          Options class for IOptionsServer.getRevisionHistory 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 LoginOptions
          Options subclass for IOptionsServer.login.
 class MatchingLinesOptions
          Options objects for the IOptionsServer getMatchingLines command.
 class MoveFileOptions
          Options class for IOptionsServer moveFile method.
 class OpenedFilesOptions
          Options-based method options for IServer and IClient openedFiles method(s).
 class SetFileAttributesOptions
          Options class for the IOptionsServer setFileAttributes method.
 class TagFilesOptions
          Options class for the IOptionsServer.tagFiles method.
 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.
 



Copyright © 2011 Perforce Software. All Rights Reserved.