Class SVNMergeDriver.SubTreeMergeInfoHandler
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNMergeDriver.SubTreeMergeInfoHandler
-
- All Implemented Interfaces:
ISVNEntryHandler
- Enclosing class:
- SVNMergeDriver
protected class SVNMergeDriver.SubTreeMergeInfoHandler extends java.lang.Object implements ISVNEntryHandler
-
-
Constructor Summary
Constructors Constructor Description SubTreeMergeInfoHandler(java.io.File targetPath, SVNURL targetReposRoot)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.CollectiongetSubTreesWithMergeInfoPaths()voidhandleEntry(java.io.File path, SVNEntry entry)voidhandleError(java.io.File path, SVNErrorMessage error)
-
-
-
Constructor Detail
-
SubTreeMergeInfoHandler
public SubTreeMergeInfoHandler(java.io.File targetPath, SVNURL targetReposRoot)
-
-
Method Detail
-
handleEntry
public void handleEntry(java.io.File path, SVNEntry entry) throws SVNException- Specified by:
handleEntryin interfaceISVNEntryHandler- Throws:
SVNException
-
handleError
public void handleError(java.io.File path, SVNErrorMessage error) throws SVNException- Specified by:
handleErrorin interfaceISVNEntryHandler- Throws:
SVNException
-
getSubTreesWithMergeInfoPaths
public java.util.Collection getSubTreesWithMergeInfoPaths()
-
-