Package | Description |
---|---|
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.core.javahl17 | |
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Method and Description |
---|---|
private void |
SVNPropListCommand.printInhertiedProperties(SvnTarget target,
java.util.List<SvnInheritedProperties> propsList) |
private void |
SVNPropListCommand.printInhertiedPropertiesXML(SvnTarget target,
java.util.List<SvnInheritedProperties> propsList) |
private void |
SVNPropGetCommand.printInhertiedPropertiesXML(SvnTarget target,
java.lang.String propertyName,
java.util.List<SvnInheritedProperties> propsList) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<SvnInheritedProperties> |
SVNClientImpl.PropertiesReceiverProvider.lastInheritedProperties |
Modifier and Type | Method and Description |
---|---|
private ISvnObjectReceiver<java.util.List<SvnInheritedProperties>> |
SVNClientImpl.PropertiesReceiverProvider.getInheritedPropertiesReceiver() |
Modifier and Type | Method and Description |
---|---|
private static java.util.Collection<InheritedProplistCallback.InheritedItem> |
SVNClientImpl.getInheritedProperties(java.util.List<SvnInheritedProperties> inheritedProperties) |
Modifier and Type | Field and Description |
---|---|
private ISvnObjectReceiver<java.util.List<SvnInheritedProperties>> |
SvnGetProperties.inheritedPropertiesReceiver |
Modifier and Type | Method and Description |
---|---|
ISvnObjectReceiver<java.util.List<SvnInheritedProperties>> |
SvnGetProperties.getTargetInheritedPropertiesReceiver() |
Modifier and Type | Method and Description |
---|---|
void |
SvnGetProperties.setTargetInheritedPropertiesReceiver(ISvnObjectReceiver<java.util.List<SvnInheritedProperties>> receiver) |