|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISVNNotifyListener
A callback interface used for receiving notifications of a progress of a subversion command invocation.
| Nested Class Summary | |
|---|---|
static class |
ISVNNotifyListener.Command
An enumeration class representing the supported subversion commands/actions. |
| Method Summary | |
|---|---|
void |
logCommandLine(java.lang.String commandLine)
called at the beginning of the command |
void |
logCompleted(java.lang.String message)
called when a command has completed |
void |
logError(java.lang.String message)
called when an error happen during a command |
void |
logMessage(java.lang.String message)
called multiple times during the execution of a command |
void |
logRevision(long revision,
java.lang.String path)
Called when a command has completed to report that the command completed against the specified revision. |
void |
onNotify(java.io.File path,
SVNNodeKind kind)
called when a subversion action happen on a file (add, delete, update ...) |
void |
setCommand(int command)
Tell the callback the command to be executed |
| Method Detail |
|---|
void setCommand(int command)
command - one of ISVNNotifyListener.Command.* constantsvoid logCommandLine(java.lang.String commandLine)
commandLine - void logMessage(java.lang.String message)
message - void logError(java.lang.String message)
message -
void logRevision(long revision,
java.lang.String path)
revision - path - - path to folder which revision is reported (either root, or some of svn:externals)void logCompleted(java.lang.String message)
message -
void onNotify(java.io.File path,
SVNNodeKind kind)
path - the canonical path of the file or dirkind - file or dir or unknown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||