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, setCancelledpublic SVNCommandEnvironment(String programName, PrintStream out, PrintStream err, InputStream in)
public void initClientManager()
throws SVNException
initClientManager in class AbstractSVNCommandEnvironmentSVNExceptionprotected String refineCommandName(String commandName, SVNCommandLine commandLine) throws SVNException
refineCommandName in class AbstractSVNCommandEnvironmentSVNExceptionprotected DefaultSVNOptions createClientOptions() throws SVNException
createClientOptions in class AbstractSVNCommandEnvironmentSVNExceptionprotected ISVNAuthenticationManager createClientAuthenticationManager()
createClientAuthenticationManager in class AbstractSVNCommandEnvironmentprotected void initOptions(SVNCommandLine commandLine) throws SVNException
initOptions in class AbstractSVNCommandEnvironmentSVNExceptionprotected void initOption(SVNOptionValue optionValue) throws SVNException
initOption in class AbstractSVNCommandEnvironmentSVNExceptionprotected SVNCommand getSVNCommand()
protected void validateOptions(SVNCommandLine commandLine) throws SVNException
validateOptions in class AbstractSVNCommandEnvironmentSVNExceptionprotected String getCommandLineClientName()
getCommandLineClientName in class AbstractSVNCommandEnvironmentpublic 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
SVNExceptionpublic 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
ISVNCommitHandlercommitables) 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 ISVNCommitHandlermessage - log message for commitcommitables - paths to commitrevisionProperties - initial revision propertiesSVNExceptionpublic String getCommitMessage(String message, SVNCommitItem[] commitables) throws SVNException
ISVNCommitHandlergetCommitMessage in interface ISVNCommitHandlermessage - an initial log messagecommitables - an array of items to be committedSVNExceptionCopyright © 2025. All rights reserved.