public interface ISVNChangelistHandler
SVNChangelistClient
.Modifier and Type | Method | Description |
---|---|---|
void |
handle(java.io.File path,
java.lang.String changelistName) |
Handles the next path belonging to
changelistName . |
void handle(java.io.File path, java.lang.String changelistName)
changelistName
.
On each invocation, path
is a newly discovered member of the changelist named
changelistName
.path
- working copy pathchangelistName
- changelist name