public class SVNExternalsStore extends Object
Constructor and Description |
---|
SVNExternalsStore() |
Modifier and Type | Method and Description |
---|---|
void |
addDepth(File localAbsPath,
SVNDepth depth) |
void |
addExternal(File path,
String oldValue,
String newValue) |
void |
addNewExternal(File path,
String newValue) |
void |
addOldExternal(File path,
String oldValue) |
Map<File,SVNDepth> |
getDepths() |
Map<File,String> |
getNewExternals() |
Map<File,String> |
getOldExternals() |
void |
removeDepth(String path) |
void |
removeExternal(String path) |
Copyright © 2024. All rights reserved.