public class SVNAdminListTransactionsCommand extends SVNAdminCommand implements ISVNAdminEventHandler
UNKNOWNNULL| Constructor and Description |
|---|
SVNAdminListTransactionsCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkCancelled()
Checks if the current operation is cancelled (somehow interrupted)
and should throw an SVNCancelException or notify the handler if exists.
|
protected java.util.Collection |
createSupportedOptions() |
void |
handleAdminEvent(SVNAdminEvent event,
double progress)
Handles the current admin event.
|
void |
handleEvent(SVNEvent event,
double progress)
Handles the current event.
|
void |
run() |
getGlobalOptions, getLocalRepository, getLocalRepository, getResourceBundleName, getRevisionNumber, getSVNAdminEnvironmentavailableCommands, 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 handleAdminEvent(SVNAdminEvent event, double progress) throws SVNException
ISVNAdminEventHandlerhandleAdminEvent in interface ISVNAdminEventHandlerevent - an event to handleprogress - progress state (reserved for future purposes)SVNExceptionpublic void handleEvent(SVNEvent event, double progress) throws SVNException
ISVNEventHandlerGenerally all operations represented by do*() methods of SVN*Client objects are followed by generating a sequence of events that are passed to the registered ISVNEventHandler object for custom processing. For example, during an update operation each local item being modified is signaled about by dispatching a specific for this item SVNEvent object to this method where this event can be scrutinized and handled in a desired way.
handleEvent in interface ISVNEventHandlerevent - the current event that keeps detailed information on
the type of action occured and other attributes like path,
status, etc.progress - currently reserved for future use; now it's value
is always set to ISVNEventHandler.UNKNOWNSVNExceptionpublic void checkCancelled()
throws SVNCancelException
ISVNCancellercheckCancelled in interface ISVNCancellerSVNCancelException