| Package | Description |
|---|---|
| org.tmatesoft.svn.cli.svn | |
| org.tmatesoft.svn.core.internal.wc16 | |
| org.tmatesoft.svn.core.internal.wc2.compat | |
| org.tmatesoft.svn.core.internal.wc2.ng | |
| org.tmatesoft.svn.core.internal.wc2.old | |
| org.tmatesoft.svn.core.internal.wc2.remote | |
| org.tmatesoft.svn.core.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
| org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
| 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 |
|---|---|
protected SVNPropertyData |
SVNPropertiesCommand.getPathProperty(java.io.File path) |
protected SVNPropertyData |
SVNPropertiesCommand.getRevisionProperty(long revision) |
protected SVNPropertyData |
SVNPropertiesCommand.getURLProperty(SVNURL url) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<SVNPropertyData> |
SVNPropListCommand.getPropdataList(SVNProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.StringBuffer |
SVNXMLCommand.addXMLProp(SVNPropertyData property,
boolean inheritedProperty,
java.lang.StringBuffer xmlBuffer) |
void |
SVNPropertiesCommand.handleProperty(java.io.File path,
SVNPropertyData property) |
void |
SVNPropertiesCommand.handleProperty(long revision,
SVNPropertyData property) |
void |
SVNPropSetCommand.handleProperty(long revision,
SVNPropertyData property) |
void |
SVNPropDelCommand.handleProperty(long revision,
SVNPropertyData property) |
void |
SVNPropertiesCommand.handleProperty(SVNURL url,
SVNPropertyData property) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SVNPropertiesCommand.printProplist(java.util.List<SVNPropertyData> props,
boolean omitNewLine) |
| Modifier and Type | Method and Description |
|---|---|
SVNPropertyData |
SVNWCClient16.doGetProperty(java.io.File path,
java.lang.String propName,
SVNRevision pegRevision,
SVNRevision revision)
Gets the value of the property
propName for
path. |
SVNPropertyData |
SVNWCClient16.doGetProperty(SVNURL url,
java.lang.String propName,
SVNRevision pegRevision,
SVNRevision revision)
Gets the value of the property
propName for url
. |
| Modifier and Type | Method and Description |
|---|---|
static ISvnObjectReceiver<SVNPropertyData> |
SvnCodec.propertyReceiver(ISVNPropertyHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
protected SVNPropertyData |
SvnNgSetProperty.run(SVNWCContext context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
java.io.File path,
java.lang.String propertyName,
SVNPropertyValue propertyValue,
ISvnPropertyValueProvider pvProvider,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
java.util.Collection<java.lang.String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
java.io.File path,
java.lang.String propertyName,
SVNPropertyValue propertyValue,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
java.util.Collection<java.lang.String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
java.io.File path,
SVNNodeKind kind,
java.lang.String propertyName,
SVNPropertyValue value,
ISvnPropertyValueProvider pvProvider,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver) |
| Modifier and Type | Method and Description |
|---|---|
protected SVNPropertyData |
SvnOldSetProperty.run() |
| Modifier and Type | Method and Description |
|---|---|
void |
SvnOldGetProperties.handleProperty(java.io.File path,
SVNPropertyData property) |
void |
SvnOldSetProperty.handleProperty(java.io.File path,
SVNPropertyData property) |
void |
SvnOldGetProperties.handleProperty(long revision,
SVNPropertyData property) |
void |
SvnOldSetProperty.handleProperty(long revision,
SVNPropertyData property) |
void |
SvnOldGetProperties.handleProperty(SVNURL url,
SVNPropertyData property) |
void |
SvnOldSetProperty.handleProperty(SVNURL url,
SVNPropertyData property) |
| Modifier and Type | Method and Description |
|---|---|
protected SVNPropertyData |
SvnRemoteSetRevisionProperty.run() |
| Modifier and Type | Method and Description |
|---|---|
void |
SvnRemoteSetPropertyImpl.handleProperty(java.io.File path,
SVNPropertyData property) |
void |
SvnRemoteSetPropertyImpl.handleProperty(long revision,
SVNPropertyData property) |
void |
SvnRemoteSetPropertyImpl.handleProperty(SVNURL url,
SVNPropertyData property) |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaHLPropertyHandler.handleProperty(java.io.File path,
SVNPropertyData property) |
void |
JavaHLPropertyHandler.handleProperty(long revision,
SVNPropertyData property) |
void |
JavaHLPropertyHandler.handleProperty(SVNURL url,
SVNPropertyData property) |
| Modifier and Type | Method and Description |
|---|---|
SVNPropertyData |
SVNWCClient.doGetProperty(java.io.File path,
java.lang.String propName,
SVNRevision pegRevision,
SVNRevision revision)
Gets the value of the property
propName for
path. |
SVNPropertyData |
SVNWCClient.doGetProperty(SVNURL url,
java.lang.String propName,
SVNRevision pegRevision,
SVNRevision revision)
Gets the value of the property
propName for url
. |
| Modifier and Type | Method and Description |
|---|---|
void |
ISVNPropertyHandler.handleProperty(java.io.File path,
SVNPropertyData property)
Handles local item's properties (located in a Working Copy).
|
void |
ISVNPropertyHandler.handleProperty(long revision,
SVNPropertyData property)
Handles a revision property.
|
void |
ISVNPropertyHandler.handleProperty(SVNURL url,
SVNPropertyData property)
Handles remote item's properies (located in a repository).
|
| Modifier and Type | Field and Description |
|---|---|
private ISvnObjectReceiver<SVNPropertyData> |
SvnRemoteSetProperty.propertyReceiver |
| Modifier and Type | Method and Description |
|---|---|
ISvnObjectReceiver<SVNPropertyData> |
SvnRemoteSetProperty.getPropertyReceiver()
Returns operation's property receiver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SvnRemoteSetProperty.setPropertyReceiver(ISvnObjectReceiver<SVNPropertyData> propertyReceiver)
Sets operation's property receiver.
|