public class SVNAdminAreaInfo extends Object
Constructor and Description |
---|
SVNAdminAreaInfo(SVNWCAccess access,
SVNAdminArea anchor,
SVNAdminArea target,
String targetName) |
Modifier and Type | Method and Description |
---|---|
void |
addDepth(String path,
SVNDepth depth) |
void |
addExternal(String path,
String oldValue,
String newValue) |
void |
addIncompleteEntry(String path) |
void |
addNewExternal(String path,
String newValue) |
void |
addOldExternal(String path,
String oldValue) |
SVNAdminArea |
getAnchor() |
Map |
getDepths() |
Map |
getNewExternals() |
Map |
getOldExternals() |
SVNAdminArea |
getTarget() |
String |
getTargetName() |
SVNWCAccess |
getWCAccess() |
boolean |
isIncomplete(String path) |
void |
removeDepth(String path) |
void |
removeExternal(String path) |
void |
setAnchor(SVNAdminArea anchor)
This method has been added to give an ability to replace
read-only areas with write enabled ones.
|
void |
setTarget(SVNAdminArea target)
This method has been added to give an ability to replace
read-only areas with write enabled ones.
|
void |
setWCAccess(SVNWCAccess wcAccess) |
public SVNAdminAreaInfo(SVNWCAccess access, SVNAdminArea anchor, SVNAdminArea target, String targetName)
public SVNAdminArea getAnchor()
public SVNAdminArea getTarget()
public void setTarget(SVNAdminArea target)
public void setAnchor(SVNAdminArea anchor)
public String getTargetName()
public SVNWCAccess getWCAccess()
public void setWCAccess(SVNWCAccess wcAccess)
public void removeDepth(String path)
public void removeExternal(String path)
public Map getNewExternals()
public Map getOldExternals()
public Map getDepths()
public void addIncompleteEntry(String path)
public boolean isIncomplete(String path)
Copyright © 2018. All rights reserved.