public class SVNMergeInfoCommand extends SVNCommand implements ISVNLogEntryHandler
| Constructor and Description |
|---|
SVNMergeInfoCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsRevisionRange() |
protected java.util.Collection<SVNOption> |
createSupportedOptions() |
void |
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
|
void |
run() |
getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitteravailableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedprotected java.util.Collection<SVNOption> createSupportedOptions()
createSupportedOptions in class AbstractSVNCommandpublic boolean acceptsRevisionRange()
acceptsRevisionRange in class SVNCommandpublic void run()
throws SVNException
run in class AbstractSVNCommandSVNExceptionpublic void handleLogEntry(SVNLogEntry logEntry) throws SVNException
ISVNLogEntryHandlerhandleLogEntry in interface ISVNLogEntryHandlerlogEntry - an SVNLogEntry object
that represents per revision information
(committed paths, log message, etc.)SVNException