All Methods Static Methods Concrete Methods Deprecated Methods
Modifier and Type |
Method and Description |
static SVNErrorMessage |
createUnexpectedStatusErrorMessage(HTTPStatus httpStatus,
String method,
String path) |
static SVNProperties |
filterProperties(DAVProperties source,
SVNProperties target) |
static DAVProperties |
findStartingProperties(DAVConnection connection,
DAVRepository repos,
String fullPath) |
static DAVBaselineInfo |
getBaselineInfo(DAVConnection connection,
DAVRepository repos,
String path,
long revision,
boolean includeType,
boolean includeRevision,
DAVBaselineInfo info) |
static DAVProperties |
getBaselineProperties(DAVConnection connection,
DAVRepository repos,
String path,
long revision,
DAVElement[] elements) |
static long |
getLatestRevisionHttpV2(DAVConnection davConnection) |
static String |
getPathFromURL(String url) |
static HTTPStatus |
getProperties(DAVConnection connection,
String path,
int depth,
String label,
DAVElement[] properties,
Map result) |
static String |
getPropertyNameByElement(DAVElement element) |
static String |
getPropertyValue(DAVConnection connection,
String path,
String label,
DAVElement property) |
static DAVProperties |
getResourceProperties(DAVConnection connection,
String path,
String label,
DAVElement[] properties) |
static DAVBaselineInfo |
getStableURL(DAVConnection connection,
DAVRepository repos,
String path,
long revision,
boolean includeType,
boolean includeRevision,
DAVBaselineInfo info) |
static DAVProperties |
getStartingProperties(DAVConnection connection,
String path,
String label) |
static String |
getVCCPath(DAVConnection connection,
DAVRepository repository,
String path) |
static boolean |
isUseDAVWCURL() |
static void |
setSpecialWCProperties(ISVNEditor editor,
boolean isDir,
String path,
DAVElement property,
SVNPropertyValue propValue) |
static void |
setSpecialWCProperties(SVNProperties props,
DAVElement property,
SVNPropertyValue propValue)
|
static void |
setSpecialWCProperties(SVNProperties props,
DAVElement property,
SVNPropertyValue propValue,
boolean isDir) |
static void |
setUseDAVWCURL(boolean useDAVWCURL) |