public class SVNCommandEnvironment extends AbstractSVNCommandEnvironment implements ISVNCommitHandler
NULL
Constructor and Description |
---|
SVNCommandEnvironment(String programName,
PrintStream out,
PrintStream err,
InputStream in) |
checkCancelled, combineTargets, createClientManager, dispose, getArguments, getClientManager, getCommand, getCommandName, getCommandName, getErr, getIn, getOptions, getOut, getProgramName, getRelativePath, getURLFromTarget, handleError, handleWarning, init, initCommand, isVersioned, parseRevision, popArgument, printCommitInfo, readFromFile, run, setArguments, setCancelled
public SVNCommandEnvironment(String programName, PrintStream out, PrintStream err, InputStream in)
public void initClientManager() throws SVNException
initClientManager
in class AbstractSVNCommandEnvironment
SVNException
protected String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException
refineCommandName
in class AbstractSVNCommandEnvironment
SVNException
protected DefaultSVNOptions createClientOptions() throws SVNException
createClientOptions
in class AbstractSVNCommandEnvironment
SVNException
protected ISVNAuthenticationManager createClientAuthenticationManager()
createClientAuthenticationManager
in class AbstractSVNCommandEnvironment
protected void initOptions(SVNCommandLine commandLine) throws SVNException
initOptions
in class AbstractSVNCommandEnvironment
SVNException
protected void initOption(SVNOptionValue optionValue) throws SVNException
initOption
in class AbstractSVNCommandEnvironment
SVNException
protected SVNCommand getSVNCommand()
protected void validateOptions(SVNCommandLine commandLine) throws SVNException
validateOptions
in class AbstractSVNCommandEnvironment
SVNException
protected String getCommandLineClientName()
getCommandLineClientName
in class AbstractSVNCommandEnvironment
public boolean isReIntegrate()
public SVNShowRevisionType getShowRevisionType()
public boolean isChangeOptionUsed()
public boolean isRevisionOptionUsed()
public String getChangelist()
public String[] getChangelists()
public Collection getChangelistsCollection()
public boolean isIgnoreKeywords()
public SVNDepth getDepth()
public SVNDepth getSetDepth()
public boolean isVerbose()
public boolean isNoIgnore()
public boolean isUpdate()
public boolean isQuiet()
public boolean isIncremental()
public boolean isRevprop()
public boolean isStrict()
public List getRevisionRanges()
public SVNRevision getStartRevision()
public SVNRevision getEndRevision()
public boolean isXML()
public boolean isVersion()
public boolean isForce()
public String getEncoding()
public byte[] getFileData()
public List getTargets()
public boolean isForceLog()
public String getEditorCommand()
public String getDiffCommand()
public String getMessage()
public SVNProperties getRevisionProperties()
public boolean isDryRun()
public boolean isIgnoreAncestry()
public boolean isShowCopiesAsAdds()
public boolean isGitDiffFormat()
public boolean isPropertiesOnly()
public boolean isIgnoreProperties()
public boolean isReverseDiff()
public boolean isIgnoreWhitespace()
public boolean isShowDiff()
public boolean isUseMergeHistory()
public boolean isRecordOnly()
public Collection getExtensions()
public String getNativeEOL()
public boolean isRelocate()
public boolean isNoUnlock()
public boolean isKeepChangelist()
public boolean isParents()
public boolean isKeepLocal()
public SVNConflictAcceptPolicy getResolveAccept()
public boolean isRemove()
public boolean isSummarize()
public boolean isNoticeAncestry()
public boolean isNoDiffDeleted()
public boolean isNoDiffAdded()
public String getOldTarget()
public String getNewTarget()
public String getAuthorOfInterest()
public boolean isNoAutoProps()
public String getRegularExpression()
public long getLimit()
public boolean isStopOnCopy()
public boolean isAllRevisionProperties()
public int getStripCount()
public SVNDiffOptions getDiffOptions() throws SVNException
SVNException
public boolean isAllowMixedRevisions()
public boolean isShowInheritedProps()
public String getShowItem()
public boolean isNoNewLine()
public boolean isPinExternals()
public boolean isRemoveUnversioned()
public boolean isRemoveIgnored()
public boolean isIncludeExternals()
public SVNConflictStats getConflictStats()
public SVNProperties getRevisionProperties(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) throws SVNException
ISVNCommitHandler
commitables
) collected for committing and the commit log message.
Only the returned filtered revision properties will be set on a new committed revision.
getRevisionProperties
in interface ISVNCommitHandler
message
- log message for commitcommitables
- paths to commitrevisionProperties
- initial revision propertiesSVNException
public String getCommitMessage(String message, SVNCommitItem[] commitables) throws SVNException
ISVNCommitHandler
getCommitMessage
in interface ISVNCommitHandler
message
- an initial log messagecommitables
- an array of items to be committedSVNException
Copyright © 2019. All rights reserved.