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.internal.wc2.remote | |
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.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.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(java.lang.Object client,
java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
Modifier and Type | Method and Description |
---|---|
protected void |
SVNPropertiesCommand.checkBooleanProperty(java.lang.String name,
SVNPropertyValue value) |
private void |
SVNPropSetCommand.printBinaryMimeTypeWarning(java.util.Collection targets,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
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 | Field and Description |
---|---|
private java.util.Map<java.lang.String,SVNPropertyValue> |
SVNProperties.myProperties |
Modifier and Type | Method and Description |
---|---|
static SVNPropertyValue |
SVNPropertyValue.create(char[] propertyValue,
java.lang.String encoding)
Creates a new property value object representing a text property value.
|
static SVNPropertyValue |
SVNPropertyValue.create(java.lang.String propertyValue)
Creates a new property value object representing a text property value.
|
static SVNPropertyValue |
SVNPropertyValue.create(java.lang.String propertyName,
byte[] data)
Creates a new property value object from the given byte array.
|
static SVNPropertyValue |
SVNPropertyValue.create(java.lang.String propertyName,
byte[] data,
int offset,
int length)
Creates a new property value object from the given byte array.
|
SVNPropertyValue |
SVNProperties.getSVNPropertyValue(java.lang.String propertyName)
Returns a property value as an
SVNPropertyValue . |
static SVNPropertyValue |
SVNProperty.getValueOfBooleanProperty(java.lang.String propName)
Returns the value for such boolean properties as
"svn:executable", "svn:needs-lock"
and "svn:special".
|
SVNPropertyValue |
SVNProperties.remove(java.lang.String propertyName)
Removes the specified property from this properties object.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.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 java.lang.String |
SVNPropertyValue.getPropertyAsString(SVNPropertyValue value)
Returns
String representation of value . |
void |
SVNProperties.put(java.lang.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,
java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
DAVCommitEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
DAVCommitEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
DAVResource.putProperty(java.lang.String name,
SVNPropertyValue value) |
void |
DAVProperties.setProperty(DAVElement name,
SVNPropertyValue value) |
void |
DAVRepository.setRevisionPropertyValue(long revision,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
static void |
DAVUtil.setSpecialWCProperties(ISVNEditor editor,
boolean isDir,
java.lang.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 | Field and Description |
---|---|
private SVNPropertyValue |
DAVInheritedPropertiesHandler.currentPropertyValue |
Modifier and Type | Method and Description |
---|---|
protected SVNPropertyValue |
BasicDAVHandler.createPropertyValue(DAVElement element,
java.lang.String propertyName,
java.lang.StringBuffer cdata,
java.lang.String encoding) |
protected SVNPropertyValue |
BasicDAVHandler.createPropertyValueFromBase64(DAVElement element,
java.lang.String propertyName,
java.lang.StringBuffer cdata) |
Modifier and Type | Method and Description |
---|---|
private static java.lang.StringBuffer |
DAVProppatchHandler.appendProperty(java.lang.StringBuffer xmlBuffer,
java.lang.String name,
SVNPropertyValue value) |
static java.lang.StringBuffer |
DAVProppatchHandler.generatePropertyRequest(java.lang.StringBuffer buffer,
java.lang.String name,
SVNPropertyValue value) |
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
FSRepository.getRevisionPropertyValue(long revision,
java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
FSCommitEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
FSCommitEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
FSCommitter.changeNodeProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue propValue) |
private void |
FSUpdateContext.changeProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value,
boolean isDir) |
void |
FSFS.setRevisionProperty(long revision,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
FSRepository.setRevisionPropertyValue(long revision,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
FSRepository.setRevisionPropertyValue(long revision,
java.lang.String propertyName,
SVNPropertyValue propertyValue,
boolean bypassHooks) |
void |
FSRepository.setRevisionPropertyValue(long revision,
java.lang.String propertyName,
SVNPropertyValue propertyValue,
boolean bypassPreRevpropHook,
boolean bypassPostRevpropHook) |
void |
FSFS.setTransactionProperty(java.lang.String txnID,
java.lang.String name,
SVNPropertyValue propertyValue) |
static void |
FSRepositoryUtil.validateProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
SVNRepositoryImpl.getRevisionPropertyValue(long revision,
java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
SVNCommitEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNCommitEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNRepositoryImpl.setRevisionPropertyValue(long revision,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
Modifier and Type | Method and Description |
---|---|
void |
SVNMergeInfoUtil.ElideMergeInfoEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNMergeInfoUtil.ElideMergeInfoEditor.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
private static SVNSkel |
SVNSkel.createAtom(SVNPropertyValue propertyValue) |
void |
SVNSkel.prependPropertyValue(SVNPropertyValue propertyValue) |
Modifier and Type | Method and Description |
---|---|
static SVNSkel |
SVNSkel.createPropList(java.util.Map<java.lang.String,SVNPropertyValue> props) |
Modifier and Type | Field and Description |
---|---|
(package private) SVNPropertyValue |
DefaultLoadHandler.RevisionBaton.myDatestamp |
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
ISVNFileContentFetcher.getProperty(java.lang.String propertyName) |
static SVNPropertyValue |
SVNPropertiesManager.getProperty(SVNWCAccess access,
java.io.File path,
java.lang.String propName) |
static SVNPropertyValue |
SVNPropertiesManager.getWCProperty(SVNWCAccess access,
java.io.File path,
java.lang.String propName) |
SVNPropertyValue |
SVNCommitMediator.getWorkspaceProperty(java.lang.String path,
java.lang.String name) |
SVNPropertyValue |
SVNImportMediator.getWorkspaceProperty(java.lang.String path,
java.lang.String name) |
private static SVNPropertyValue |
SVNExternalsUtil.pinExternalProps(SVNWCContext context,
SvnRepositoryAccess repositoryAccess,
SVNPropertyValue externalsPropValue,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
SVNURL reposRootUrl,
SvnTarget localAbsPathOrUrl) |
static SVNPropertyValue |
SVNPropertiesManager.validatePropertyValue(java.lang.Object path,
SVNNodeKind kind,
java.lang.String name,
SVNPropertyValue value,
boolean force,
ISVNOptions options,
ISVNFileContentFetcher fileContentFetcher) |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<java.lang.String,SVNPropertyValue> |
SVNExternalsUtil.resolvePinnedExternals(SVNWCContext context,
SvnRepositoryAccess repositoryAccess,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
SvnTarget pairSource,
SvnTarget pairDst,
long pairSourceRevision,
SVNRepository svnRepository,
SVNURL reposRootUrl) |
Modifier and Type | Method and Description |
---|---|
private java.util.Map |
DefaultDumpFilterHandler.adjustMergeInfo(SVNPropertyValue initialValue) |
static void |
SVNWCProperties.appendProperty(java.lang.String name,
SVNPropertyValue value,
java.io.OutputStream target) |
private SVNStatusType |
DefaultSVNMerger.applySingleGenericPropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySingleMergeInfoPropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyAdd(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyChange(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
private SVNStatusType |
DefaultSVNMerger.applySinglePropertyDelete(java.lang.String localPath,
boolean isDir,
SVNStatusType status,
SVNProperties workingProps,
java.lang.String propName,
SVNPropertyValue baseValue,
SVNPropertyValue oldValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
java.util.Collection conflicts,
boolean dryRun) |
void |
SVNDumpEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNUpdateEditor15.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNAmbientDepthFilterEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNCancellableEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNExportEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNSynchronizeEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNRemoteStatusEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNDiffStatusEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNDepthFilterEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNNodeEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNRemoteDiffEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNDiffEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNUpdateEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNDumpEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNUpdateEditor15.changeFileProperty(java.lang.String commitPath,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNAmbientDepthFilterEditor.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
SVNCancellableEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNExportEditor.changeFileProperty(java.lang.String commitPath,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNSynchronizeEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNRemoteStatusEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNDiffStatusEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNDepthFilterEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNNodeEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNRemoteDiffEditor.changeFileProperty(java.lang.String commitPath,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNDiffEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNUpdateEditor.changeFileProperty(java.lang.String commitPath,
java.lang.String name,
SVNPropertyValue value) |
private void |
SVNUpdateEditor.changeFileProperty(java.lang.String name,
SVNPropertyValue value,
SVNUpdateEditor.SVNFileInfo fileInfo) |
private void |
SVNUpdateEditor15.changeFileProperty(java.lang.String name,
SVNPropertyValue value,
SVNUpdateEditor15.SVNFileInfo fileInfo) |
private void |
DefaultSVNMerger.changeProperty(SVNProperties properties,
java.lang.String propName,
SVNPropertyValue propValue) |
private boolean |
DefaultSVNMerger.maybeGeneratePropConflict(java.lang.String localPath,
java.lang.String propName,
SVNProperties workingProps,
SVNPropertyValue oldValue,
SVNPropertyValue newValue,
SVNPropertyValue baseValue,
SVNPropertyValue workingValue,
SVNAdminArea adminArea,
SVNLog log,
boolean isDir,
boolean dryRun) |
private static SVNPropertyValue |
SVNExternalsUtil.pinExternalProps(SVNWCContext context,
SvnRepositoryAccess repositoryAccess,
SVNPropertyValue externalsPropValue,
java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
SVNURL reposRootUrl,
SvnTarget localAbsPathOrUrl) |
void |
SVNUpdateEditor15.SVNEntryInfo.propertyChanged(java.lang.String name,
SVNPropertyValue value) |
void |
SVNUpdateEditor.SVNEntryInfo.propertyChanged(java.lang.String name,
SVNPropertyValue value) |
private java.util.Map |
DefaultLoadHandler.renumberMergeInfoRevisions(SVNPropertyValue mergeInfoProp) |
void |
DefaultLoadHandler.setNodeProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
DefaultDumpFilterHandler.setNodeProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
ISVNLoadHandler.setNodeProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
static boolean |
SVNPropertiesManager.setProperty(SVNWCAccess access,
java.io.File path,
java.lang.String propName,
SVNPropertyValue propValue,
boolean skipChecks) |
void |
SVNWCProperties.setPropertyValue(java.lang.String name,
SVNPropertyValue value) |
void |
DefaultLoadHandler.setRevisionProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
DefaultDumpFilterHandler.setRevisionProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
ISVNLoadHandler.setRevisionProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
static boolean |
SVNPropertiesManager.setWCProperty(SVNWCAccess access,
java.io.File path,
java.lang.String propName,
SVNPropertyValue propValue,
boolean write) |
void |
SVNCommitMediator.setWorkspaceProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNImportMediator.setWorkspaceProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
static SVNPropertyValue |
SVNPropertiesManager.validatePropertyValue(java.lang.Object path,
SVNNodeKind kind,
java.lang.String name,
SVNPropertyValue value,
boolean force,
ISVNOptions options,
ISVNFileContentFetcher fileContentFetcher) |
private void |
DefaultDumpFilterHandler.writeProperty(java.io.OutputStream out,
java.lang.String propName,
SVNPropertyValue propValue) |
(package private) void |
DefaultDumpFilterHandler.NodeBaton.writeProperty(java.lang.String propName,
SVNPropertyValue propValue) |
Modifier and Type | Method and Description |
---|---|
private void |
SVNCopyDriver.queueExternalsChangePathInfos(java.util.List<SVNCopyDriver.CopyPathInfo> newPathInfos,
java.util.List<SVNCopyDriver.CopyPathInfo> pathInfos,
java.util.Map<java.lang.String,SVNPropertyValue> pinnedExternals,
SVNCopyDriver.CopyPathInfo parentInfo) |
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
SVNProperties14.getPropertyValue(java.lang.String name) |
abstract SVNPropertyValue |
SVNVersionedProperties.getPropertyValue(java.lang.String name) |
SVNPropertyValue |
SVNProperties13.getPropertyValue(java.lang.String name) |
SVNPropertyValue |
SVNSimpleVersionedPropertiesImpl.getPropertyValue(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
SVNVersionedProperties.setPropertyValue(java.lang.String name,
SVNPropertyValue value) |
Modifier and Type | Field and Description |
---|---|
private SVNPropertyValue |
SVNWCClient16.PropSetHandler.myPropValue |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCClient16.doSetProperty(java.io.File path,
java.lang.String propName,
SVNPropertyValue propValue,
boolean force,
boolean recursive,
ISVNPropertyHandler handler)
|
void |
SVNWCClient16.doSetProperty(java.io.File path,
java.lang.String propName,
SVNPropertyValue propValue,
boolean skipChecks,
SVNDepth depth,
ISVNPropertyHandler handler,
java.util.Collection changeLists)
Sets
propName to propValue on path
. |
SVNCommitInfo |
SVNWCClient16.doSetProperty(SVNURL url,
java.lang.String propName,
SVNPropertyValue propValue,
SVNRevision baseRevision,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean skipChecks,
ISVNPropertyHandler handler)
Sets
propName to propValue on path
. |
void |
SVNWCClient16.doSetRevisionProperty(java.io.File path,
SVNRevision revision,
java.lang.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,
java.lang.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,
java.lang.String name,
SVNPropertyValue value) |
Constructor and Description |
---|
PropSetHandler(boolean isForce,
java.lang.String propName,
SVNPropertyValue propValue,
ISVNPropertyHandler handler,
java.util.Collection changeLists) |
Modifier and Type | Field and Description |
---|---|
SVNPropertyValue |
SVNWCContext.MergePropStatusInfo.resultVal |
Modifier and Type | Method and Description |
---|---|
private SVNPropertyValue |
SVNWCContext.combineForkedMergeInfoProps(SVNPropertyValue fromPropVal,
SVNPropertyValue workingPropVal,
SVNPropertyValue toPropVal) |
SVNPropertyValue |
SVNWCContext.getPropertyValue(java.io.File localAbsPath,
java.lang.String name) |
SVNPropertyValue |
SVNCommitMediator17.getWorkspaceProperty(java.lang.String path,
java.lang.String name) |
private SVNPropertyValue |
SVNWCContext.maybePropValue(java.lang.String propname,
SVNSkel child) |
Modifier and Type | Method and Description |
---|---|
private SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySingleGenericPropChange(SVNPropertyValue resultVal,
boolean didMerge,
SVNPropertyValue oldVal,
SVNPropertyValue newVal,
SVNPropertyValue workingVal) |
private SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySingleGenericPropChange(SVNStatusType state,
java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
SVNProperties workingProps,
java.lang.String propname,
SVNPropertyValue baseVal,
SVNPropertyValue oldVal,
SVNPropertyValue newVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
private SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySingleMergeInfoPropChange(SVNPropertyValue resultVal,
boolean didMerge,
SVNPropertyValue baseVal,
SVNPropertyValue oldVal,
SVNPropertyValue newVal,
SVNPropertyValue workingVal) |
private SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySingleMergeinfoPropChange(SVNStatusType state,
java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
SVNProperties workingProps,
java.lang.String propname,
SVNPropertyValue baseVal,
SVNPropertyValue oldVal,
SVNPropertyValue newVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
(package private) SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySinglePropAdd(SVNPropertyValue resultVal,
boolean didMerge,
java.lang.String propName,
SVNPropertyValue pristineVal,
SVNPropertyValue newVal,
SVNPropertyValue workingVal) |
(package private) SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySinglePropAdd(SVNStatusType state,
java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
SVNProperties workingProps,
java.lang.String propname,
SVNPropertyValue baseVal,
SVNPropertyValue toVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
(package private) SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySinglePropChange(SVNPropertyValue resultVal,
boolean didMerge,
java.lang.String propName,
SVNPropertyValue baseVal,
SVNPropertyValue oldVal,
SVNPropertyValue newVal,
SVNPropertyValue workingVal) |
(package private) SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySinglePropChange(SVNStatusType state,
java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
SVNProperties workingProps,
java.lang.String propname,
SVNPropertyValue baseVal,
SVNPropertyValue oldVal,
SVNPropertyValue newVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
(package private) SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySinglePropDelete(SVNPropertyValue resultVal,
boolean didMerge,
SVNPropertyValue baseVal,
SVNPropertyValue oldVal,
SVNPropertyValue workingVal) |
(package private) SVNWCContext.MergePropStatusInfo |
SVNWCContext.applySinglePropDelete(SVNStatusType state,
java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
SVNProperties workingProps,
java.lang.String propname,
SVNPropertyValue baseVal,
SVNPropertyValue oldVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
private static boolean |
SVNWCContext.arePropsEqual(SVNPropertyValue propertyValue1,
SVNPropertyValue propertyValue2) |
void |
SVNUpdateEditor17.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNRemoteStatusEditor17.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNDiffEditor17.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNAmbientDepthFilterEditor17.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SVNUpdateEditor17.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
SVNRemoteStatusEditor17.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
SVNDiffEditor17.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
SVNAmbientDepthFilterEditor17.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
private SVNPropertyValue |
SVNWCContext.combineForkedMergeInfoProps(SVNPropertyValue fromPropVal,
SVNPropertyValue workingPropVal,
SVNPropertyValue toPropVal) |
(package private) void |
SVNWCContext.conflictSkelAddPropConflict(SVNSkel skel,
java.lang.String propName,
SVNPropertyValue baseVal,
SVNPropertyValue mineVal,
SVNPropertyValue toVal,
SVNPropertyValue fromVal) |
private java.lang.String |
SVNWCContext.generateConflictMessage(java.lang.String propname,
SVNPropertyValue original,
SVNPropertyValue mine,
SVNPropertyValue incoming,
SVNPropertyValue incomingBase) |
private boolean |
SVNWCContext.generatePropConflict(java.io.File localAbsPath,
SVNOperation operation,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
java.lang.String propName,
SVNPropertyValue baseVal,
SVNPropertyValue workingVal,
SVNPropertyValue incomingOldVal,
SVNPropertyValue incomingNewVal,
ISVNConflictHandler conflictHandler) |
private boolean |
SVNWCContext.maybeGeneratePropConflict(java.io.File localAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
boolean isDir,
java.lang.String propname,
SVNProperties workingProps,
SVNPropertyValue oldVal,
SVNPropertyValue newVal,
SVNPropertyValue baseVal,
SVNPropertyValue workingVal,
ISVNConflictHandler conflictResolver,
boolean dryRun) |
private SVNWCContext.MergeInfo |
SVNWCContext.maybeResolveConflicts(java.io.File leftAbspath,
java.io.File rightAbspath,
java.io.File targetAbspath,
java.io.File copyfromText,
java.lang.String leftLabel,
java.lang.String rightLabel,
java.lang.String targetLabel,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
java.io.File resultTarget,
java.io.File detranslatedTarget,
SVNPropertyValue mimeprop,
SVNDiffOptions options,
ISVNConflictHandler conflictResolver) |
private SVNWCContext.MergeInfo |
SVNWCContext.mergeTextFile(SVNWCContext.MergeInfo info,
ISvnMerger customMerger,
java.io.File leftAbspath,
java.io.File rightAbspath,
java.io.File targetAbspath,
java.io.File wriAbspath,
java.lang.String leftLabel,
java.lang.String rightLabel,
java.lang.String targetLabel,
boolean dryRun,
SVNDiffOptions options,
java.io.File copyfromText,
java.io.File detranslatedTargetAbspath,
SVNPropertyValue mimeprop) |
private SVNConflictDescription |
SVNWCContext.setupTextConflictDesc(java.io.File leftAbspath,
java.io.File rightAbspath,
java.io.File targetAbspath,
SVNConflictVersion leftVersion,
SVNConflictVersion rightVersion,
java.io.File resultTarget,
java.io.File detranslatedTarget,
SVNPropertyValue mimeprop,
boolean isBinary) |
void |
SVNCommitMediator17.setWorkspaceProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
Modifier and Type | Method and Description |
---|---|
static void |
SvnWcDbConflicts.addPropConflict(SVNSkel skel,
java.lang.String propName,
SVNPropertyValue originalVal,
SVNPropertyValue mineVal,
SVNPropertyValue incomingVal,
SVNPropertyValue incomingBaseVal) |
void |
SvnExternalUpdateEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SvnExternalUpdateEditor.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
static void |
SvnWcDbConflicts.prependPropValue(SVNPropertyValue fromVal,
SVNSkel skel) |
Modifier and Type | Method and Description |
---|---|
protected SVNPropertyValue |
SvnRepositoryGetRevisionPropertyImpl.run() |
protected SVNPropertyValue |
SvnRepositoryGetPropertyImpl.run() |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<java.lang.String,SVNPropertyValue> |
SvnNgWcToWcCopy.resolvePinnedExternals(java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin,
SvnNgWcToWcCopy.SvnCopyPair copyPair,
SVNRepository svnRepository,
SVNURL reposRootUrl) |
Modifier and Type | Method and Description |
---|---|
void |
SvnNgRemoteDiffEditor2.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SvnNgRemoteMergeEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SvnDiffEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SvnNgRemoteDiffEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SvnNgReposToWcCopy.SVNCopyForeignEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SvnNgRemoteDiffEditor2.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
SvnNgRemoteMergeEditor.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
SvnDiffEditor.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
SvnNgRemoteDiffEditor.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
SvnNgReposToWcCopy.SVNCopyForeignEditor.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue) |
static void |
SvnNgPropertiesManager.checkPropertyName(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
private static boolean |
SvnNgPropertiesManager.equals(SVNPropertyValue oldValue,
SVNPropertyValue newValue) |
private byte[] |
SvnDiffGenerator.getPropertyAsBytes(SVNPropertyValue value,
java.lang.String encoding) |
static java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> |
SvnNgPropertiesManager.parseAutoProperties(SVNPropertyValue autoProperties,
java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> target) |
private void |
SvnNgWcToReposCopy.queuePropChangeCommitItems(java.io.File localAbsPath,
SVNURL commitUrl,
SvnCommitPacket packet,
java.lang.String propName,
SVNPropertyValue externalsPropertyValue,
SVNURL repositoryRoot) |
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,
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 | Field and Description |
---|---|
private SVNPropertyValue |
SvnPropertiesPatchTarget.patchedValue |
private SVNPropertyValue |
SvnPropertiesPatchTarget.value |
private SVNPropertyValue |
SvnPropertiesPatchTarget.PropReadCallbacks.value |
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) |
Constructor and Description |
---|
PropReadCallbacks(SvnPropertiesPatchTarget propPatchTarget,
SVNPropertyValue value,
long offset) |
Modifier and Type | Method and Description |
---|---|
private static void |
SvnRemoteList.list(SVNRepository repository,
java.lang.String path,
long rev,
SVNDepth depth,
int entryFields,
java.util.Map<SVNURL,SVNPropertyValue> externals,
SVNURL externalParentUrl,
java.lang.String externalTarget,
ISVNDirEntryHandler handler) |
private void |
SvnRemoteList.listExternals(SVNRepository repository,
java.util.Map<SVNURL,SVNPropertyValue> externals,
SVNDepth depth,
int entryFields,
boolean fetchLocks,
ISVNDirEntryHandler handler) |
Modifier and Type | Method and Description |
---|---|
abstract SVNPropertyValue |
SVNRepository.getRevisionPropertyValue(long revision,
java.lang.String propertyName)
Gets the value of an unversioned property.
|
SVNPropertyValue |
ISVNWorkspaceMediator.getWorkspaceProperty(java.lang.String path,
java.lang.String name)
Retrieves an item's WC property from a
".svn/wcprops" administrative
subdirectory. |
Modifier and Type | Method and Description |
---|---|
void |
SVNFileCheckoutEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value) |
void |
ISVNEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value)
Changes the value of a property of the currently opened/added directory.
|
void |
SVNFileCheckoutEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value) |
void |
ISVNEditor.changeFileProperty(java.lang.String path,
java.lang.String propertyName,
SVNPropertyValue propertyValue)
Changes the value of a property of the currently opened/added file.
|
void |
ISVNFileCheckoutTarget.filePropertyChanged(java.lang.String path,
java.lang.String name,
SVNPropertyValue value)
Receives and handles a next file property.
|
abstract void |
SVNRepository.setRevisionPropertyValue(long revision,
java.lang.String propertyName,
SVNPropertyValue propertyValue)
Sets a revision property with the specified name to a new value.
|
void |
ISVNWorkspaceMediator.setWorkspaceProperty(java.lang.String path,
java.lang.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 |
---|---|
private void |
SVNClientImpl.propertyCreate(java.lang.String path,
java.lang.String name,
SVNPropertyValue value,
int depth,
java.lang.String[] changelists,
boolean force) |
private void |
SVNClientImpl.propertySet(java.lang.String path,
java.lang.String name,
SVNPropertyValue value,
int depth,
boolean force,
java.lang.String[] changelists,
java.util.Map revprops) |
Modifier and Type | Method and Description |
---|---|
void |
SVNReplicationEditor.changeDirProperty(java.lang.String name,
SVNPropertyValue value)
Changes a property of the current directory.
|
void |
SVNReplicationEditor.changeFileProperty(java.lang.String path,
java.lang.String name,
SVNPropertyValue value)
Changes file property.
|
Modifier and Type | Field and Description |
---|---|
private SVNPropertyValue |
SVNPropertyData.myValue |
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(java.io.File path,
java.lang.String propName,
SVNPropertyValue propValue,
boolean force,
boolean recursive,
ISVNPropertyHandler handler)
|
void |
SVNWCClient.doSetProperty(java.io.File path,
java.lang.String propName,
SVNPropertyValue propValue,
boolean skipChecks,
SVNDepth depth,
ISVNPropertyHandler handler,
java.util.Collection<java.lang.String> changeLists)
Sets
propName to propValue on path
. |
SVNCommitInfo |
SVNWCClient.doSetProperty(SVNURL url,
java.lang.String propName,
SVNPropertyValue propValue,
SVNRevision baseRevision,
java.lang.String commitMessage,
SVNProperties revisionProperties,
boolean skipChecks,
ISVNPropertyHandler handler)
Sets
propName to propValue on path
. |
void |
SVNWCClient.doSetRevisionProperty(java.io.File path,
SVNRevision revision,
java.lang.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,
java.lang.String propName,
SVNPropertyValue propValue,
boolean force,
ISVNPropertyHandler handler)
Set
propName to propValue on revision
revision in the repository represented by path . |
private byte[] |
DefaultSVNDiffGenerator.getPropertyAsBytes(SVNPropertyValue value,
java.lang.String encoding) |
void |
SVNCommitItem.setIncomingProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
void |
SVNCommitItem.setProperty(java.lang.String propertyName,
SVNPropertyValue propertyValue) |
Constructor and Description |
---|
SVNPropertyData(java.lang.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(java.io.File repositoryRoot,
java.lang.String propName,
java.lang.String path,
java.lang.String transactionName)
Returns the value of a versioned property for the specified path in the
given transaction.
|
SVNPropertyValue |
SVNLookClient.doGetProperty(java.io.File repositoryRoot,
java.lang.String propName,
java.lang.String path,
SVNRevision revision)
Returns the value of a versioned property for the specified path in the
given revision.
|
SVNPropertyValue |
SVNLookClient.doGetRevisionProperty(java.io.File repositoryRoot,
java.lang.String propName,
java.lang.String transactionName)
Returns the value of a revision property for the given transaction.
|
SVNPropertyValue |
SVNLookClient.doGetRevisionProperty(java.io.File repositoryRoot,
java.lang.String propName,
SVNRevision revision)
Returns the value of a revision property in the given revision.
|
Modifier and Type | Field and Description |
---|---|
private SVNPropertyValue |
SvnRemoteSetProperty.originalPropertyValue |
private SVNPropertyValue |
SvnSetProperty.propertyValue |
private SVNPropertyValue |
SvnRemoteSetProperty.propertyValue |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SVNPropertyValue> |
SvnCommitItem.incomingProperties |
private java.util.Map<java.lang.String,SVNPropertyValue> |
SvnCommitItem.outgoingProperties |
Modifier and Type | Method and Description |
---|---|
SVNPropertyValue |
SvnRemoteSetProperty.getOriginalPropertyValue()
Returns property's original value, it was set by caller
|
SVNPropertyValue |
SvnSetProperty.getPropertyValue()
Returns property value.
|
SVNPropertyValue |
SvnRemoteSetProperty.getPropertyValue()
Returns the property's value.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SVNPropertyValue> |
SvnCommitItem.getIncomingProperties() |
java.util.Map<java.lang.String,SVNPropertyValue> |
SvnCommitItem.getOutgoingProperties()
Returns all properties that should be committed within the item.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnCommitItem.addIncomingProperty(java.lang.String name,
SVNPropertyValue value) |
void |
SvnCommitItem.addOutgoingProperty(java.lang.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 |
SvnSetProperty.setPropertyValue(SVNPropertyValue propertyValue)
Sets property value
|
void |
SvnRemoteSetProperty.setPropertyValue(SVNPropertyValue propertyValue)
Sets the property's value.
|
void |
AbstractSvnCommit.setRevisionProperty(java.lang.String name,
SVNPropertyValue value)
Adds custom revision properties for the operation.
|