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 Constructor Description SVNLookDirsChangedCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.Collection
createSupportedOptions()
void
handleDir(java.lang.String path)
Handles changed directory 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
-
-
-
-
Method Detail
-
createSupportedOptions
protected java.util.Collection createSupportedOptions()
- Specified by:
createSupportedOptions
in classAbstractSVNCommand
-
run
public void run() throws SVNException
- Specified by:
run
in classAbstractSVNCommand
- Throws:
SVNException
-
handleDir
public void handleDir(java.lang.String path) throws SVNException
Description copied from interface:ISVNChangedDirectoriesHandler
Handles changed directory path.path
is always absolute.- Specified by:
handleDir
in interfaceISVNChangedDirectoriesHandler
- Parameters:
path
- a changed dir path- Throws:
SVNException
-
-