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 PropertyDataJavaHLObjectFactory.createPropertyData(java.lang.Object client, java.lang.String path, java.lang.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 voidSVNPropertiesCommand.checkBooleanProperty(java.lang.String name, SVNPropertyValue value) private voidSVNPropSetCommand.printBinaryMimeTypeWarning(java.util.Collection targets, java.lang.String propertyName, SVNPropertyValue propertyValue) protected voidSVNPropertiesCommand.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 SVNPropertyValueSVNProperty.BOOLEAN_PROPERTY_VALUEDefault value for such properties asSVNProperty.EXECUTABLE,SVNProperty.NEEDS_LOCK,SVNProperty.SPECIAL.Fields in org.tmatesoft.svn.core with type parameters of type SVNPropertyValueModifier and TypeFieldDescriptionprivate java.util.Map<java.lang.String,SVNPropertyValue> SVNProperties.myPropertiesMethods in org.tmatesoft.svn.core that return SVNPropertyValueModifier and TypeMethodDescriptionstatic SVNPropertyValueSVNPropertyValue.create(char[] propertyValue, java.lang.String encoding) Creates a new property value object representing a text property value.static SVNPropertyValueSVNPropertyValue.create(java.lang.String propertyValue) Creates a new property value object representing a text property value.static SVNPropertyValueSVNPropertyValue.create(java.lang.String propertyName, byte[] data) Creates a new property value object from the given byte array.static SVNPropertyValueSVNPropertyValue.create(java.lang.String propertyName, byte[] data, int offset, int length) Creates a new property value object from the given byte array.SVNProperties.getSVNPropertyValue(java.lang.String propertyName) Returns a property value as anSVNPropertyValue.static SVNPropertyValueSVNProperty.getValueOfBooleanProperty(java.lang.String propName) Returns the value for such boolean properties as "svn:executable", "svn:needs-lock" and "svn:special".SVNProperties.remove(java.lang.String propertyName) Removes the specified property from this properties object.Methods in org.tmatesoft.svn.core that return types with arguments of type SVNPropertyValueModifier and TypeMethodDescriptionjava.util.Map<java.lang.String,SVNPropertyValue> SVNProperties.asMap()Returns SVNProperties as Map of String, SVNPropertyValue pairs.Methods in org.tmatesoft.svn.core with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionstatic booleanSVNPropertyValue.areEqual(SVNPropertyValue propertyValue1, SVNPropertyValue propertyValue2) booleanSVNProperties.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) ReturnsStringrepresentation ofvalue.static java.lang.StringSVNPropertyValue.getPropertyAsString(SVNPropertyValue value) ReturnsStringrepresentation ofvalue.voidSVNProperties.put(java.lang.String propertyName, SVNPropertyValue propertyValue) Stores a new mappingpropertyNametopropertyValuein 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, java.lang.String propertyName) Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoidDAVCommitEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidDAVCommitEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidDAVResource.putProperty(java.lang.String name, SVNPropertyValue value) voidDAVProperties.setProperty(DAVElement name, SVNPropertyValue value) voidDAVRepository.setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue) static voidDAVUtil.setSpecialWCProperties(ISVNEditor editor, boolean isDir, java.lang.String path, DAVElement property, SVNPropertyValue propValue) static voidDAVUtil.setSpecialWCProperties(SVNProperties props, DAVElement property, SVNPropertyValue propValue) Deprecated.for binary compatibility onlystatic voidDAVUtil.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 SVNPropertyValueDAVInheritedPropertiesHandler.currentPropertyValueMethods in org.tmatesoft.svn.core.internal.io.dav.handlers that return SVNPropertyValueModifier and TypeMethodDescriptionprotected SVNPropertyValueBasicDAVHandler.createPropertyValue(DAVElement element, java.lang.String propertyName, java.lang.StringBuffer cdata, java.lang.String encoding) protected SVNPropertyValueBasicDAVHandler.createPropertyValueFromBase64(DAVElement element, java.lang.String propertyName, java.lang.StringBuffer cdata) Methods in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionprivate static java.lang.StringBufferDAVProppatchHandler.appendProperty(java.lang.StringBuffer xmlBuffer, java.lang.String name, SVNPropertyValue value) static java.lang.StringBufferDAVProppatchHandler.generatePropertyRequest(java.lang.StringBuffer buffer, java.lang.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, java.lang.String propertyName) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoidFSCommitEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidFSCommitEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidFSCommitter.changeNodeProperty(java.lang.String path, java.lang.String name, SVNPropertyValue propValue) private voidFSUpdateContext.changeProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value, boolean isDir) voidFSFS.setRevisionProperty(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue) voidFSRepository.setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue) voidFSRepository.setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue, boolean bypassHooks) voidFSRepository.setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue, boolean bypassPreRevpropHook, boolean bypassPostRevpropHook) voidFSFS.setTransactionProperty(java.lang.String txnID, java.lang.String name, SVNPropertyValue propertyValue) static voidFSRepositoryUtil.validateProperty(java.lang.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, java.lang.String propertyName) Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoidSVNCommitEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNCommitEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNRepositoryImpl.setRevisionPropertyValue(long revision, java.lang.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 TypeMethodDescriptionvoidSVNMergeInfoUtil.ElideMergeInfoEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNMergeInfoUtil.ElideMergeInfoEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) private static SVNSkelSVNSkel.createAtom(SVNPropertyValue propertyValue) voidSVNSkel.prependPropertyValue(SVNPropertyValue propertyValue) Method parameters in org.tmatesoft.svn.core.internal.util with type arguments of type SVNPropertyValueModifier and TypeMethodDescriptionstatic SVNSkelSVNSkel.createPropList(java.util.Map<java.lang.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) SVNPropertyValueDefaultLoadHandler.RevisionBaton.myDatestampMethods in org.tmatesoft.svn.core.internal.wc that return SVNPropertyValueModifier and TypeMethodDescriptionISVNFileContentFetcher.getProperty(java.lang.String propertyName) static SVNPropertyValueSVNPropertiesManager.getProperty(SVNWCAccess access, java.io.File path, java.lang.String propName) static SVNPropertyValueSVNPropertiesManager.getWCProperty(SVNWCAccess access, java.io.File path, java.lang.String propName) SVNCommitMediator.getWorkspaceProperty(java.lang.String path, java.lang.String name) SVNImportMediator.getWorkspaceProperty(java.lang.String path, java.lang.String name) private static SVNPropertyValueSVNExternalsUtil.pinExternalProps(SVNWCContext context, SvnRepositoryAccess repositoryAccess, SVNPropertyValue externalsPropValue, java.util.Map<SvnTarget, java.util.List<SVNExternal>> externalsToPin, SVNURL reposRootUrl, SvnTarget localAbsPathOrUrl) static SVNPropertyValueSVNPropertiesManager.validatePropertyValue(java.lang.Object path, SVNNodeKind kind, java.lang.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 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) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionprivate java.util.MapDefaultDumpFilterHandler.adjustMergeInfo(SVNPropertyValue initialValue) static voidSVNWCProperties.appendProperty(java.lang.String name, SVNPropertyValue value, java.io.OutputStream target) private SVNStatusTypeDefaultSVNMerger.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 SVNStatusTypeDefaultSVNMerger.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 SVNStatusTypeDefaultSVNMerger.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 SVNStatusTypeDefaultSVNMerger.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 SVNStatusTypeDefaultSVNMerger.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) voidSVNAmbientDepthFilterEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNCancellableEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNDepthFilterEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNDiffEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNDiffStatusEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNDumpEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNExportEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNNodeEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNRemoteDiffEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNRemoteStatusEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNSynchronizeEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNUpdateEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNUpdateEditor15.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNAmbientDepthFilterEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSVNCancellableEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNDepthFilterEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNDiffEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNDiffStatusEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNDumpEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNExportEditor.changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value) voidSVNNodeEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNRemoteDiffEditor.changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value) voidSVNRemoteStatusEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNSynchronizeEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNUpdateEditor.changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value) private voidSVNUpdateEditor.changeFileProperty(java.lang.String name, SVNPropertyValue value, SVNUpdateEditor.SVNFileInfo fileInfo) voidSVNUpdateEditor15.changeFileProperty(java.lang.String commitPath, java.lang.String name, SVNPropertyValue value) private voidSVNUpdateEditor15.changeFileProperty(java.lang.String name, SVNPropertyValue value, SVNUpdateEditor15.SVNFileInfo fileInfo) private voidDefaultSVNMerger.changeProperty(SVNProperties properties, java.lang.String propName, SVNPropertyValue propValue) private booleanDefaultSVNMerger.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 SVNPropertyValueSVNExternalsUtil.pinExternalProps(SVNWCContext context, SvnRepositoryAccess repositoryAccess, SVNPropertyValue externalsPropValue, java.util.Map<SvnTarget, java.util.List<SVNExternal>> externalsToPin, SVNURL reposRootUrl, SvnTarget localAbsPathOrUrl) voidSVNUpdateEditor.SVNEntryInfo.propertyChanged(java.lang.String name, SVNPropertyValue value) voidSVNUpdateEditor15.SVNEntryInfo.propertyChanged(java.lang.String name, SVNPropertyValue value) private java.util.MapDefaultLoadHandler.renumberMergeInfoRevisions(SVNPropertyValue mergeInfoProp) voidDefaultDumpFilterHandler.setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) voidDefaultLoadHandler.setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) voidISVNLoadHandler.setNodeProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) static booleanSVNPropertiesManager.setProperty(SVNWCAccess access, java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks) voidSVNWCProperties.setPropertyValue(java.lang.String name, SVNPropertyValue value) voidDefaultDumpFilterHandler.setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) voidDefaultLoadHandler.setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) voidISVNLoadHandler.setRevisionProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) static booleanSVNPropertiesManager.setWCProperty(SVNWCAccess access, java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean write) voidSVNCommitMediator.setWorkspaceProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNImportMediator.setWorkspaceProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) static SVNPropertyValueSVNPropertiesManager.validatePropertyValue(java.lang.Object path, SVNNodeKind kind, java.lang.String name, SVNPropertyValue value, boolean force, ISVNOptions options, ISVNFileContentFetcher fileContentFetcher) (package private) voidDefaultDumpFilterHandler.NodeBaton.writeProperty(java.lang.String propName, SVNPropertyValue propValue) private voidDefaultDumpFilterHandler.writeProperty(java.io.OutputStream out, java.lang.String propName, SVNPropertyValue propValue) Method parameters in org.tmatesoft.svn.core.internal.wc with type arguments of type SVNPropertyValueModifier and TypeMethodDescriptionprivate voidSVNCopyDriver.queueExternalsChangePathInfos(java.util.List<SVNCopyDriver.CopyPathInfo> newPathInfos, java.util.List<SVNCopyDriver.CopyPathInfo> pathInfos, java.util.Map<java.lang.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(java.lang.String name) SVNProperties14.getPropertyValue(java.lang.String name) SVNSimpleVersionedPropertiesImpl.getPropertyValue(java.lang.String name) abstract SVNPropertyValueSVNVersionedProperties.getPropertyValue(java.lang.String name) Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoidSVNVersionedProperties.setPropertyValue(java.lang.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 SVNPropertyValueSVNWCClient16.PropSetHandler.myPropValueMethods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoidSVNWCClient16.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean force, boolean recursive, ISVNPropertyHandler handler) voidSVNWCClient16.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection changeLists) SetspropNametopropValueonpath.SVNWCClient16.doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropNametopropValueonpath.voidSVNWCClient16.doSetRevisionProperty(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.voidSVNWCClient16.doSetRevisionProperty(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.protected voidSVNBasicDelegate.setCommitItemProperty(SVNCommitItem item, java.lang.String name, SVNPropertyValue value) Constructors in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNPropertyValueModifierConstructorDescriptionPropSetHandler(boolean isForce, java.lang.String propName, SVNPropertyValue propValue, ISVNPropertyHandler handler, java.util.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 SVNPropertyValueSVNWCContext.combineForkedMergeInfoProps(SVNPropertyValue fromPropVal, SVNPropertyValue workingPropVal, SVNPropertyValue toPropVal) SVNWCContext.getPropertyValue(java.io.File localAbsPath, java.lang.String name) SVNCommitMediator17.getWorkspaceProperty(java.lang.String path, java.lang.String name) private SVNPropertyValueSVNWCContext.maybePropValue(java.lang.String propname, SVNSkel child) Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionprivate SVNWCContext.MergePropStatusInfoSVNWCContext.applySingleGenericPropChange(SVNPropertyValue resultVal, boolean didMerge, SVNPropertyValue oldVal, SVNPropertyValue newVal, SVNPropertyValue workingVal) private SVNWCContext.MergePropStatusInfoSVNWCContext.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.MergePropStatusInfoSVNWCContext.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) private SVNWCContext.MergePropStatusInfoSVNWCContext.applySingleMergeInfoPropChange(SVNPropertyValue resultVal, boolean didMerge, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, SVNPropertyValue workingVal) (package private) SVNWCContext.MergePropStatusInfoSVNWCContext.applySinglePropAdd(SVNPropertyValue resultVal, boolean didMerge, java.lang.String propName, SVNPropertyValue pristineVal, SVNPropertyValue newVal, SVNPropertyValue workingVal) (package private) SVNWCContext.MergePropStatusInfoSVNWCContext.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.MergePropStatusInfoSVNWCContext.applySinglePropChange(SVNPropertyValue resultVal, boolean didMerge, java.lang.String propName, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue newVal, SVNPropertyValue workingVal) (package private) SVNWCContext.MergePropStatusInfoSVNWCContext.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.MergePropStatusInfoSVNWCContext.applySinglePropDelete(SVNPropertyValue resultVal, boolean didMerge, SVNPropertyValue baseVal, SVNPropertyValue oldVal, SVNPropertyValue workingVal) (package private) SVNWCContext.MergePropStatusInfoSVNWCContext.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 booleanSVNWCContext.arePropsEqual(SVNPropertyValue propertyValue1, SVNPropertyValue propertyValue2) voidSVNAmbientDepthFilterEditor17.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNDiffEditor17.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNRemoteStatusEditor17.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNUpdateEditor17.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSVNAmbientDepthFilterEditor17.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSVNDiffEditor17.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidSVNRemoteStatusEditor17.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSVNUpdateEditor17.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) private SVNPropertyValueSVNWCContext.combineForkedMergeInfoProps(SVNPropertyValue fromPropVal, SVNPropertyValue workingPropVal, SVNPropertyValue toPropVal) (package private) voidSVNWCContext.conflictSkelAddPropConflict(SVNSkel skel, java.lang.String propName, SVNPropertyValue baseVal, SVNPropertyValue mineVal, SVNPropertyValue toVal, SVNPropertyValue fromVal) private java.lang.StringSVNWCContext.generateConflictMessage(java.lang.String propname, SVNPropertyValue original, SVNPropertyValue mine, SVNPropertyValue incoming, SVNPropertyValue incomingBase) private booleanSVNWCContext.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 booleanSVNWCContext.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.MergeInfoSVNWCContext.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.MergeInfoSVNWCContext.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 SVNConflictDescriptionSVNWCContext.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) voidSVNCommitMediator17.setWorkspaceProperty(java.lang.String path, java.lang.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 voidSvnWcDbConflicts.addPropConflict(SVNSkel skel, java.lang.String propName, SVNPropertyValue originalVal, SVNPropertyValue mineVal, SVNPropertyValue incomingVal, SVNPropertyValue incomingBaseVal) voidSvnExternalUpdateEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnExternalUpdateEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) static voidSvnWcDbConflicts.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 SVNPropertyValueSvnRepositoryGetPropertyImpl.run()protected SVNPropertyValueSvnRepositoryGetRevisionPropertyImpl.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 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) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoidSvnDiffEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnNgRemoteDiffEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnNgRemoteDiffEditor2.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnNgRemoteMergeEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidSvnDiffEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSvnNgRemoteDiffEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSvnNgRemoteDiffEditor2.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSvnNgRemoteMergeEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) voidSvnNgReposToWcCopy.SVNCopyForeignEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) static voidSvnNgPropertiesManager.checkPropertyName(java.lang.String propertyName, SVNPropertyValue propertyValue) private static booleanSvnNgPropertiesManager.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 voidSvnNgWcToReposCopy.queuePropChangeCommitItems(java.io.File localAbsPath, SVNURL commitUrl, SvnCommitPacket packet, java.lang.String propName, SVNPropertyValue externalsPropertyValue, SVNURL repositoryRoot) static voidSvnNgPropertiesManager.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 voidSvnNgPropertiesManager.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 voidSvnNgPropertiesManager.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 voidSvnNgPropertiesManager.setProperty(SVNWCContext context, java.io.File path, SVNNodeKind kind, java.lang.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 SVNPropertyValueSvnPropertiesPatchTarget.patchedValueprivate SVNPropertyValueSvnPropertiesPatchTarget.PropReadCallbacks.valueprivate SVNPropertyValueSvnPropertiesPatchTarget.valueMethods 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 TypeMethodDescriptionvoidSvnPropertiesPatchTarget.setPatchedValue(SVNPropertyValue patchedValue) voidSvnPropertiesPatchTarget.setValue(SVNPropertyValue value) Constructors in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SVNPropertyValueModifierConstructorDescriptionprivatePropReadCallbacks(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 voidSvnRemoteList.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 voidSvnRemoteList.listExternals(SVNRepository repository, java.util.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 SVNPropertyValueSVNRepository.getRevisionPropertyValue(long revision, java.lang.String propertyName) Gets the value of an unversioned property.ISVNWorkspaceMediator.getWorkspaceProperty(java.lang.String path, java.lang.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 TypeMethodDescriptionvoidISVNEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) Changes the value of a property of the currently opened/added directory.voidSVNFileCheckoutEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) voidISVNEditor.changeFileProperty(java.lang.String path, java.lang.String propertyName, SVNPropertyValue propertyValue) Changes the value of a property of the currently opened/added file.voidSVNFileCheckoutEditor.changeFileProperty(java.lang.String path, java.lang.String name, SVNPropertyValue value) voidISVNFileCheckoutTarget.filePropertyChanged(java.lang.String path, java.lang.String name, SVNPropertyValue value) Receives and handles a next file property.abstract voidSVNRepository.setRevisionPropertyValue(long revision, java.lang.String propertyName, SVNPropertyValue propertyValue) Sets a revision property with the specified name to a new value.voidISVNWorkspaceMediator.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. -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.javahl
Methods in org.tmatesoft.svn.core.javahl with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionprivate voidSVNClientImpl.propertyCreate(java.lang.String path, java.lang.String name, SVNPropertyValue value, int depth, java.lang.String[] changelists, boolean force) private voidSVNClientImpl.propertySet(java.lang.String path, java.lang.String name, SVNPropertyValue value, int depth, boolean force, java.lang.String[] changelists, java.util.Map revprops) -
Uses of SVNPropertyValue in org.tmatesoft.svn.core.replicator
Methods in org.tmatesoft.svn.core.replicator with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoidSVNReplicationEditor.changeDirProperty(java.lang.String name, SVNPropertyValue value) Changes a property of the current directory.voidSVNReplicationEditor.changeFileProperty(java.lang.String path, java.lang.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 TypeMethodDescriptionvoidSVNWCClient.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean force, boolean recursive, ISVNPropertyHandler handler) voidSVNWCClient.doSetProperty(java.io.File path, java.lang.String propName, SVNPropertyValue propValue, boolean skipChecks, SVNDepth depth, ISVNPropertyHandler handler, java.util.Collection<java.lang.String> changeLists) SetspropNametopropValueonpath.SVNWCClient.doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropNametopropValueonpath.voidSVNWCClient.doSetRevisionProperty(java.io.File path, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.voidSVNWCClient.doSetRevisionProperty(SVNURL url, SVNRevision revision, java.lang.String propName, SVNPropertyValue propValue, boolean force, ISVNPropertyHandler handler) SetpropNametopropValueon revisionrevisionin the repository represented bypath.private byte[]DefaultSVNDiffGenerator.getPropertyAsBytes(SVNPropertyValue value, java.lang.String encoding) voidSVNCommitItem.setIncomingProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) voidSVNCommitItem.setProperty(java.lang.String propertyName, SVNPropertyValue propertyValue) Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNPropertyValueModifierConstructorDescriptionSVNPropertyData(java.lang.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(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.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.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.SVNLookClient.doGetRevisionProperty(java.io.File repositoryRoot, java.lang.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 SVNPropertyValueSvnRemoteSetProperty.originalPropertyValueprivate SVNPropertyValueSvnRemoteSetProperty.propertyValueprivate SVNPropertyValueSvnSetProperty.propertyValueFields in org.tmatesoft.svn.core.wc2 with type parameters of type SVNPropertyValueModifier and TypeFieldDescriptionprivate java.util.Map<java.lang.String,SVNPropertyValue> SvnCommitItem.incomingPropertiesprivate java.util.Map<java.lang.String,SVNPropertyValue> SvnCommitItem.outgoingPropertiesMethods 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 TypeMethodDescriptionjava.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.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNPropertyValueModifier and TypeMethodDescriptionvoidSvnCommitItem.addIncomingProperty(java.lang.String name, SVNPropertyValue value) voidSvnCommitItem.addOutgoingProperty(java.lang.String name, SVNPropertyValue value) Adds property with the name and the value that should be committed within the item.voidSvnRemoteSetProperty.setOriginalPropertyValue(SVNPropertyValue originalPropertyValue) Sets property's original value to hold this information for the callervoidSvnRemoteSetProperty.setPropertyValue(SVNPropertyValue propertyValue) Sets the property's value.voidSvnSetProperty.setPropertyValue(SVNPropertyValue propertyValue) Sets property valuevoidAbstractSvnCommit.setRevisionProperty(java.lang.String name, SVNPropertyValue value) Adds custom revision properties for the operation.