Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.core |
This package mostly contains common classes as well as interfaces used
throughout all the library.
|
org.tmatesoft.svn.core.internal.io.dav | |
org.tmatesoft.svn.core.internal.io.dav.handlers | |
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.io.svn | |
org.tmatesoft.svn.core.internal.util | |
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc.admin | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc2.admin | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.internal.wc2.patch | |
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
org.tmatesoft.svn.core.replicator |
This package provides classes that allow to replicate existing
repositories.
|
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.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
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 |
---|---|
static PropertyData |
JavaHLObjectFactory.createPropertyData(Object client,
String path,
String name,
SVNPropertyValue value) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNPropertiesCommand.checkBooleanProperty(String name,
SVNPropertyValue value) |
protected void |
SVNPropertiesCommand.printProperty(SVNPropertyValue value,
boolean isPropListLike,
boolean omitNewLine) |
Modifier and Type | Field and Description |
---|---|
static SVNPropertyValue |
SVNProperty.BOOLEAN_PROPERTY_VALUE
Default value for such properties as
SVNProperty.EXECUTABLE , SVNProperty.NEEDS_LOCK , SVNProperty.SPECIAL . |
Modifier and Type | Method and Description |
---|---|
static SVNPropertyValue |
SVNPropertyValue.create(char[] propertyValue,
String encoding)
Creates a new property value object representing a text property value.
|
static SVNPropertyValue |
SVNPropertyValue.create(String propertyValue)
Creates a new property value object representing a text property value.
|
static SVNPropertyValue |
SVNPropertyValue.create(String propertyName,
byte[] data)
Creates a new property value object from the given byte array.
|
static SVNPropertyValue |
SVNPropertyValue.create(String propertyName,
byte[] data,
int offset,
int length)
Creates a new property value object from the given byte array.
|
SVNPropertyValue |
SVNProperties.getSVNPropertyValue(String propertyName)
Returns a property value as an
SVNPropertyValue . |
static SVNPropertyValue |
SVNProperty.getValueOfBooleanProperty(String propName)
Returns the value for such boolean properties as
"svn:executable", "svn:needs-lock"
and "svn:special".
|
SVNPropertyValue |
SVNProperties.remove(String propertyName)
Removes the specified property from this properties object.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SVNPropertyValue> |
SVNProperties.asMap()
Returns SVNProperties as Map of String, SVNPropertyValue pairs.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SVNPropertyValue.areEqual(SVNPropertyValue propertyValue1,
SVNPropertyValue propertyValue2) |
boolean |
SVNProperties.containsValue(SVNPropertyValue value)
Tells whether this properties object contains the specified property
value.
|
static byte[] |
SVNPropertyValue.getPropertyAsBytes(SVNPropertyValue value)
Returns
byte[] representation of value . |
static char[] |
SVNPropertyValue.getPropertyAsChars(SVNPropertyValue value)
Returns
String representation of value . |
static String |
SVNPropertyValue.getPropertyAsString(SVNPropertyValue value)
Returns
String representation of value . |
void |
SVNProperties.put(String propertyName,
SVNPropertyValue propertyValue)
Stores a new mapping
propertyName to
propertyValue in this object. |
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
DAVProperties.getPropertyValue(DAVElement name) |
SVNPropertyValue |
DAVRepository.getRevisionPropertyValue(long revision,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
DAVProperties.setProperty(DAVElement name,
SVNPropertyValue value) |
void |
DAVRepository.setRevisionPropertyValue(long revision,
String propertyName,
SVNPropertyValue propertyValue) |
static void |
DAVUtil.setSpecialWCProperties(ISVNEditor editor,
boolean isDir,
String path,
DAVElement property,
SVNPropertyValue propValue) |
static void |
DAVUtil.setSpecialWCProperties(SVNProperties props,
DAVElement property,
SVNPropertyValue propValue)
Deprecated.
for binary compatibility only
|
static void |
DAVUtil.setSpecialWCProperties(SVNProperties props,
DAVElement property,
SVNPropertyValue propValue,
boolean isDir) |
Modifier and Type | Method and Description |
---|---|
protected SVNPropertyValue |
BasicDAVHandler.createPropertyValue(DAVElement element,
String propertyName,
StringBuffer cdata,
String encoding) |
protected SVNPropertyValue |
BasicDAVHandler.createPropertyValueFromBase64(DAVElement element,
String propertyName,
StringBuffer cdata) |
Modifier and Type | Method and Description |
---|---|
static StringBuffer |
DAVProppatchHandler.generatePropertyRequest(StringBuffer buffer,
String name,
SVNPropertyValue value) |
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
FSRepository.getRevisionPropertyValue(long revision,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
FSCommitEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
FSCommitEditor.changeFileProperty(String path,
String name,
SVNPropertyValue value) |
void |
FSCommitter.changeNodeProperty(String path,
String name,
SVNPropertyValue propValue) |
void |
FSFS.setRevisionProperty(long revision,
String propertyName,
SVNPropertyValue propertyValue) |
void |
FSRepository.setRevisionPropertyValue(long revision,
String propertyName,
SVNPropertyValue propertyValue) |
void |
FSRepository.setRevisionPropertyValue(long revision,
String propertyName,
SVNPropertyValue propertyValue,
boolean bypassHooks) |
void |
FSRepository.setRevisionPropertyValue(long revision,
String propertyName,
SVNPropertyValue propertyValue,
boolean bypassPreRevpropHook,
boolean bypassPostRevpropHook) |
void |
FSFS.setTransactionProperty(String txnID,
String name,
SVNPropertyValue propertyValue) |
static void |
FSRepositoryUtil.validateProperty(String propertyName,
SVNPropertyValue propertyValue) |
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
SVNRepositoryImpl.getRevisionPropertyValue(long revision,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
SVNRepositoryImpl.setRevisionPropertyValue(long revision,
String propertyName,
SVNPropertyValue propertyValue) |
Modifier and Type | Method and Description |
---|---|
void |
SVNSkel.prependPropertyValue(SVNPropertyValue propertyValue) |
Modifier and Type | Method and Description |
---|---|
static SVNSkel |
SVNSkel.createPropList(Map<String,SVNPropertyValue> props) |
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
ISVNFileContentFetcher.getProperty(String propertyName) |
static SVNPropertyValue |
SVNPropertiesManager.getProperty(SVNWCAccess access,
File path,
String propName) |
static SVNPropertyValue |
SVNPropertiesManager.getWCProperty(SVNWCAccess access,
File path,
String propName) |
SVNPropertyValue |
SVNCommitMediator.getWorkspaceProperty(String path,
String name) |
SVNPropertyValue |
SVNImportMediator.getWorkspaceProperty(String path,
String name) |
static SVNPropertyValue |
SVNPropertiesManager.validatePropertyValue(Object path,
SVNNodeKind kind,
String name,
SVNPropertyValue value,
boolean force,
ISVNOptions options,
ISVNFileContentFetcher fileContentFetcher) |
Modifier and Type | Method and Description |
---|---|
static Map<String,SVNPropertyValue> |
SVNExternalsUtil.resolvePinnedExternals(SVNWCContext context,
SvnRepositoryAccess repositoryAccess,
Map<SvnTarget,List<SVNExternal>> externalsToPin,
SvnTarget pairSource,
SvnTarget pairDst,
long pairSourceRevision,
SVNRepository svnRepository,
SVNURL reposRootUrl) |
Modifier and Type | Method and Description |
---|---|
static void |
SVNWCProperties.appendProperty(String name,
SVNPropertyValue value,
OutputStream target) |
void |
SVNDepthFilterEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNDumpEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNUpdateEditor15.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNDiffEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNExportEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNAmbientDepthFilterEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNRemoteDiffEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNSynchronizeEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNUpdateEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNRemoteStatusEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNDiffStatusEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNNodeEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNCancellableEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNDepthFilterEditor.changeFileProperty(String path,
String name,
SVNPropertyValue value) |
void |
SVNDumpEditor.changeFileProperty(String path,
String name,
SVNPropertyValue value) |
void |
SVNUpdateEditor15.changeFileProperty(String commitPath,
String name,
SVNPropertyValue value) |
void |
SVNDiffEditor.changeFileProperty(String path,
String name,
SVNPropertyValue value) |
void |
SVNExportEditor.changeFileProperty(String commitPath,
String name,
SVNPropertyValue value) |
void |
SVNAmbientDepthFilterEditor.changeFileProperty(String path,
String propertyName,
SVNPropertyValue propertyValue) |
void |
SVNRemoteDiffEditor.changeFileProperty(String commitPath,
String name,
SVNPropertyValue value) |
void |
SVNSynchronizeEditor.changeFileProperty(String path,
String name,
SVNPropertyValue value) |
void |
SVNUpdateEditor.changeFileProperty(String commitPath,
String name,
SVNPropertyValue value) |
void |
SVNRemoteStatusEditor.changeFileProperty(String path,
String name,
SVNPropertyValue value) |
void |
SVNDiffStatusEditor.changeFileProperty(String path,
String name,
SVNPropertyValue value) |
void |
SVNNodeEditor.changeFileProperty(String path,
String name,
SVNPropertyValue value) |
void |
SVNCancellableEditor.changeFileProperty(String path,
String name,
SVNPropertyValue value) |
void |
DefaultDumpFilterHandler.setNodeProperty(String propertyName,
SVNPropertyValue propertyValue) |
void |
ISVNLoadHandler.setNodeProperty(String propertyName,
SVNPropertyValue propertyValue) |
void |
DefaultLoadHandler.setNodeProperty(String propertyName,
SVNPropertyValue propertyValue) |
static boolean |
SVNPropertiesManager.setProperty(SVNWCAccess access,
File path,
String propName,
SVNPropertyValue propValue,
boolean skipChecks) |
void |
SVNWCProperties.setPropertyValue(String name,
SVNPropertyValue value) |
void |
DefaultDumpFilterHandler.setRevisionProperty(String propertyName,
SVNPropertyValue propertyValue) |
void |
ISVNLoadHandler.setRevisionProperty(String propertyName,
SVNPropertyValue propertyValue) |
void |
DefaultLoadHandler.setRevisionProperty(String propertyName,
SVNPropertyValue propertyValue) |
static boolean |
SVNPropertiesManager.setWCProperty(SVNWCAccess access,
File path,
String propName,
SVNPropertyValue propValue,
boolean write) |
void |
SVNCommitMediator.setWorkspaceProperty(String path,
String name,
SVNPropertyValue value) |
void |
SVNImportMediator.setWorkspaceProperty(String path,
String name,
SVNPropertyValue value) |
static SVNPropertyValue |
SVNPropertiesManager.validatePropertyValue(Object path,
SVNNodeKind kind,
String name,
SVNPropertyValue value,
boolean force,
ISVNOptions options,
ISVNFileContentFetcher fileContentFetcher) |
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
SVNSimpleVersionedPropertiesImpl.getPropertyValue(String name) |
SVNPropertyValue |
SVNProperties14.getPropertyValue(String name) |
abstract SVNPropertyValue |
SVNVersionedProperties.getPropertyValue(String name) |
SVNPropertyValue |
SVNProperties13.getPropertyValue(String name) |
Modifier and Type | Method and Description |
---|---|
void |
SVNVersionedProperties.setPropertyValue(String name,
SVNPropertyValue value) |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCClient16.doSetProperty(File path,
String propName,
SVNPropertyValue propValue,
boolean force,
boolean recursive,
ISVNPropertyHandler handler)
|
void |
SVNWCClient16.doSetProperty(File path,
String propName,
SVNPropertyValue propValue,
boolean skipChecks,
SVNDepth depth,
ISVNPropertyHandler handler,
Collection changeLists)
Sets
propName to propValue on path
. |
SVNCommitInfo |
SVNWCClient16.doSetProperty(SVNURL url,
String propName,
SVNPropertyValue propValue,
SVNRevision baseRevision,
String commitMessage,
SVNProperties revisionProperties,
boolean skipChecks,
ISVNPropertyHandler handler)
Sets
propName to propValue on path
. |
void |
SVNWCClient16.doSetRevisionProperty(File path,
SVNRevision revision,
String propName,
SVNPropertyValue propValue,
boolean force,
ISVNPropertyHandler handler)
Set
propName to propValue on revision
revision in the repository represented by path . |
void |
SVNWCClient16.doSetRevisionProperty(SVNURL url,
SVNRevision revision,
String propName,
SVNPropertyValue propValue,
boolean force,
ISVNPropertyHandler handler)
Set
propName to propValue on revision
revision in the repository represented by path . |
protected void |
SVNBasicDelegate.setCommitItemProperty(SVNCommitItem item,
String name,
SVNPropertyValue value) |
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
SVNWCContext.getPropertyValue(File localAbsPath,
String name) |
SVNPropertyValue |
SVNCommitMediator17.getWorkspaceProperty(String path,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
SVNRemoteStatusEditor17.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNUpdateEditor17.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNDiffEditor17.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNAmbientDepthFilterEditor17.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SVNRemoteStatusEditor17.changeFileProperty(String path,
String propertyName,
SVNPropertyValue propertyValue) |
void |
SVNUpdateEditor17.changeFileProperty(String path,
String propertyName,
SVNPropertyValue propertyValue) |
void |
SVNDiffEditor17.changeFileProperty(String path,
String name,
SVNPropertyValue value) |
void |
SVNAmbientDepthFilterEditor17.changeFileProperty(String path,
String propertyName,
SVNPropertyValue propertyValue) |
void |
SVNCommitMediator17.setWorkspaceProperty(String path,
String name,
SVNPropertyValue value) |
Modifier and Type | Method and Description |
---|---|
static void |
SvnWcDbConflicts.addPropConflict(SVNSkel skel,
String propName,
SVNPropertyValue originalVal,
SVNPropertyValue mineVal,
SVNPropertyValue incomingVal,
SVNPropertyValue incomingBaseVal) |
void |
SvnExternalUpdateEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SvnExternalUpdateEditor.changeFileProperty(String path,
String propertyName,
SVNPropertyValue propertyValue) |
static void |
SvnWcDbConflicts.prependPropValue(SVNPropertyValue fromVal,
SVNSkel skel) |
Modifier and Type | Method and Description |
---|---|
protected SVNPropertyValue |
SvnRepositoryGetPropertyImpl.run() |
protected SVNPropertyValue |
SvnRepositoryGetRevisionPropertyImpl.run() |
Modifier and Type | Method and Description |
---|---|
void |
SvnNgRemoteMergeEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SvnNgRemoteDiffEditor2.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SvnNgRemoteDiffEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SvnDiffEditor.changeDirProperty(String name,
SVNPropertyValue value) |
void |
SvnNgRemoteMergeEditor.changeFileProperty(String path,
String propertyName,
SVNPropertyValue propertyValue) |
void |
SvnNgRemoteDiffEditor2.changeFileProperty(String path,
String propertyName,
SVNPropertyValue propertyValue) |
void |
SvnNgRemoteDiffEditor.changeFileProperty(String path,
String propertyName,
SVNPropertyValue propertyValue) |
void |
SvnDiffEditor.changeFileProperty(String path,
String propertyName,
SVNPropertyValue propertyValue) |
static void |
SvnNgPropertiesManager.checkPropertyName(String propertyName,
SVNPropertyValue propertyValue) |
static Map<String,Map<String,String>> |
SvnNgPropertiesManager.parseAutoProperties(SVNPropertyValue autoProperties,
Map<String,Map<String,String>> target) |
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,
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 |
---|---|
SVNPropertyValue |
SvnPropertiesPatchTarget.getPatchedValue() |
SVNPropertyValue |
SvnPropertiesPatchTarget.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
SvnPropertiesPatchTarget.setPatchedValue(SVNPropertyValue patchedValue) |
void |
SvnPropertiesPatchTarget.setValue(SVNPropertyValue value) |
Modifier and Type | Method and Description |
---|---|
abstract SVNPropertyValue |
SVNRepository.getRevisionPropertyValue(long revision,
String propertyName)
Gets the value of an unversioned property.
|
SVNPropertyValue |
ISVNWorkspaceMediator.getWorkspaceProperty(String path,
String name)
Retrieves an item's WC property from a
".svn/wcprops" administrative
subdirectory. |
Modifier and Type | Method and Description |
---|---|
void |
ISVNEditor.changeDirProperty(String name,
SVNPropertyValue value)
Changes the value of a property of the currently opened/added directory.
|
void |
ISVNEditor.changeFileProperty(String path,
String propertyName,
SVNPropertyValue propertyValue)
Changes the value of a property of the currently opened/added file.
|
void |
ISVNFileCheckoutTarget.filePropertyChanged(String path,
String name,
SVNPropertyValue value)
Receives and handles a next file property.
|
abstract void |
SVNRepository.setRevisionPropertyValue(long revision,
String propertyName,
SVNPropertyValue propertyValue)
Sets a revision property with the specified name to a new value.
|
void |
ISVNWorkspaceMediator.setWorkspaceProperty(String path,
String name,
SVNPropertyValue value)
Sets a new value for an item's WC property in a
".svn/wcprops"
administrative subdirectory. |
Modifier and Type | Method and Description |
---|---|
void |
SVNReplicationEditor.changeDirProperty(String name,
SVNPropertyValue value)
Changes a property of the current directory.
|
void |
SVNReplicationEditor.changeFileProperty(String path,
String name,
SVNPropertyValue value)
Changes file property.
|
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
SVNPropertyData.getValue()
Gets the value of the property represented by this
SVNPropertyData object.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNWCClient.doSetProperty(File path,
String propName,
SVNPropertyValue propValue,
boolean force,
boolean recursive,
ISVNPropertyHandler handler)
|
void |
SVNWCClient.doSetProperty(File path,
String propName,
SVNPropertyValue propValue,
boolean skipChecks,
SVNDepth depth,
ISVNPropertyHandler handler,
Collection<String> changeLists)
Sets
propName to propValue on path
. |
SVNCommitInfo |
SVNWCClient.doSetProperty(SVNURL url,
String propName,
SVNPropertyValue propValue,
SVNRevision baseRevision,
String commitMessage,
SVNProperties revisionProperties,
boolean skipChecks,
ISVNPropertyHandler handler)
Sets
propName to propValue on path
. |
void |
SVNWCClient.doSetRevisionProperty(File path,
SVNRevision revision,
String propName,
SVNPropertyValue propValue,
boolean force,
ISVNPropertyHandler handler)
Set
propName to propValue on revision
revision in the repository represented by path . |
void |
SVNWCClient.doSetRevisionProperty(SVNURL url,
SVNRevision revision,
String propName,
SVNPropertyValue propValue,
boolean force,
ISVNPropertyHandler handler)
Set
propName to propValue on revision
revision in the repository represented by path . |
void |
SVNCommitItem.setIncomingProperty(String propertyName,
SVNPropertyValue propertyValue) |
void |
SVNCommitItem.setProperty(String propertyName,
SVNPropertyValue propertyValue) |
Constructor and Description |
---|
SVNPropertyData(String name,
SVNPropertyValue data,
ISVNOptions options)
Constructs an SVNPropertyData given a property name and its
value.
|
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
SVNLookClient.doGetProperty(File repositoryRoot,
String propName,
String path,
String transactionName)
Returns the value of a versioned property for the specified path in the
given transaction.
|
SVNPropertyValue |
SVNLookClient.doGetProperty(File repositoryRoot,
String propName,
String path,
SVNRevision revision)
Returns the value of a versioned property for the specified path in the
given revision.
|
SVNPropertyValue |
SVNLookClient.doGetRevisionProperty(File repositoryRoot,
String propName,
String transactionName)
Returns the value of a revision property for the given transaction.
|
SVNPropertyValue |
SVNLookClient.doGetRevisionProperty(File repositoryRoot,
String propName,
SVNRevision revision)
Returns the value of a revision property in the given revision.
|
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
SvnRemoteSetProperty.getOriginalPropertyValue()
Returns property's original value, it was set by caller
|
SVNPropertyValue |
SvnRemoteSetProperty.getPropertyValue()
Returns the property's value.
|
SVNPropertyValue |
SvnSetProperty.getPropertyValue()
Returns property value.
|
Modifier and Type | Method and Description |
---|---|
Map<String,SVNPropertyValue> |
SvnCommitItem.getIncomingProperties() |
Map<String,SVNPropertyValue> |
SvnCommitItem.getOutgoingProperties()
Returns all properties that should be committed within the item.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnCommitItem.addIncomingProperty(String name,
SVNPropertyValue value) |
void |
SvnCommitItem.addOutgoingProperty(String name,
SVNPropertyValue value)
Adds property with the name and the value that should be committed within the item.
|
void |
SvnRemoteSetProperty.setOriginalPropertyValue(SVNPropertyValue originalPropertyValue)
Sets property's original value to hold this information for the caller
|
void |
SvnRemoteSetProperty.setPropertyValue(SVNPropertyValue propertyValue)
Sets the property's value.
|
void |
SvnSetProperty.setPropertyValue(SVNPropertyValue propertyValue)
Sets property value
|
void |
AbstractSvnCommit.setRevisionProperty(String name,
SVNPropertyValue value)
Adds custom revision properties for the operation.
|
Copyright © 2019. All rights reserved.