Class SVNTreeConflictEditor

  • All Implemented Interfaces:
    ISVNEditor2

    public class SVNTreeConflictEditor
    extends java.lang.Object
    implements ISVNEditor2
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void abort()  
      void addAbsent​(java.lang.String path, SVNNodeKind kind, long replacesRev)  
      void addDir​(java.lang.String path, java.util.List<java.lang.String> children, SVNProperties props, long replacesRev)  
      void addFile​(java.lang.String path, SvnChecksum checksum, java.io.InputStream contents, SVNProperties props, long replacesRev)  
      void addSymlink​(java.lang.String path, java.lang.String target, SVNProperties props, long replacesRev)  
      void alterDir​(java.lang.String path, long revision, java.util.List<java.lang.String> children, SVNProperties props)  
      void alterFile​(java.lang.String path, long expectedMoveDstRevision, SVNProperties newProps, SvnChecksum newChecksum, java.io.InputStream newContents)  
      void alterSymlink​(java.lang.String path, long revision, SVNProperties props, java.lang.String target)  
      void complete()  
      void copy​(java.lang.String srcPath, long srcRevision, java.lang.String dstPath, long replacesRev)  
      void delete​(java.lang.String path, long revision)  
      void move​(java.lang.String srcPath, long srcRevision, java.lang.String dstPath, long replacesRev)  
      void rotate​(java.util.List<java.lang.String> relPaths, java.util.List<java.lang.String> revisions)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait