public class SVNLogCommand extends SVNXMLCommand implements ISVNLogEntryHandler
Constructor and Description |
---|
SVNLogCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsRevisionRange() |
protected java.util.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, printXMLPropHash
getFileAmbigousErrorMessage, getGlobalOptions, getMessageAmbigousErrorMessage, getResourceBundleName, getSVNEnvironment, isCommitter
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
public boolean acceptsRevisionRange()
acceptsRevisionRange
in class SVNCommand
protected java.util.Collection createSupportedOptions()
createSupportedOptions
in class AbstractSVNCommand
public void run() throws SVNException
run
in class AbstractSVNCommand
SVNException
public void handleLogEntry(SVNLogEntry logEntry) throws SVNException
ISVNLogEntryHandler
handleLogEntry
in interface ISVNLogEntryHandler
logEntry
- an SVNLogEntry
object
that represents per revision information
(committed paths, log message, etc.)SVNException
protected void printLogEntry(SVNLogEntry logEntry) throws SVNException
SVNException
protected void printLogEntryXML(SVNLogEntry logEntry) throws SVNException
SVNException
Copyright © 2020. All rights reserved.