Class SVNAdminAreaInfo
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaInfo
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNWCAccessprivate SVNAdminAreaprivate Mapprivate Setprivate booleanprivate Mapprivate Mapprivate SVNAdminAreaprivate String -
Constructor Summary
ConstructorsConstructorDescriptionSVNAdminAreaInfo(SVNWCAccess access, SVNAdminArea anchor, SVNAdminArea target, String targetName) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddExternal(String path, String oldValue, String newValue) voidaddIncompleteEntry(String path) voidaddNewExternal(String path, String newValue) voidaddOldExternal(String path, String oldValue) booleanisIncomplete(String path) voidremoveDepth(String path) voidremoveExternal(String path) voidsetAnchor(SVNAdminArea anchor) This method has been added to give an ability to replace read-only areas with write enabled ones.voidsetTarget(SVNAdminArea target) This method has been added to give an ability to replace read-only areas with write enabled ones.voidsetWCAccess(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
-