public class SVNLookDirsChangedCommand extends SVNLookCommand implements ISVNChangedDirectoriesHandler
| Constructor and Description |
|---|
SVNLookDirsChangedCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection |
createSupportedOptions() |
void |
handleDir(java.lang.String path)
Handles changed directory path.
|
void |
run() |
getFSRoot, getGlobalOptions, getProperties, getResourceBundleName, getRevisionObject, getSVNLookEnvironmentavailableCommands, getAliases, getCommand, getDescription, getEnvironment, getName, getSupportedOptions, getValidOptions, init, isAlias, isFailed, isOptionSupported, registerCommand, setFailedprotected java.util.Collection createSupportedOptions()
createSupportedOptions in class AbstractSVNCommandpublic void run()
throws SVNException
run in class AbstractSVNCommandSVNExceptionpublic void handleDir(java.lang.String path)
throws SVNException
ISVNChangedDirectoriesHandlerpath is always absolute.handleDir in interface ISVNChangedDirectoriesHandlerpath - a changed dir pathSVNException