Class SVNExternalsStore

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.SVNExternalsStore

public class SVNExternalsStore extends java.lang.Object
Version:
1.3
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private SVNHashMap
     
    private SVNHashMap
     
    private SVNHashMap
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addDepth(java.io.File localAbsPath, SVNDepth depth)
     
    void
    addExternal(java.io.File path, java.lang.String oldValue, java.lang.String newValue)
     
    void
    addNewExternal(java.io.File path, java.lang.String newValue)
     
    void
    addOldExternal(java.io.File path, java.lang.String oldValue)
     
    java.util.Map<java.io.File,SVNDepth>
     
    java.util.Map<java.io.File,java.lang.String>
     
    java.util.Map<java.io.File,java.lang.String>
     
    void
    removeDepth(java.lang.String path)
     
    void
    removeExternal(java.lang.String path)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • SVNExternalsStore

      public SVNExternalsStore()
  • Method Details

    • addOldExternal

      public void addOldExternal(java.io.File path, java.lang.String oldValue)
    • addNewExternal

      public void addNewExternal(java.io.File path, java.lang.String newValue)
    • addExternal

      public void addExternal(java.io.File path, java.lang.String oldValue, java.lang.String newValue)
    • addDepth

      public void addDepth(java.io.File localAbsPath, SVNDepth depth)
    • removeDepth

      public void removeDepth(java.lang.String path)
    • removeExternal

      public void removeExternal(java.lang.String path)
    • getNewExternals

      public java.util.Map<java.io.File,java.lang.String> getNewExternals()
    • getOldExternals

      public java.util.Map<java.io.File,java.lang.String> getOldExternals()
    • getDepths

      public java.util.Map<java.io.File,SVNDepth> getDepths()