Package org.tmatesoft.svn.cli.svnlook
Class SVNLookChangedCommand
java.lang.Object
org.tmatesoft.svn.cli.AbstractSVNCommand
org.tmatesoft.svn.cli.svnlook.SVNLookCommand
org.tmatesoft.svn.cli.svnlook.SVNLookChangedCommand
- All Implemented Interfaces:
ISVNChangeEntryHandler
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection
void
handleEntry
(SVNChangeEntry entry) Handles information on a changed path.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
-
SVNLookChangedCommand
public SVNLookChangedCommand()
-
-
Method Details
-
createSupportedOptions
- Specified by:
createSupportedOptions
in classAbstractSVNCommand
-
run
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
handleEntry
Description copied from interface:ISVNChangeEntryHandler
Handles information on a changed path.- Specified by:
handleEntry
in interfaceISVNChangeEntryHandler
- Parameters:
entry
- an object containing details of a path change- Throws:
SVNException
-