public class SVNLogCommand extends SVNXMLCommand implements ISVNLogEntryHandler
| Constructor and Description |
|---|
SVNLogCommand() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptsRevisionRange() |
protected Collection |
createSupportedOptions() |
void |
handleLogEntry(SVNLogEntry logEntry)
Handles a log entry passed.
|
protected void |
printLogEntry(SVNLogEntry logEntry) |
protected void |
printLogEntryXML(SVNLogEntry logEntry) |
void |
run() |
addXMLProp, closeXMLTag, openCDataTag, openXMLTag, openXMLTag, printXMLFooter, printXMLHeader, printXMLPropHashgetFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitteravailableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedpublic boolean acceptsRevisionRange()
acceptsRevisionRange in class SVNCommandprotected Collection createSupportedOptions()
createSupportedOptions in class AbstractSVNCommandpublic 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.)SVNExceptionprotected void printLogEntry(SVNLogEntry logEntry) throws SVNException
SVNExceptionprotected void printLogEntryXML(SVNLogEntry logEntry) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.