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.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(File path) |
protected SVNPropertyData |
SVNPropertiesCommand.getRevisionProperty(long revision) |
protected SVNPropertyData |
SVNPropertiesCommand.getURLProperty(SVNURL url) |
Modifier and Type | Method and Description |
---|---|
protected StringBuffer |
SVNXMLCommand.addXMLProp(SVNPropertyData property,
boolean inheritedProperty,
StringBuffer xmlBuffer) |
void |
SVNPropertiesCommand.handleProperty(File path,
SVNPropertyData property) |
void |
SVNPropDelCommand.handleProperty(long revision,
SVNPropertyData property) |
void |
SVNPropSetCommand.handleProperty(long revision,
SVNPropertyData property) |
void |
SVNPropertiesCommand.handleProperty(long revision,
SVNPropertyData property) |
void |
SVNPropertiesCommand.handleProperty(SVNURL url,
SVNPropertyData property) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNPropertiesCommand.printProplist(List<SVNPropertyData> props,
boolean omitNewLine) |
Modifier and Type | Method and Description |
---|---|
SVNPropertyData |
SVNWCClient16.doGetProperty(File path,
String propName,
SVNRevision pegRevision,
SVNRevision revision)
Gets the value of the property
propName for
path . |
SVNPropertyData |
SVNWCClient16.doGetProperty(SVNURL url,
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,
File path,
String propertyName,
SVNPropertyValue propertyValue,
ISvnPropertyValueProvider pvProvider,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
Collection<String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
String propertyName,
SVNPropertyValue propertyValue,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
Collection<String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
SVNNodeKind kind,
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 |
SvnOldSetProperty.handleProperty(File path,
SVNPropertyData property) |
void |
SvnOldGetProperties.handleProperty(File path,
SVNPropertyData property) |
void |
SvnOldSetProperty.handleProperty(long revision,
SVNPropertyData property) |
void |
SvnOldGetProperties.handleProperty(long revision,
SVNPropertyData property) |
void |
SvnOldSetProperty.handleProperty(SVNURL url,
SVNPropertyData property) |
void |
SvnOldGetProperties.handleProperty(SVNURL url,
SVNPropertyData property) |
Modifier and Type | Method and Description |
---|---|
protected SVNPropertyData |
SvnRemoteSetRevisionProperty.run() |
Modifier and Type | Method and Description |
---|---|
void |
SvnRemoteSetPropertyImpl.handleProperty(File path,
SVNPropertyData property) |
void |
SvnRemoteSetPropertyImpl.handleProperty(long revision,
SVNPropertyData property) |
void |
SvnRemoteSetPropertyImpl.handleProperty(SVNURL url,
SVNPropertyData property) |
Modifier and Type | Method and Description |
---|---|
SVNPropertyData |
SVNWCClient.doGetProperty(File path,
String propName,
SVNRevision pegRevision,
SVNRevision revision)
Gets the value of the property
propName for
path . |
SVNPropertyData |
SVNWCClient.doGetProperty(SVNURL url,
String propName,
SVNRevision pegRevision,
SVNRevision revision)
Gets the value of the property
propName for url
. |
Modifier and Type | Method and Description |
---|---|
void |
ISVNPropertyHandler.handleProperty(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 | 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.
|
Copyright © 2019. All rights reserved.