Class ResolveFilesAutoOptions
Note that absolutely no sanity checking is performed in the current default implementation for clashing options, etc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanIf true, automatically accept "their" changes, as documented for the p4 "-at" option.protected booleanIf true, automatically accept "your" changes, as documented for the p4 "-ay" option.protected intLimits 'p4 resolve' to the files in changelist#.protected booleanForces auto-mode resolve to accept the merged file even if there are conflicts.protected booleanIf true, forces 'p4 resolve' to attempt a textual merge, even for files with non-text (binary) types.protected booleanIf true, ignores differences in line-ending convention.protected booleanIf true, ignores whitespace altogether (for instance, deletion of tabs or other whitespace).protected booleanIf true, ignores whitespace-only changes (for instance, a tab replaced by eight spaces).static final StringOptions: -n, -s, -af, -at, -ay, -as, -Aa, -Ab, -Ac, -Ad, -Am, -At, -c[changelist], -t, -db, -dw, -dl, -o, -Soprotected booleanResolve file attribute changes.protected booleanResolve file branching.protected booleanResolve file content changes.protected booleanResolve file deletions.protected booleanResolve filetype changes.protected booleanResolve moved and renamed files.protected booleanIf true, resolves changes that have been submitted to the stream spec since you opened it.protected booleanIf true, only do "safe" resolves, as documented for the p4 "-as" option.protected booleanIf true, don't do the actual resolve, just return the actions that would have been performed for the resolve.protected booleanIf true, show the base file name and revision to be used during the merge.protected booleanIf true, skip this file.Fields inherited from class com.perforce.p4java.option.Options
immutable, optionList -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.ResolveFilesAutoOptions(boolean showActionsOnly, boolean safeMerge, boolean acceptTheirs, boolean acceptYours, boolean forceResolve) Explicit-value constructor.ResolveFilesAutoOptions(boolean showActionsOnly, boolean safeMerge, boolean acceptTheirs, boolean acceptYours, boolean forceResolve, boolean resolveFileBranching, boolean resolveFileContentChanges, boolean resolveFileDeletions, boolean resolveMovedFiles, boolean resolveFiletypeChanges, int changelistId) Explicit-value constructor.ResolveFilesAutoOptions(boolean showActionsOnly, boolean safeMerge, boolean acceptTheirs, boolean acceptYours, boolean forceResolve, boolean resolveFileBranching, boolean resolveFileContentChanges, boolean resolveFileDeletions, boolean resolveMovedFiles, boolean resolveFiletypeChanges, int changelistId, boolean forceTextualMerge, boolean ignoreWhitespaceChanges, boolean ignoreWhitespace, boolean ignoreLineEndings) Explicit-value constructor.ResolveFilesAutoOptions(String... options) Strings-based constructor; see 'p4 help [command]' for possible options. -
Method Summary
Modifier and TypeMethodDescriptionintbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanprocessOptions(IServer server) Turn this (specific) options object into a list of strings to be sent to the Perforce server as options for a specific command.setAcceptTheirs(boolean acceptTheirs) setAcceptYours(boolean acceptYours) setChangelistId(int changelistId) setForceResolve(boolean forceResolve) setForceTextualMerge(boolean forceTextualMerge) setIgnoreLineEndings(boolean ignoreLineEndings) setIgnoreWhitespace(boolean ignoreWhitespace) setIgnoreWhitespaceChanges(boolean ignoreWhitespaceChanges) setResolveFileAttributeChanges(boolean resolveFileAttributeChanges) setResolveFileBranching(boolean resolveFileBranching) setResolveFileContentChanges(boolean resolveFileContentChanges) setResolveFileDeletions(boolean resolveFileDeletions) setResolveFiletypeChanges(boolean resolveFiletypeChanges) setResolveMovedFiles(boolean resolveMovedFiles) setResolveResolveType(String type, boolean enable) setResolveStreamSpec(boolean resolveStreamSpec) setSafeMerge(boolean safeMerge) setShowActionsOnly(boolean showActionsOnly) setShowBase(boolean showBase) setSkipFile(boolean skipFile) Methods inherited from class com.perforce.p4java.option.Options
getOptions, isImmutable, processFields, setImmutable, setOptions
-
Field Details
-
OPTIONS_SPECS
Options: -n, -s, -af, -at, -ay, -as, -Aa, -Ab, -Ac, -Ad, -Am, -At, -c[changelist], -t, -db, -dw, -dl, -o, -So- See Also:
-
safeMerge
protected boolean safeMergeIf true, only do "safe" resolves, as documented for the p4 "-as" option. -
acceptTheirs
protected boolean acceptTheirsIf true, automatically accept "their" changes, as documented for the p4 "-at" option. -
acceptYours
protected boolean acceptYoursIf true, automatically accept "your" changes, as documented for the p4 "-ay" option. -
showActionsOnly
protected boolean showActionsOnlyIf true, don't do the actual resolve, just return the actions that would have been performed for the resolve. Corresponds to the '-n' option. -
skipFile
protected boolean skipFileIf true, skip this file. Corresponds to the '-s' option. -
forceResolve
protected boolean forceResolveForces auto-mode resolve to accept the merged file even if there are conflicts. Corresponds to the -af option. -
resolveFileAttributeChanges
protected boolean resolveFileAttributeChangesResolve file attribute changes. Corresponds to the '-Aa' option. -
resolveFileBranching
protected boolean resolveFileBranchingResolve file branching. Corresponds to the '-Ab' option. -
resolveFileContentChanges
protected boolean resolveFileContentChangesResolve file content changes. Corresponds to the '-Ac' option. -
resolveFileDeletions
protected boolean resolveFileDeletionsResolve file deletions. Corresponds to the '-Ad' option. -
resolveMovedFiles
protected boolean resolveMovedFilesResolve moved and renamed files. Corresponds to the '-Am' option. -
resolveFiletypeChanges
protected boolean resolveFiletypeChangesResolve filetype changes. Corresponds to the '-At' option. -
changelistId
protected int changelistIdLimits 'p4 resolve' to the files in changelist#. Corresponds to '-c changelist#'. -
forceTextualMerge
protected boolean forceTextualMergeIf true, forces 'p4 resolve' to attempt a textual merge, even for files with non-text (binary) types. Corresponds to the '-t' option. -
ignoreWhitespaceChanges
protected boolean ignoreWhitespaceChangesIf true, ignores whitespace-only changes (for instance, a tab replaced by eight spaces). Corresponds to the '-db' option. -
ignoreWhitespace
protected boolean ignoreWhitespaceIf true, ignores whitespace altogether (for instance, deletion of tabs or other whitespace). Corresponds to the '-dw' option. -
ignoreLineEndings
protected boolean ignoreLineEndingsIf true, ignores differences in line-ending convention. Corresponds to the '-dl' option. -
showBase
protected boolean showBaseIf true, show the base file name and revision to be used during the merge. Corresponds to the '-o' option. -
resolveStreamSpec
protected boolean resolveStreamSpecIf true, resolves changes that have been submitted to the stream spec since you opened it. You may not submit changes to the stream spec until newer changes have been resolved.
-
-
Constructor Details
-
ResolveFilesAutoOptions
public ResolveFilesAutoOptions()Default constructor. -
ResolveFilesAutoOptions
Strings-based constructor; see 'p4 help [command]' for possible options.WARNING: you should not pass more than one option or argument in each string parameter. Each option or argument should be passed-in as its own separate string parameter, without any spaces between the option and the option value (if any).
NOTE: setting options this way always bypasses the internal options values, and getter methods against the individual values corresponding to the strings passed in to this constructor will not normally reflect the string's setting. Do not use this constructor unless you know what you're doing and / or you do not also use the field getters and setters.
- Parameters:
options- options- See Also:
-
ResolveFilesAutoOptions
public ResolveFilesAutoOptions(boolean showActionsOnly, boolean safeMerge, boolean acceptTheirs, boolean acceptYours, boolean forceResolve) Explicit-value constructor.- Parameters:
showActionsOnly- showActionsOnlysafeMerge- safeMergeacceptTheirs- acceptTheirsacceptYours- acceptYoursforceResolve- forceResolve
-
ResolveFilesAutoOptions
public ResolveFilesAutoOptions(boolean showActionsOnly, boolean safeMerge, boolean acceptTheirs, boolean acceptYours, boolean forceResolve, boolean resolveFileBranching, boolean resolveFileContentChanges, boolean resolveFileDeletions, boolean resolveMovedFiles, boolean resolveFiletypeChanges, int changelistId) Explicit-value constructor.- Parameters:
showActionsOnly- showActionsOnlysafeMerge- safeMergeacceptTheirs- acceptTheirsacceptYours- acceptYoursforceResolve- forceResolveresolveFileBranching- resolveFileBranchingresolveFileContentChanges- resolveFileContentChangesresolveFileDeletions- resolveFileDeletionsresolveMovedFiles- resolveMovedFilesresolveFiletypeChanges- resolveFiletypeChangeschangelistId- changelistId
-
ResolveFilesAutoOptions
public ResolveFilesAutoOptions(boolean showActionsOnly, boolean safeMerge, boolean acceptTheirs, boolean acceptYours, boolean forceResolve, boolean resolveFileBranching, boolean resolveFileContentChanges, boolean resolveFileDeletions, boolean resolveMovedFiles, boolean resolveFiletypeChanges, int changelistId, boolean forceTextualMerge, boolean ignoreWhitespaceChanges, boolean ignoreWhitespace, boolean ignoreLineEndings) Explicit-value constructor.- Parameters:
showActionsOnly- showActionsOnlysafeMerge- safeMergeacceptTheirs- acceptTheirsacceptYours- acceptYoursforceResolve- forceResolveresolveFileBranching- resolveFileBranchingresolveFileContentChanges- resolveFileContentChangesresolveFileDeletions- resolveFileDeletionsresolveMovedFiles- resolveMovedFilesresolveFiletypeChanges- resolveFiletypeChangeschangelistId- changelistIdforceTextualMerge- forceTextualMergeignoreWhitespaceChanges- ignoreWhitespaceChangesignoreWhitespace- ignoreWhitespaceignoreLineEndings- ignoreLineEndings
-
-
Method Details
-
processOptions
Description copied from class:OptionsTurn this (specific) options object into a list of strings to be sent to the Perforce server as options for a specific command. As a side effect, set the option list associated with this Option to the result.The method is used by the server object to generate the string-based arguments expected by the Perforce server corresponding to the state of this method-specific options object. Will return an empty list if there are no "interesting" options set or available. May simply return the superclass options string list if is non-null, but that behaviour is neither guaranteed nor required.
Note that this method is not intended to be called directly by users but by the underlying P4Java plumbing; odd results may occur if this method is called in other contexts.
- Specified by:
processOptionsin classOptions- Parameters:
server- possibly-null IServer representing the Perforce server the options are to be used against. If this parameter is null, it is acceptable to throw an OptionsException, but it is also possible to ignore it and do the best you can with what you've got...- Returns:
- non-null (but possibly empty) string list representing the normalized Perforce server arguments corresponding to the state of this specific options object.
- Throws:
OptionsException- if an error occurs in options processing that is not some species of ConnectionException, RequestException, AccessException, etc.- See Also:
-
isSafeMerge
public boolean isSafeMerge() -
setSafeMerge
-
isAcceptTheirs
public boolean isAcceptTheirs() -
setAcceptTheirs
-
isAcceptYours
public boolean isAcceptYours() -
setAcceptYours
-
isShowActionsOnly
public boolean isShowActionsOnly() -
setShowActionsOnly
-
isSkipFile
public boolean isSkipFile() -
setSkipFile
-
isForceResolve
public boolean isForceResolve() -
isResolveStreamSpec
public boolean isResolveStreamSpec() -
setForceResolve
-
isResolveFileBranching
public boolean isResolveFileBranching() -
setResolveFileBranching
-
isResolveFileContentChanges
public boolean isResolveFileContentChanges() -
setResolveFileContentChanges
-
isResolveFileDeletions
public boolean isResolveFileDeletions() -
setResolveFileDeletions
-
isResolveMovedFiles
public boolean isResolveMovedFiles() -
setResolveMovedFiles
-
isResolveFiletypeChanges
public boolean isResolveFiletypeChanges() -
setResolveFiletypeChanges
-
isResolveFileAttributeChanges
public boolean isResolveFileAttributeChanges() -
setResolveFileAttributeChanges
-
setResolveResolveType
-
getChangelistId
public int getChangelistId() -
setChangelistId
-
isForceTextualMerge
public boolean isForceTextualMerge() -
setForceTextualMerge
-
isIgnoreWhitespaceChanges
public boolean isIgnoreWhitespaceChanges() -
setIgnoreWhitespaceChanges
-
isIgnoreWhitespace
public boolean isIgnoreWhitespace() -
setIgnoreWhitespace
-
isIgnoreLineEndings
public boolean isIgnoreLineEndings() -
setIgnoreLineEndings
-
isShowBase
public boolean isShowBase() -
setShowBase
-
setResolveStreamSpec
-