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 java.util.CollectionvoidhandleEntry(SVNChangeEntry entry) Handles information on a changed path.voidrun()Methods inherited from class org.tmatesoft.svn.cli.svnlook.SVNLookCommand
getFSRoot, getGlobalOptions, getProperties, getResourceBundleName, getRevisionObject, getSVNLookEnvironmentMethods inherited from class org.tmatesoft.svn.cli.AbstractSVNCommand
availableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNLookChangedCommand
public SVNLookChangedCommand()
-
-
Method Details
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
run
- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
handleEntry
Description copied from interface:ISVNChangeEntryHandlerHandles information on a changed path.- Specified by:
handleEntryin interfaceISVNChangeEntryHandler- Parameters:
entry- an object containing details of a path change- Throws:
SVNException
-