Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.dav | |
org.tmatesoft.svn.core.internal.io.dav.handlers |
Modifier and Type | Method and Description |
---|---|
static DAVProperties |
DAVUtil.findStartingProperties(DAVConnection connection,
DAVRepository repos,
java.lang.String fullPath) |
static DAVProperties |
DAVUtil.getBaselineProperties(DAVConnection connection,
DAVRepository repos,
java.lang.String path,
long revision,
DAVElement[] elements) |
static DAVProperties |
DAVUtil.getResourceProperties(DAVConnection connection,
java.lang.String path,
java.lang.String label,
DAVElement[] properties) |
static DAVProperties |
DAVUtil.getStartingProperties(DAVConnection connection,
java.lang.String path,
java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
private SVNDirEntry |
DAVRepository.createDirEntry(java.lang.String fullPath,
DAVProperties child) |
static SVNProperties |
DAVUtil.filterProperties(DAVProperties source,
SVNProperties target) |
Modifier and Type | Field and Description |
---|---|
private DAVProperties |
DAVPropertiesHandler.myCurrentResource |
Modifier and Type | Method and Description |
---|---|
private void |
DAVEditorHandler.addProps(DAVProperties props,
boolean isDir) |