Package org.tmatesoft.svn.core.wc
Interface ISVNChangelistHandler
-
public interface ISVNChangelistHandlerThe ISVNChangelistHandler is an interface for handlers used in changelist retrieval methods ofSVNChangelistClient.- Since:
- 1.2
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(java.io.File path, java.lang.String changelistName)Handles the next path belonging tochangelistName.
-
-
-
Method Detail
-
handle
void handle(java.io.File path, java.lang.String changelistName)Handles the next path belonging tochangelistName. On each invocation,pathis a newly discovered member of the changelist namedchangelistName.- Parameters:
path- working copy pathchangelistName- changelist name
-
-