|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The ISVNPathListHandler is used by SVN*Client classes as a callback in operations performed on multiple paths.
Implementations of this interface can be provided to an SVN*Client object via a call toSVNBasicClient.setPathListHandler(ISVNPathListHandler).
For example, this handler is used in
SVNUpdateClient.doUpdate(File[], SVNRevision, org.tmatesoft.svn.core.SVNDepth, boolean, boolean)
where the handler is called before updating a next working copy path from the paths array.
| Method Summary | |
void |
handlePathListItem(File path)
Hadles a working copy path. |
| Method Detail |
public void handlePathListItem(File path)
throws SVNException
path - working copy path
SVNException
|
SVNKit Home | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||