Package | Description |
---|---|
org.tmatesoft.svn.core.internal.io.dav | |
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.io.svn | |
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DAVRepository.getInheritedPropertiesImpl(String path,
long revision,
String propertyName,
ISVNInheritedPropertiesHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
FSRepository.getInheritedPropertiesImpl(String path,
long revision,
String propertyName,
ISVNInheritedPropertiesHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNRepositoryImpl.getInheritedPropertiesImpl(String path,
long revision,
String propertyName,
ISVNInheritedPropertiesHandler handler) |
Modifier and Type | Method and Description |
---|---|
void |
SVNRepository.getInheritedProperties(String path,
long revision,
String propertyName,
ISVNInheritedPropertiesHandler handler) |
protected abstract void |
SVNRepository.getInheritedPropertiesImpl(String path,
long revision,
String propertyName,
ISVNInheritedPropertiesHandler handler) |
Copyright © 2023. All rights reserved.