Package org.tmatesoft.svn.cli.svnlook
Class SVNLookHistoryCommand
java.lang.Object
org.tmatesoft.svn.cli.AbstractSVNCommand
org.tmatesoft.svn.cli.svnlook.SVNLookCommand
org.tmatesoft.svn.cli.svnlook.SVNLookHistoryCommand
- All Implemented Interfaces:
ISVNHistoryHandler
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection
void
handlePath
(SVNAdminPath path) Handles path information.void
run()
Methods inherited from class org.tmatesoft.svn.cli.svnlook.SVNLookCommand
getFSRoot, getGlobalOptions, getProperties, getResourceBundleName, getRevisionObject, getSVNLookEnvironment
Methods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailed
-
Constructor Details
-
SVNLookHistoryCommand
public SVNLookHistoryCommand()
-
-
Method Details
-
createSupportedOptions
- Specified by:
createSupportedOptions
in classAbstractSVNCommand
-
run
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
handlePath
Description copied from interface:ISVNHistoryHandler
Handles path information.- Specified by:
handlePath
in interfaceISVNHistoryHandler
- Parameters:
path
- repository path information- Throws:
SVNException
-