public interface ISVNPathListHandler
SVNBasicClient.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.Modifier and Type | Method and Description |
---|---|
void |
handlePathListItem(java.io.File path)
Hadles a working copy path.
|
void handlePathListItem(java.io.File path) throws SVNException
path
- working copy pathSVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.