Package org.tmatesoft.svn.cli.svn
Class SVNMergeInfoCommand
java.lang.Object
org.tmatesoft.svn.cli.AbstractSVNCommand
org.tmatesoft.svn.cli.svn.SVNCommand
org.tmatesoft.svn.cli.svn.SVNMergeInfoCommand
- All Implemented Interfaces:
ISVNLogEntryHandler
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected java.util.Collection<SVNOption>voidhandleLogEntry(SVNLogEntry logEntry) Handles a log entry passed.voidrun()Methods inherited from class org.tmatesoft.svn.cli.svn.SVNCommand
getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitterMethods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNMergeInfoCommand
public SVNMergeInfoCommand()
-
-
Method Details
-
createSupportedOptions
- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
acceptsRevisionRange
public boolean acceptsRevisionRange()- Overrides:
acceptsRevisionRangein classSVNCommand
-
run
- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
handleLogEntry
Description copied from interface:ISVNLogEntryHandlerHandles a log entry passed.- Specified by:
handleLogEntryin interfaceISVNLogEntryHandler- Parameters:
logEntry- anSVNLogEntryobject that represents per revision information (committed paths, log message, etc.)- Throws:
SVNException
-