Class SVNMergeInfoUtil.ElideMergeInfoCatalogHandler
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.util.SVNMergeInfoUtil.ElideMergeInfoCatalogHandler
-
- All Implemented Interfaces:
ISVNCommitPathHandler
- Enclosing class:
- SVNMergeInfoUtil
private static class SVNMergeInfoUtil.ElideMergeInfoCatalogHandler extends java.lang.Object implements ISVNCommitPathHandler
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List
myElidablePaths
private java.util.Map
myMergeInfoCatalog
-
Constructor Summary
Constructors Constructor Description ElideMergeInfoCatalogHandler(java.util.Map mergeInfoCatalog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List
getElidablePaths()
boolean
handleCommitPath(java.lang.String path, ISVNEditor editor)
-
-
-
Method Detail
-
handleCommitPath
public boolean handleCommitPath(java.lang.String path, ISVNEditor editor) throws SVNException
- Specified by:
handleCommitPath
in interfaceISVNCommitPathHandler
- Throws:
SVNException
-
getElidablePaths
public java.util.List getElidablePaths()
-
-