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

Packages that use Options
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 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.core
 

Methods in com.perforce.p4java.core with parameters of type Options
 void IServerResource.update(Options opts)
          Update the Perforce server object associated with the underlying P4Java object and its options, if possible.
 

Uses of Options in com.perforce.p4java.impl.generic.core
 

Methods in com.perforce.p4java.impl.generic.core with parameters of type Options
 void ServerResource.update(Options opts)
           
 void Changelist.update(Options opts)
           
 

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)
          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.
 

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 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.
 

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

Subclasses of Options in com.perforce.p4java.option.server
 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 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 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 © 2015 Perforce Software. All Rights Reserved.