public class SVNLookChangedCommand extends SVNLookCommand implements ISVNChangeEntryHandler
| Constructor and Description |
|---|
SVNLookChangedCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Collection |
createSupportedOptions() |
void |
handleEntry(SVNChangeEntry entry)
Handles information on a changed 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 handleEntry(SVNChangeEntry entry) throws SVNException
ISVNChangeEntryHandlerhandleEntry in interface ISVNChangeEntryHandlerentry - an object containing details of a path changeSVNException