Package org.tmatesoft.svn.cli.svnlook
Class SVNLookDirsChangedCommand
java.lang.Object
org.tmatesoft.svn.cli.AbstractSVNCommand
org.tmatesoft.svn.cli.svnlook.SVNLookCommand
org.tmatesoft.svn.cli.svnlook.SVNLookDirsChangedCommand
- All Implemented Interfaces:
ISVNChangedDirectoriesHandler
public class SVNLookDirsChangedCommand
extends SVNLookCommand
implements ISVNChangedDirectoriesHandler
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CollectionvoidHandles changed directory 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, setFailed
-
Constructor Details
-
SVNLookDirsChangedCommand
public SVNLookDirsChangedCommand()
-
-
Method Details
-
createSupportedOptions
- Specified by:
createSupportedOptionsin classAbstractSVNCommand
-
run
- Specified by:
runin classAbstractSVNCommand- Throws:
SVNException
-
handleDir
Description copied from interface:ISVNChangedDirectoriesHandlerHandles changed directory path.pathis always absolute.- Specified by:
handleDirin interfaceISVNChangedDirectoriesHandler- Parameters:
path- a changed dir path- Throws:
SVNException
-