Uses of Class
org.tmatesoft.svn.core.SVNPropertyValue
Packages that use SVNPropertyValue
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
This package mostly contains common classes as well as interfaces used
throughout all the library.
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides classes that allow to replicate existing
repositories.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package provides API for administrative managing Subversion repositories on a local machine.
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.
-
Uses of SVNPropertyValue in org.tigris.subversion.javahl
Methods in org.tigris.subversion.javahl with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionstatic PropertyData
JavaHLObjectFactory.createPropertyData
(Object client, String path, String name, SVNPropertyValue value) -
Uses of SVNPropertyValue in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionprotected void
SVNPropertiesCommand.checkBooleanProperty
(String name, SVNPropertyValue value) private void
SVNPropSetCommand.printBinaryMimeTypeWarning
(Collection targets, String propertyName, SVNPropertyValue propertyValue) protected void
SVNPropertiesCommand.printProperty
(SVNPropertyValue value, boolean isPropListLike, boolean omitNewLine) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNPropertyValueModifier and TypeFieldDescriptionstatic final SVNPropertyValue
SVNProperty.BOOLEAN_PROPERTY_VALUE
Default value for such properties asSVNProperty.EXECUTABLE
,SVNProperty.NEEDS_LOCK
,SVNProperty.SPECIAL
.Fields in org.tmatesoft.svn.core with type parameters of type SVNPropertyValueMethods in org.tmatesoft.svn.core that return SVNPropertyValueModifier and TypeMethodDescriptionstatic SVNPropertyValue
Creates a new property value object representing a text property value.static SVNPropertyValue
Creates a new property value object representing a text property value.static SVNPropertyValue
Creates a new property value object from the given byte array.static SVNPropertyValue
Creates a new property value object from the given byte array.SVNProperties.getSVNPropertyValue
(String propertyName) Returns a property value as anSVNPropertyValue
.static SVNPropertyValue
SVNProperty.getValueOfBooleanProperty
(String propName) Returns the value for such boolean properties as "svn:executable", "svn:needs-lock" and "svn:special".Removes the specified property from this properties object.Methods in org.tmatesoft.svn.core that return types with arguments of type SVNPropertyValueModifier and TypeMethodDescriptionSVNProperties.asMap()
Returns SVNProperties as Map of String, SVNPropertyValue pairs.Methods in org.tmatesoft.svn.core with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionstatic 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) Returnsbyte[]
representation ofvalue
.static char[]
SVNPropertyValue.getPropertyAsChars
(SVNPropertyValue value) ReturnsString
representation ofvalue
.static String
SVNPropertyValue.getPropertyAsString
(SVNPropertyValue value) ReturnsString
representation ofvalue
.void
SVNProperties.put
(String propertyName, SVNPropertyValue propertyValue) Stores a new mappingpropertyName
topropertyValue
in this object. -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return SVNPropertyValueModifier and TypeMethodDescriptionDAVProperties.getPropertyValue
(DAVElement name) DAVRepository.getRevisionPropertyValue
(long revision, String propertyName) Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
DAVCommitEditor.changeDirProperty
(String name, SVNPropertyValue value) void
DAVCommitEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) void
DAVResource.putProperty
(String name, SVNPropertyValue value) 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 onlystatic void
DAVUtil.setSpecialWCProperties
(SVNProperties props, DAVElement property, SVNPropertyValue propValue, boolean isDir) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as SVNPropertyValueModifier and TypeFieldDescriptionprivate SVNPropertyValue
DAVInheritedPropertiesHandler.currentPropertyValue
Methods in org.tmatesoft.svn.core.internal.io.dav.handlers that return SVNPropertyValueModifier and TypeMethodDescriptionprotected SVNPropertyValue
BasicDAVHandler.createPropertyValue
(DAVElement element, String propertyName, StringBuffer cdata, String encoding) protected SVNPropertyValue
BasicDAVHandler.createPropertyValueFromBase64
(DAVElement element, String propertyName, StringBuffer cdata) Methods in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionprivate static StringBuffer
DAVProppatchHandler.appendProperty
(StringBuffer xmlBuffer, String name, SVNPropertyValue value) static StringBuffer
DAVProppatchHandler.generatePropertyRequest
(StringBuffer buffer, String name, SVNPropertyValue value) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNPropertyValueModifier and TypeMethodDescriptionFSRepository.getRevisionPropertyValue
(long revision, String propertyName) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
FSCommitEditor.changeDirProperty
(String name, SVNPropertyValue value) void
FSCommitEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) void
FSCommitter.changeNodeProperty
(String path, String name, SVNPropertyValue propValue) private void
FSUpdateContext.changeProperty
(String path, String name, SVNPropertyValue value, boolean isDir) 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) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNPropertyValueModifier and TypeMethodDescriptionSVNRepositoryImpl.getRevisionPropertyValue
(long revision, String propertyName) Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
SVNCommitEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNCommitEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) void
SVNRepositoryImpl.setRevisionPropertyValue
(long revision, String propertyName, SVNPropertyValue propertyValue) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.util
Methods in org.tmatesoft.svn.core.internal.util with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
SVNMergeInfoUtil.ElideMergeInfoEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNMergeInfoUtil.ElideMergeInfoEditor.changeFileProperty
(String path, String propertyName, SVNPropertyValue propertyValue) private static SVNSkel
SVNSkel.createAtom
(SVNPropertyValue propertyValue) void
SVNSkel.prependPropertyValue
(SVNPropertyValue propertyValue) Method parameters in org.tmatesoft.svn.core.internal.util with type arguments of type SVNPropertyValueModifier and TypeMethodDescriptionstatic SVNSkel
SVNSkel.createPropList
(Map<String, SVNPropertyValue> props) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNPropertyValueModifier and TypeFieldDescription(package private) SVNPropertyValue
DefaultLoadHandler.RevisionBaton.myDatestamp
Methods in org.tmatesoft.svn.core.internal.wc that return SVNPropertyValueModifier and TypeMethodDescriptionISVNFileContentFetcher.getProperty
(String propertyName) static SVNPropertyValue
SVNPropertiesManager.getProperty
(SVNWCAccess access, File path, String propName) static SVNPropertyValue
SVNPropertiesManager.getWCProperty
(SVNWCAccess access, File path, String propName) SVNCommitMediator.getWorkspaceProperty
(String path, String name) SVNImportMediator.getWorkspaceProperty
(String path, String name) private static SVNPropertyValue
SVNExternalsUtil.pinExternalProps
(SVNWCContext context, SvnRepositoryAccess repositoryAccess, SVNPropertyValue externalsPropValue, Map<SvnTarget, List<SVNExternal>> externalsToPin, SVNURL reposRootUrl, SvnTarget localAbsPathOrUrl) static SVNPropertyValue
SVNPropertiesManager.validatePropertyValue
(Object path, SVNNodeKind kind, String name, SVNPropertyValue value, boolean force, ISVNOptions options, ISVNFileContentFetcher fileContentFetcher) Methods in org.tmatesoft.svn.core.internal.wc that return types with arguments of type SVNPropertyValueModifier and TypeMethodDescriptionstatic Map<String,
SVNPropertyValue> SVNExternalsUtil.resolvePinnedExternals
(SVNWCContext context, SvnRepositoryAccess repositoryAccess, Map<SvnTarget, List<SVNExternal>> externalsToPin, SvnTarget pairSource, SvnTarget pairDst, long pairSourceRevision, SVNRepository svnRepository, SVNURL reposRootUrl) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionprivate Map
DefaultDumpFilterHandler.adjustMergeInfo
(SVNPropertyValue initialValue) static void
SVNWCProperties.appendProperty
(String name, SVNPropertyValue value, OutputStream target) private SVNStatusType
DefaultSVNMerger.applySingleGenericPropertyChange
(String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, Collection conflicts, boolean dryRun) private SVNStatusType
DefaultSVNMerger.applySingleMergeInfoPropertyChange
(String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, Collection conflicts, boolean dryRun) private SVNStatusType
DefaultSVNMerger.applySinglePropertyAdd
(String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, String propName, SVNPropertyValue baseValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, Collection conflicts, boolean dryRun) private SVNStatusType
DefaultSVNMerger.applySinglePropertyChange
(String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue newValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, Collection conflicts, boolean dryRun) private SVNStatusType
DefaultSVNMerger.applySinglePropertyDelete
(String localPath, boolean isDir, SVNStatusType status, SVNProperties workingProps, String propName, SVNPropertyValue baseValue, SVNPropertyValue oldValue, SVNPropertyValue workingValue, SVNAdminArea adminArea, SVNLog log, Collection conflicts, boolean dryRun) void
SVNAmbientDepthFilterEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNCancellableEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNDepthFilterEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNDiffEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNDiffStatusEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNDumpEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNExportEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNNodeEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNRemoteDiffEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNRemoteStatusEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNSynchronizeEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNUpdateEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SVNUpdateEditor15.changeDirProperty
(String name, SVNPropertyValue value) void
SVNAmbientDepthFilterEditor.changeFileProperty
(String path, String propertyName, SVNPropertyValue propertyValue) void
SVNCancellableEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) void
SVNDepthFilterEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) void
SVNDiffEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) void
SVNDiffStatusEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) void
SVNDumpEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) void
SVNExportEditor.changeFileProperty
(String commitPath, String name, SVNPropertyValue value) void
SVNNodeEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) void
SVNRemoteDiffEditor.changeFileProperty
(String commitPath, String name, SVNPropertyValue value) void
SVNRemoteStatusEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) void
SVNSynchronizeEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) void
SVNUpdateEditor.changeFileProperty
(String commitPath, String name, SVNPropertyValue value) private void
SVNUpdateEditor.changeFileProperty
(String name, SVNPropertyValue value, SVNUpdateEditor.SVNFileInfo fileInfo) void
SVNUpdateEditor15.changeFileProperty
(String commitPath, String name, SVNPropertyValue value) private void
SVNUpdateEditor15.changeFileProperty
(String name, SVNPropertyValue value, SVNUpdateEditor15.SVNFileInfo fileInfo) private void
DefaultSVNMerger.changeProperty
(SVNProperties properties, String propName, SVNPropertyValue propValue) private boolean
DefaultSVNMerger.maybeGeneratePropConflict
(String localPath, 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, Map<SvnTarget, List<SVNExternal>> externalsToPin, SVNURL reposRootUrl, SvnTarget localAbsPathOrUrl) void
SVNUpdateEditor.SVNEntryInfo.propertyChanged
(String name, SVNPropertyValue value) void
SVNUpdateEditor15.SVNEntryInfo.propertyChanged
(String name, SVNPropertyValue value) private Map
DefaultLoadHandler.renumberMergeInfoRevisions
(SVNPropertyValue mergeInfoProp) void
DefaultDumpFilterHandler.setNodeProperty
(String propertyName, SVNPropertyValue propertyValue) void
DefaultLoadHandler.setNodeProperty
(String propertyName, SVNPropertyValue propertyValue) void
ISVNLoadHandler.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
DefaultLoadHandler.setRevisionProperty
(String propertyName, SVNPropertyValue propertyValue) void
ISVNLoadHandler.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) (package private) void
DefaultDumpFilterHandler.NodeBaton.writeProperty
(String propName, SVNPropertyValue propValue) private void
DefaultDumpFilterHandler.writeProperty
(OutputStream out, String propName, SVNPropertyValue propValue) Method parameters in org.tmatesoft.svn.core.internal.wc with type arguments of type SVNPropertyValueModifier and TypeMethodDescriptionprivate void
SVNCopyDriver.queueExternalsChangePathInfos
(List<SVNCopyDriver.CopyPathInfo> newPathInfos, List<SVNCopyDriver.CopyPathInfo> pathInfos, Map<String, SVNPropertyValue> pinnedExternals, SVNCopyDriver.CopyPathInfo parentInfo) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNPropertyValueModifier and TypeMethodDescriptionSVNProperties13.getPropertyValue
(String name) SVNProperties14.getPropertyValue
(String name) SVNSimpleVersionedPropertiesImpl.getPropertyValue
(String name) abstract SVNPropertyValue
SVNVersionedProperties.getPropertyValue
(String name) Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
SVNVersionedProperties.setPropertyValue
(String name, SVNPropertyValue value) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as SVNPropertyValueModifier and TypeFieldDescriptionprivate SVNPropertyValue
SVNWCClient16.PropSetHandler.myPropValue
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
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) SetspropName
topropValue
onpath
.SVNWCClient16.doSetProperty
(SVNURL url, String propName, SVNPropertyValue propValue, SVNRevision baseRevision, String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropName
topropValue
onpath
.void
SVNWCClient16.doSetRevisionProperty
(File path, SVNRevision revision, String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.void
SVNWCClient16.doSetRevisionProperty
(SVNURL url, SVNRevision revision, String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.protected void
SVNBasicDelegate.setCommitItemProperty
(SVNCommitItem item, String name, SVNPropertyValue value) Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNPropertyValueModifierConstructorDescriptionPropSetHandler
(boolean isForce, String propName, SVNPropertyValue propValue, ISVNPropertyHandler handler, Collection changeLists) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNPropertyValueMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNPropertyValueModifier and TypeMethodDescriptionprivate SVNPropertyValue
SVNWCContext.combineForkedMergeInfoProps
(SVNPropertyValue fromPropVal, SVNPropertyValue workingPropVal, SVNPropertyValue toPropVal) SVNWCContext.getPropertyValue
(File localAbsPath, String name) SVNCommitMediator17.getWorkspaceProperty
(String path, String name) private SVNPropertyValue
SVNWCContext.maybePropValue
(String propname, SVNSkel child) Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionprivate SVNWCContext.MergePropStatusInfo
SVNWCContext.applySingleGenericPropChange
(SVNPropertyValue resultVal, boolean didMerge, SVNPropertyValue oldVal, SVNPropertyValue newVal, SVNPropertyValue workingVal) private SVNWCContext.MergePropStatusInfo
SVNWCContext.applySingleGenericPropChange
(SVNStatusType state, File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, String propname, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, ISVNConflictHandler conflictResolver, boolean dryRun) private SVNWCContext.MergePropStatusInfo
SVNWCContext.applySingleMergeinfoPropChange
(SVNStatusType state, File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, 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) (package private) SVNWCContext.MergePropStatusInfo
SVNWCContext.applySinglePropAdd
(SVNPropertyValue resultVal, boolean didMerge, String propName, SVNPropertyValue pristineVal, SVNPropertyValue newVal, SVNPropertyValue workingVal) (package private) SVNWCContext.MergePropStatusInfo
SVNWCContext.applySinglePropAdd
(SVNStatusType state, File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, String propname, SVNPropertyValue baseVal, SVNPropertyValue toVal, ISVNConflictHandler conflictResolver, boolean dryRun) (package private) SVNWCContext.MergePropStatusInfo
SVNWCContext.applySinglePropChange
(SVNPropertyValue resultVal, boolean didMerge, String propName, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, SVNPropertyValue workingVal) (package private) SVNWCContext.MergePropStatusInfo
SVNWCContext.applySinglePropChange
(SVNStatusType state, File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, 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, File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, String propname, SVNPropertyValue baseVal, SVNPropertyValue oldVal, ISVNConflictHandler conflictResolver, boolean dryRun) private static boolean
SVNWCContext.arePropsEqual
(SVNPropertyValue propertyValue1, SVNPropertyValue propertyValue2) void
SVNAmbientDepthFilterEditor17.changeDirProperty
(String name, SVNPropertyValue value) void
SVNDiffEditor17.changeDirProperty
(String name, SVNPropertyValue value) void
SVNRemoteStatusEditor17.changeDirProperty
(String name, SVNPropertyValue value) void
SVNUpdateEditor17.changeDirProperty
(String name, SVNPropertyValue value) void
SVNAmbientDepthFilterEditor17.changeFileProperty
(String path, String propertyName, SVNPropertyValue propertyValue) void
SVNDiffEditor17.changeFileProperty
(String path, String name, SVNPropertyValue value) void
SVNRemoteStatusEditor17.changeFileProperty
(String path, String propertyName, SVNPropertyValue propertyValue) void
SVNUpdateEditor17.changeFileProperty
(String path, String propertyName, SVNPropertyValue propertyValue) private SVNPropertyValue
SVNWCContext.combineForkedMergeInfoProps
(SVNPropertyValue fromPropVal, SVNPropertyValue workingPropVal, SVNPropertyValue toPropVal) (package private) void
SVNWCContext.conflictSkelAddPropConflict
(SVNSkel skel, String propName, SVNPropertyValue baseVal, SVNPropertyValue mineVal, SVNPropertyValue toVal, SVNPropertyValue fromVal) private String
SVNWCContext.generateConflictMessage
(String propname, SVNPropertyValue original, SVNPropertyValue mine, SVNPropertyValue incoming, SVNPropertyValue incomingBase) private boolean
SVNWCContext.generatePropConflict
(File localAbsPath, SVNOperation operation, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, String propName, SVNPropertyValue baseVal, SVNPropertyValue workingVal, SVNPropertyValue incomingOldVal, SVNPropertyValue incomingNewVal, ISVNConflictHandler conflictHandler) private boolean
SVNWCContext.maybeGeneratePropConflict
(File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, String propname, SVNProperties workingProps, SVNPropertyValue oldVal, SVNPropertyValue newVal, SVNPropertyValue baseVal, SVNPropertyValue workingVal, ISVNConflictHandler conflictResolver, boolean dryRun) private SVNWCContext.MergeInfo
SVNWCContext.maybeResolveConflicts
(File leftAbspath, File rightAbspath, File targetAbspath, File copyfromText, String leftLabel, String rightLabel, String targetLabel, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, File resultTarget, File detranslatedTarget, SVNPropertyValue mimeprop, SVNDiffOptions options, ISVNConflictHandler conflictResolver) private SVNWCContext.MergeInfo
SVNWCContext.mergeTextFile
(SVNWCContext.MergeInfo info, ISvnMerger customMerger, File leftAbspath, File rightAbspath, File targetAbspath, File wriAbspath, String leftLabel, String rightLabel, String targetLabel, boolean dryRun, SVNDiffOptions options, File copyfromText, File detranslatedTargetAbspath, SVNPropertyValue mimeprop) private SVNConflictDescription
SVNWCContext.setupTextConflictDesc
(File leftAbspath, File rightAbspath, File targetAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, File resultTarget, File detranslatedTarget, SVNPropertyValue mimeprop, boolean isBinary) void
SVNCommitMediator17.setWorkspaceProperty
(String path, String name, SVNPropertyValue value) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionstatic 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) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.wc2.admin
Methods in org.tmatesoft.svn.core.internal.wc2.admin that return SVNPropertyValueModifier and TypeMethodDescriptionprotected SVNPropertyValue
SvnRepositoryGetPropertyImpl.run()
protected SVNPropertyValue
SvnRepositoryGetRevisionPropertyImpl.run()
-
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return types with arguments of type SVNPropertyValueModifier and TypeMethodDescriptionprivate Map<String,
SVNPropertyValue> SvnNgWcToWcCopy.resolvePinnedExternals
(Map<SvnTarget, List<SVNExternal>> externalsToPin, SvnNgWcToWcCopy.SvnCopyPair copyPair, SVNRepository svnRepository, SVNURL reposRootUrl) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
SvnDiffEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SvnNgRemoteDiffEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SvnNgRemoteDiffEditor2.changeDirProperty
(String name, SVNPropertyValue value) void
SvnNgRemoteMergeEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SvnNgReposToWcCopy.SVNCopyForeignEditor.changeDirProperty
(String name, SVNPropertyValue value) void
SvnDiffEditor.changeFileProperty
(String path, String propertyName, SVNPropertyValue propertyValue) void
SvnNgRemoteDiffEditor.changeFileProperty
(String path, String propertyName, SVNPropertyValue propertyValue) void
SvnNgRemoteDiffEditor2.changeFileProperty
(String path, String propertyName, SVNPropertyValue propertyValue) void
SvnNgRemoteMergeEditor.changeFileProperty
(String path, String propertyName, SVNPropertyValue propertyValue) void
SvnNgReposToWcCopy.SVNCopyForeignEditor.changeFileProperty
(String path, String propertyName, SVNPropertyValue propertyValue) static void
SvnNgPropertiesManager.checkPropertyName
(String propertyName, SVNPropertyValue propertyValue) private static boolean
SvnNgPropertiesManager.equals
(SVNPropertyValue oldValue, SVNPropertyValue newValue) private byte[]
SvnDiffGenerator.getPropertyAsBytes
(SVNPropertyValue value, String encoding) SvnNgPropertiesManager.parseAutoProperties
(SVNPropertyValue autoProperties, Map<String, Map<String, String>> target) private void
SvnNgWcToReposCopy.queuePropChangeCommitItems
(File localAbsPath, SVNURL commitUrl, SvnCommitPacket packet, String propName, SVNPropertyValue externalsPropertyValue, SVNURL repositoryRoot) 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, 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, SVNNodeKind kind, String propertyName, SVNPropertyValue value, ISvnPropertyValueProvider pvProvider, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.wc2.patch
Fields in org.tmatesoft.svn.core.internal.wc2.patch declared as SVNPropertyValueModifier and TypeFieldDescriptionprivate SVNPropertyValue
SvnPropertiesPatchTarget.patchedValue
private SVNPropertyValue
SvnPropertiesPatchTarget.PropReadCallbacks.value
private SVNPropertyValue
SvnPropertiesPatchTarget.value
Methods in org.tmatesoft.svn.core.internal.wc2.patch that return SVNPropertyValueModifier and TypeMethodDescriptionSvnPropertiesPatchTarget.getPatchedValue()
SvnPropertiesPatchTarget.getValue()
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
SvnPropertiesPatchTarget.setPatchedValue
(SVNPropertyValue patchedValue) void
SvnPropertiesPatchTarget.setValue
(SVNPropertyValue value) Constructors in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SVNPropertyValueModifierConstructorDescriptionprivate
PropReadCallbacks
(SvnPropertiesPatchTarget propPatchTarget, SVNPropertyValue value, long offset) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.internal.wc2.remote
Method parameters in org.tmatesoft.svn.core.internal.wc2.remote with type arguments of type SVNPropertyValueModifier and TypeMethodDescriptionprivate static void
SvnRemoteList.list
(SVNRepository repository, String path, long rev, SVNDepth depth, int entryFields, Map<SVNURL, SVNPropertyValue> externals, SVNURL externalParentUrl, String externalTarget, ISVNDirEntryHandler handler) private void
SvnRemoteList.listExternals
(SVNRepository repository, Map<SVNURL, SVNPropertyValue> externals, SVNDepth depth, int entryFields, boolean fetchLocks, ISVNDirEntryHandler handler) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return SVNPropertyValueModifier and TypeMethodDescriptionabstract SVNPropertyValue
SVNRepository.getRevisionPropertyValue
(long revision, String propertyName) Gets the value of an unversioned property.ISVNWorkspaceMediator.getWorkspaceProperty
(String path, String name) Retrieves an item's WC property from a".svn/wcprops"
administrative subdirectory.Methods in org.tmatesoft.svn.core.io with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
ISVNEditor.changeDirProperty
(String name, SVNPropertyValue value) Changes the value of a property of the currently opened/added directory.void
SVNFileCheckoutEditor.changeDirProperty
(String name, SVNPropertyValue value) void
ISVNEditor.changeFileProperty
(String path, String propertyName, SVNPropertyValue propertyValue) Changes the value of a property of the currently opened/added file.void
SVNFileCheckoutEditor.changeFileProperty
(String path, String name, SVNPropertyValue value) 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. -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionprivate void
SVNClientImpl.propertyCreate
(String path, String name, SVNPropertyValue value, int depth, String[] changelists, boolean force) private void
SVNClientImpl.propertySet
(String path, String name, SVNPropertyValue value, int depth, boolean force, String[] changelists, Map revprops) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
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. -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNPropertyValueMethods in org.tmatesoft.svn.core.wc that return SVNPropertyValueModifier and TypeMethodDescriptionSVNPropertyData.getValue()
Gets the value of the property represented by this SVNPropertyData object.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
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) SetspropName
topropValue
onpath
.SVNWCClient.doSetProperty
(SVNURL url, String propName, SVNPropertyValue propValue, SVNRevision baseRevision, String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropName
topropValue
onpath
.void
SVNWCClient.doSetRevisionProperty
(File path, SVNRevision revision, String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.void
SVNWCClient.doSetRevisionProperty
(SVNURL url, SVNRevision revision, String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropName
topropValue
on revisionrevision
in the repository represented bypath
.private byte[]
DefaultSVNDiffGenerator.getPropertyAsBytes
(SVNPropertyValue value, String encoding) void
SVNCommitItem.setIncomingProperty
(String propertyName, SVNPropertyValue propertyValue) void
SVNCommitItem.setProperty
(String propertyName, SVNPropertyValue propertyValue) Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNPropertyValueModifierConstructorDescriptionSVNPropertyData
(String name, SVNPropertyValue data, ISVNOptions options) Constructs an SVNPropertyData given a property name and its value. -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin that return SVNPropertyValueModifier and TypeMethodDescriptionSVNLookClient.doGetProperty
(File repositoryRoot, String propName, String path, String transactionName) Returns the value of a versioned property for the specified path in the given transaction.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.SVNLookClient.doGetRevisionProperty
(File repositoryRoot, String propName, String transactionName) Returns the value of a revision property for the given transaction.SVNLookClient.doGetRevisionProperty
(File repositoryRoot, String propName, SVNRevision revision) Returns the value of a revision property in the given revision. -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SVNPropertyValueModifier and TypeFieldDescriptionprivate SVNPropertyValue
SvnRemoteSetProperty.originalPropertyValue
private SVNPropertyValue
SvnRemoteSetProperty.propertyValue
private SVNPropertyValue
SvnSetProperty.propertyValue
Fields in org.tmatesoft.svn.core.wc2 with type parameters of type SVNPropertyValueModifier and TypeFieldDescriptionprivate Map<String,
SVNPropertyValue> SvnCommitItem.incomingProperties
private Map<String,
SVNPropertyValue> SvnCommitItem.outgoingProperties
Methods in org.tmatesoft.svn.core.wc2 that return SVNPropertyValueModifier and TypeMethodDescriptionSvnRemoteSetProperty.getOriginalPropertyValue()
Returns property's original value, it was set by callerSvnRemoteSetProperty.getPropertyValue()
Returns the property's value.SvnSetProperty.getPropertyValue()
Returns property value.Methods in org.tmatesoft.svn.core.wc2 that return types with arguments of type SVNPropertyValueModifier and TypeMethodDescriptionSvnCommitItem.getIncomingProperties()
SvnCommitItem.getOutgoingProperties()
Returns all properties that should be committed within the item.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoid
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 callervoid
SvnRemoteSetProperty.setPropertyValue
(SVNPropertyValue propertyValue) Sets the property's value.void
SvnSetProperty.setPropertyValue
(SVNPropertyValue propertyValue) Sets property valuevoid
AbstractSvnCommit.setRevisionProperty
(String name, SVNPropertyValue value) Adds custom revision properties for the operation.