Class SVNAdminAreaInfo
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaInfo
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNWCAccess
private SVNAdminArea
private Map
private Set
private boolean
private Map
private Map
private SVNAdminArea
private String
-
Constructor Summary
ConstructorsConstructorDescriptionSVNAdminAreaInfo
(SVNWCAccess access, SVNAdminArea anchor, SVNAdminArea target, String targetName) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addExternal
(String path, String oldValue, String newValue) void
addIncompleteEntry
(String path) void
addNewExternal
(String path, String newValue) void
addOldExternal
(String path, String oldValue) 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)
-
Field Details
-
myTargetName
-
myTarget
-
myAnchor
-
myAccess
-
myNewExternals
-
myOldExternals
-
myDepths
-
myIncompleteEntries
-
myIsEnableIncompleteTrick
private boolean myIsEnableIncompleteTrick
-
-
Constructor Details
-
SVNAdminAreaInfo
public SVNAdminAreaInfo(SVNWCAccess access, SVNAdminArea anchor, SVNAdminArea target, String targetName)
-
-
Method Details
-
getAnchor
-
getTarget
-
setTarget
This method has been added to give an ability to replace read-only areas with write enabled ones. -
setAnchor
This method has been added to give an ability to replace read-only areas with write enabled ones. -
getTargetName
-
getWCAccess
-
setWCAccess
-
addOldExternal
-
addNewExternal
-
addExternal
-
addDepth
-
removeDepth
-
removeExternal
-
getNewExternals
-
getOldExternals
-
getDepths
-
addIncompleteEntry
-
isIncomplete
-