Class SVNAdminAreaInfo

java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaInfo

public class SVNAdminAreaInfo extends Object
Version:
1.3
  • Field Details

    • myTargetName

      private String myTargetName
    • myTarget

      private SVNAdminArea myTarget
    • myAnchor

      private SVNAdminArea myAnchor
    • myAccess

      private SVNWCAccess myAccess
    • myNewExternals

      private Map myNewExternals
    • myOldExternals

      private Map myOldExternals
    • myDepths

      private Map myDepths
    • myIncompleteEntries

      private Set myIncompleteEntries
    • myIsEnableIncompleteTrick

      private boolean myIsEnableIncompleteTrick
  • Constructor Details

  • Method Details

    • getAnchor

      public SVNAdminArea getAnchor()
    • getTarget

      public SVNAdminArea getTarget()
    • setTarget

      public void setTarget(SVNAdminArea target)
      This method has been added to give an ability to replace read-only areas with write enabled ones.
    • setAnchor

      public void setAnchor(SVNAdminArea anchor)
      This method has been added to give an ability to replace read-only areas with write enabled ones.
    • getTargetName

      public String getTargetName()
    • getWCAccess

      public SVNWCAccess getWCAccess()
    • setWCAccess

      public void setWCAccess(SVNWCAccess wcAccess)
    • addOldExternal

      public void addOldExternal(String path, String oldValue)
    • addNewExternal

      public void addNewExternal(String path, String newValue)
    • addExternal

      public void addExternal(String path, String oldValue, String newValue)
    • addDepth

      public void addDepth(String path, SVNDepth depth)
    • removeDepth

      public void removeDepth(String path)
    • removeExternal

      public void removeExternal(String path)
    • getNewExternals

      public Map getNewExternals()
    • getOldExternals

      public Map getOldExternals()
    • getDepths

      public Map getDepths()
    • addIncompleteEntry

      public void addIncompleteEntry(String path)
    • isIncomplete

      public boolean isIncomplete(String path)