Uses of Class
org.tmatesoft.svn.core.SVNProperties
Packages that use SVNProperties
Package
Description
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 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.
NEW: this package contains callback interfaces for the new WC2 API.
-
Uses of SVNProperties in org.tmatesoft.svn.cli.svn
Fields in org.tmatesoft.svn.cli.svn declared as SVNPropertiesModifier and TypeFieldDescriptionprivate SVNProperties
SVNCommandEnvironment.myRevisionProperties
Methods in org.tmatesoft.svn.cli.svn that return SVNPropertiesModifier and TypeMethodDescriptionSVNCommandEnvironment.getRevisionProperties()
SVNCommandEnvironment.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNPropertiesModifier and TypeMethodDescriptionprivate List<SVNPropertyData>
SVNPropListCommand.getPropdataList
(SVNProperties properties) SVNCommandEnvironment.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) protected StringBuffer
SVNXMLCommand.printXMLPropHash
(StringBuffer buffer, SVNProperties propHash, boolean namesOnly, boolean inheritedProperties) -
Uses of SVNProperties in org.tmatesoft.svn.cli.svnlook
Methods in org.tmatesoft.svn.cli.svnlook that return SVNProperties -
Uses of SVNProperties in org.tmatesoft.svn.core
Fields in org.tmatesoft.svn.core declared as SVNPropertiesMethods in org.tmatesoft.svn.core that return SVNPropertiesModifier and TypeMethodDescriptionSVNProperties.compareTo
(SVNProperties properties) Compares this object against another one returning a difference between them.SVNProperties.getRegularProperties()
Returns a subset of properties contained in this properties object which suffice forSVNProperty.isRegularProperty(String)
clause.SVNLogEntry.getRevisionProperties()
Returns the requested revision properties, which may be null if it would contain no revision properties.static SVNProperties
SVNProperties.unmodifiableProperties
(SVNProperties properties) Returns an unmodifiable view of the specifiedproperties
.static SVNProperties
Creates a newSVNProperties
object wrapping a given map with properties.Methods in org.tmatesoft.svn.core with parameters of type SVNPropertiesModifier and TypeMethodDescriptionSVNProperties.compareTo
(SVNProperties properties) Compares this object against another one returning a difference between them.void
SVNProperties.putAll
(SVNProperties properties) Puts all properties from the specified properties object to this object.static SVNProperties
SVNProperties.unmodifiableProperties
(SVNProperties properties) Returns an unmodifiable view of the specifiedproperties
.Constructors in org.tmatesoft.svn.core with parameters of type SVNPropertiesModifierConstructorDescriptionSVNLogEntry
(Map changedPaths, long revision, SVNProperties revisionProperties, boolean hasChildren) Constructs an SVNLogEntry object.SVNProperties
(SVNProperties properties) Creates a newSVNProperties
object copying the given one. -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.db
Methods in org.tmatesoft.svn.core.internal.db that return SVNPropertiesModifier and TypeMethodDescriptionSVNSqlJetStatement.getColumnProperties
(Enum<?> f) protected SVNProperties
SVNSqlJetStatement.getColumnProperties
(String f) static SVNProperties
SVNSqlJetStatement.parseProperties
(byte[] val) Methods in org.tmatesoft.svn.core.internal.db with parameters of type SVNPropertiesModifier and TypeMethodDescriptionvoid
SVNSqlJetStatement.bindProperties
(int i, SVNProperties props) void
SVNSqlJetUnionStatement.bindProperties
(int i, SVNProperties props) Method parameters in org.tmatesoft.svn.core.internal.db with type arguments of type SVNPropertiesModifier and TypeMethodDescriptionvoid
SVNSqlJetStatement.bindIProperties
(int i, Map<String, SVNProperties> iprops) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.io.dav
Fields in org.tmatesoft.svn.core.internal.io.dav declared as SVNPropertiesModifier and TypeFieldDescriptionprivate SVNProperties
DAVResource.myProperties
private SVNProperties
DAVCommitEditor.myRevProps
Methods in org.tmatesoft.svn.core.internal.io.dav that return SVNPropertiesModifier and TypeMethodDescriptionstatic SVNProperties
DAVUtil.filterProperties
(DAVProperties source, SVNProperties target) DAVResource.getProperties()
DAVRepository.getRevisionProperties
(long revision, SVNProperties properties) Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type SVNPropertiesModifier and TypeMethodDescriptionprivate byte[]
DAVCommitEditor.createTxnPostBody
(SVNProperties revisionProperties) static SVNProperties
DAVUtil.filterProperties
(DAVProperties source, SVNProperties target) protected ISVNEditor
DAVRepository.getCommitEditorInternal
(Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator) long
DAVRepository.getDir
(String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler) long
DAVRepository.getDir
(String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler) long
DAVRepository.getFile
(String path, long revision, SVNProperties properties, OutputStream contents) long
DAVRepository.getFile
(String path, long revision, SVNProperties properties, OutputStream contents, ISVNWorkingCopyContentMediator workingCopyContentMediator) DAVRepository.getRevisionProperties
(long revision, SVNProperties properties) private void
DAVCommitEditor.patchResourceProperties
(String path, SVNProperties properties) 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) Constructors in org.tmatesoft.svn.core.internal.io.dav with parameters of type SVNPropertiesModifierConstructorDescriptionDAVCommitEditor
(DAVRepository repository, DAVConnection connection, SVNProperties revProps, ISVNWorkspaceMediator mediator, Runnable closeCallback) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.io.dav.handlers
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers declared as SVNPropertiesModifier and TypeFieldDescriptionprivate SVNProperties
DAVInheritedPropertiesHandler.currentProperties
private SVNProperties
DAVFileRevisionHandler.myProperties
private SVNProperties
DAVFileRevisionHandler.myPropertiesDelta
private SVNProperties
DAVLogHandler.myRevProps
Fields in org.tmatesoft.svn.core.internal.io.dav.handlers with type parameters of type SVNPropertiesModifier and TypeFieldDescriptionprivate Map<String,
SVNProperties> DAVInheritedPropertiesHandler.inhertiedProperties
Methods in org.tmatesoft.svn.core.internal.io.dav.handlers that return types with arguments of type SVNPropertiesMethods in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type SVNPropertiesModifier and TypeMethodDescriptionstatic StringBuffer
DAVProppatchHandler.generatePropertyRequest
(StringBuffer xmlBuffer, SVNProperties properties) private static boolean
DAVProppatchHandler.hasNotNullValues
(SVNProperties props) private static boolean
DAVProppatchHandler.hasNullValues
(SVNProperties props) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.io.fs
Fields in org.tmatesoft.svn.core.internal.io.fs declared as SVNPropertiesModifier and TypeFieldDescriptionprivate SVNProperties
FSCommitEditor.myCurrentFileProps
private SVNProperties
FSFileRevisionsFinder.SendBaton.myLastProps
private SVNProperties
FSCommitEditor.myRevProps
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNPropertiesModifier and TypeMethodDescriptionprivate SVNProperties
FSRepository.collectProperties
(FSRevisionNode revNode) FSFS.compoundMetaProperties
(long revision) private SVNProperties
FSCommitEditor.getFilePropertiesStorage()
private SVNProperties
FSFS.getNodeOriginsFromFile
(String nodeID) FSFS.getProperties
(FSRevisionNode revNode) FSRevisionNode.getProperties
(FSFS fsfsOwner) static SVNProperties
FSRepositoryUtil.getPropsDiffs
(SVNProperties sourceProps, SVNProperties targetProps) FSFS.getRevisionProperties
(long revision) FSRepository.getRevisionProperties
(long revision, SVNProperties properties) FSFS.getTransactionProperties
(String txnID) private SVNProperties
FSFS.parseProperties
(FSRepresentation txtRep) private SVNProperties
FSFS.readPackedRevisionProperties
(long revision) FSFile.readProperties
(boolean allowEOF, boolean allowBinaryValues) private static SVNProperties
FSFS.readProperties
(byte[] propsData) private SVNProperties
FSFS.readRevisionProperties
(long revision) FSTransactionRoot.unparseDirEntries
(Map entries) Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNPropertiesModifier and TypeMethodDescriptionstatic FSTransactionInfo
FSTransactionRoot.beginTransactionForCommit
(long baseRevision, SVNProperties revisionProperties, FSFS owner) private void
FSCommitEditor.changeNodeProperties
(String path, SVNProperties propNamesToValues) void
FSFS.changeTransactionProperties
(String txnId, SVNProperties txnProperties) protected ISVNEditor
FSRepository.getCommitEditorInternal
(Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator) long
FSRepository.getDir
(String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler) long
FSRepository.getDir
(String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler) long
FSRepository.getFile
(String path, long revision, SVNProperties properties, OutputStream contents) static SVNProperties
FSRepositoryUtil.getPropsDiffs
(SVNProperties sourceProps, SVNProperties targetProps) FSRepository.getRevisionProperties
(long revision, SVNProperties properties) private Map
FSFS.parsePlainRepresentation
(SVNProperties entries, boolean mayContainNulls) void
FSTransactionRoot.setProplist
(FSRevisionNode node, SVNProperties properties) private long
FSTransactionRoot.writeHashRepresentation
(FSRepresentation representation, SVNProperties hashContents, CountingOutputStream protoFile, MessageDigest digest, FSP2LProtoIndex.ItemType itemType) Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNPropertiesModifierConstructorDescriptionFSCommitEditor
(String path, Map<String, String> lockTokens, boolean keepLocks, FSTransactionInfo txn, FSFS owner, FSRepository repository, SVNProperties revProps) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.io.fs.revprop
Methods in org.tmatesoft.svn.core.internal.io.fs.revprop that return SVNPropertiesModifier and TypeMethodDescriptionprivate SVNProperties
SVNFSFSPackedRevProps.parseProperties
(byte[] data, int offset, int length) SVNFSFSPackedRevProps.parseProperties
(long revision) Methods in org.tmatesoft.svn.core.internal.io.fs.revprop with parameters of type SVNPropertiesModifier and TypeMethodDescriptionvoid
SVNFSFSPackedRevProps.Builder.addPropertiesEntry
(SVNProperties properties) private static byte[]
SVNFSFSPackedRevProps.composePropertiesByteArray
(SVNProperties properties) SVNFSFSPackedRevProps.setProperties
(long revision, SVNProperties properties, long revPropPackSize) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNPropertiesModifier and TypeMethodDescriptionstatic SVNProperties
SVNReader.getProperties
(List items, int index, SVNProperties properties) static SVNProperties
SVNReader.getPropertyDiffs
(List items, int index, SVNProperties diffs) SVNRepositoryImpl.getRevisionProperties
(long revision, SVNProperties properties) Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNPropertiesModifier and TypeMethodDescriptionprotected ISVNEditor
SVNRepositoryImpl.getCommitEditorInternal
(Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator) long
SVNRepositoryImpl.getDir
(String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler) long
SVNRepositoryImpl.getDir
(String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler) long
SVNRepositoryImpl.getFile
(String path, long revision, SVNProperties properties, OutputStream contents) static SVNProperties
SVNReader.getProperties
(List items, int index, SVNProperties properties) static SVNProperties
SVNReader.getPropertyDiffs
(List items, int index, SVNProperties diffs) SVNRepositoryImpl.getRevisionProperties
(long revision, SVNProperties properties) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.util
Method parameters in org.tmatesoft.svn.core.internal.util with type arguments of type SVNPropertiesModifier and TypeMethodDescriptionstatic SVNSkel
SVNSkel.createInheritedProperties
(Map<String, SVNProperties> iprops) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNPropertiesModifier and TypeFieldDescriptionprivate SVNProperties
SVNUpdateEditor.SVNFileInfo.copiedBaseProperties
private SVNProperties
SVNUpdateEditor15.SVNFileInfo.copiedBaseProperties
private SVNProperties
SVNUpdateEditor.SVNFileInfo.copiedWorkingProperties
private SVNProperties
SVNUpdateEditor15.SVNFileInfo.copiedWorkingProperties
protected SVNProperties
SVNRemoteDiffEditor.SVNDirectoryInfo.myBaseProperties
protected SVNProperties
SVNRemoteDiffEditor.SVNFileInfo.myBaseProperties
private SVNProperties
SVNUpdateEditor.SVNEntryInfo.myChangedEntryProperties
private SVNProperties
SVNUpdateEditor15.SVNEntryInfo.myChangedEntryProperties
private SVNProperties
SVNUpdateEditor.SVNEntryInfo.myChangedProperties
private SVNProperties
SVNUpdateEditor15.SVNEntryInfo.myChangedProperties
private SVNProperties
SVNUpdateEditor.SVNEntryInfo.myChangedWCProperties
private SVNProperties
SVNUpdateEditor15.SVNEntryInfo.myChangedWCProperties
private SVNProperties
SVNExportEditor.myFileProperties
(package private) SVNProperties
DefaultDumpFilterHandler.RevisionBaton.myProperties
private SVNProperties
SVNDiffEditor.SVNDirectoryInfo.myPropertyDiff
private SVNProperties
SVNDiffEditor.SVNFileInfo.myPropertyDiff
protected SVNProperties
SVNRemoteDiffEditor.SVNDirectoryInfo.myPropertyDiff
protected SVNProperties
SVNRemoteDiffEditor.SVNFileInfo.myPropertyDiff
private SVNProperties
SVNSynchronizeEditor.myRevisionProperties
protected SVNProperties
SVNUpdateEditor.SVNEntryInfo.treeConflictCreationAttributes
Methods in org.tmatesoft.svn.core.internal.wc that return SVNPropertiesModifier and TypeMethodDescriptionprivate SVNProperties
SVNDiffEditor.applyPropChanges
(SVNProperties props, SVNProperties propChanges) SVNWCProperties.asMap()
SVNWCProperties.compareTo
(SVNWCProperties properties) private static SVNProperties
SVNDiffEditor.computePropsDiff
(SVNProperties props1, SVNProperties props2) private static SVNProperties
SVNMergeDriver.computePropsDiff
(SVNProperties props1, SVNProperties props2) static SVNProperties
SVNMergeDriver.filterProperties
(SVNProperties props1, boolean leftRegular, boolean leftEntry, boolean leftWC) static SVNProperties
SVNMergeDriver.filterProperties
(SVNProperties props1, boolean leftRegular, boolean leftEntry, boolean leftWC, boolean leftKeywords) protected SVNProperties
SVNMergeDriver.filterSelfReferentialMergeInfo
(SVNProperties props, File path) SVNUpdateEditor.SVNEntryInfo.getChangedEntryProperties()
SVNUpdateEditor15.SVNEntryInfo.getChangedEntryProperties()
SVNUpdateEditor.SVNEntryInfo.getChangedProperties()
SVNUpdateEditor15.SVNEntryInfo.getChangedProperties()
SVNUpdateEditor.SVNEntryInfo.getChangedWCProperties()
SVNUpdateEditor15.SVNEntryInfo.getChangedWCProperties()
private SVNProperties
SVNUpdateEditor.getTreeConflictCreationAttributes
(SVNAdminArea adminArea, SVNTreeConflictDescription treeConflict) SVNCommitMediator.getWCProperties
(SVNCommitItem item) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNPropertiesModifier and TypeMethodDescriptionstatic void
SVNWCManager.addProperties
(SVNAdminArea dir, String fileName, SVNProperties properties, boolean base, SVNLog log) static void
SVNWCManager.addRepositoryFile
(SVNAdminArea dir, String fileName, File text, File textBase, SVNProperties baseProperties, SVNProperties properties, String copyFromURL, long copyFromRev) private SVNProperties
SVNDiffEditor.applyPropChanges
(SVNProperties props, SVNProperties propChanges) 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) protected boolean
SVNMergeCallback.areFilesTheSame
(File older, SVNProperties originalProps, File mine, SVNAdminArea adminArea) private boolean
SVNMergeCallback.arePropsTheSame
(SVNProperties props1, SVNProperties props2) protected void
AbstractDiffCallback.categorizeProperties
(SVNProperties original, SVNProperties regular, SVNProperties entry, SVNProperties wc) private void
DefaultSVNMerger.changeProperty
(SVNProperties properties, String propName, SVNPropertyValue propValue) protected void
SVNRemoteDiffEditor.closeFile
(String commitPath, boolean added, File wcFile, File file, SVNProperties propertyDiff, SVNProperties baseProperties, File baseFile, boolean[] isTreeConflicted) private static SVNProperties
SVNDiffEditor.computePropsDiff
(SVNProperties props1, SVNProperties props2) private static SVNProperties
SVNMergeDriver.computePropsDiff
(SVNProperties props1, SVNProperties props2) private SVNCommitInfo
SVNCopyDriver.copyReposToRepos
(List copyPairs, boolean makeParents, boolean isMove, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin, String message, SVNProperties revprops, ISVNCommitHandler commitHandler) private SVNCommitInfo
SVNCopyDriver.copyWCToRepos
(List copyPairs, boolean makeParents, String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName) static SVNEvent
SVNEventFactory.createSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, SVNProperties revisionProperties, String propertyName) private String
SVNDiffCallback.defineConversionEncoding
(SVNProperties properties, SVNProperties diff) private String
SVNDiffCallback.defineEncoding
(SVNProperties properties, SVNProperties diff) private void
SVNDiffCallback.displayFileDiff
(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff) long
ISVNFileFetcher.fetchFile
(String path, long revision, OutputStream os, SVNProperties properties) abstract SVNStatusType[]
AbstractDiffCallback.fileAdded
(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNDiffCallback.fileAdded
(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNMergeCallback.fileAdded
(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNMergeCallback15.fileAdded
(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) abstract SVNStatusType[]
AbstractDiffCallback.fileChanged
(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNDiffCallback.fileChanged
(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNMergeCallback.fileChanged
(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNMergeCallback15.fileChanged
(String path, File file1, File file2, long revision1, long revision2, String mimeType1, String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) abstract SVNStatusType
AbstractDiffCallback.fileDeleted
(String path, File file1, File file2, String mimeType1, String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted) SVNDiffCallback.fileDeleted
(String path, File file1, File file2, String mimeType1, String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted) SVNMergeCallback.fileDeleted
(String path, File file1, File file2, String mimeType1, String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted) SVNMergeCallback15.fileDeleted
(String path, File file1, File file2, String mimeType1, String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted) static SVNProperties
SVNMergeDriver.filterProperties
(SVNProperties props1, boolean leftRegular, boolean leftEntry, boolean leftWC) static SVNProperties
SVNMergeDriver.filterProperties
(SVNProperties props1, boolean leftRegular, boolean leftEntry, boolean leftWC, boolean leftKeywords) protected SVNProperties
SVNMergeDriver.filterSelfReferentialMergeInfo
(SVNProperties props, File path) private String
SVNDiffCallback.getCharset
(SVNProperties properties, DefaultSVNDiffGenerator generator) private String
SVNDiffCallback.getCharsetByMimeType
(SVNProperties properties, DefaultSVNDiffGenerator generator) private static boolean
SVNPropertiesManager.hasSVNProperties
(SVNProperties props) private File
SVNMergeDriver.loadFile
(SVNRepository repository, long revision, SVNProperties properties, SVNAdminArea adminArea) 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) DefaultSVNMerger.mergeProperties
(String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun) static SVNStatusType
SVNPropertiesManager.mergeProperties
(SVNWCAccess wcAccess, File path, SVNProperties baseProperties, SVNProperties diff, boolean baseMerge, boolean dryRun) abstract SVNStatusType
AbstractDiffCallback.propertiesChanged
(String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNDiffCallback.propertiesChanged
(String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNMergeCallback.propertiesChanged
(String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) SVNMergeCallback15.propertiesChanged
(String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted) char[]
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.readPassphrase
(String realm, SVNProperties authParameters) char[]
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage.readPassphrase
(String realm, SVNProperties authParameters) char[]
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.readPassphrase
(String realm, SVNProperties authParameters) private char[]
DefaultSVNPersistentAuthenticationProvider.readPassphrase
(String realm, DefaultSVNPersistentAuthenticationProvider.IPasswordStorage passwordStorage, SVNProperties authValues) char[]
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.readPassphrase
(String realm, SVNProperties authParameters) char[]
DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage.readPassphrase
(String realm, SVNProperties authParameters) char[]
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.readPassword
(String realm, String userName, SVNProperties authParameters) char[]
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage.readPassword
(String realm, String userName, SVNProperties authParameters) char[]
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.readPassword
(String realm, String userName, SVNProperties authParameters) private char[]
DefaultSVNPersistentAuthenticationProvider.readPassword
(String realm, String userName, DefaultSVNPersistentAuthenticationProvider.IPasswordStorage passwordStorage, SVNProperties authValues) char[]
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.readPassword
(String realm, String userName, SVNProperties authParameters) char[]
DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage.readPassword
(String realm, String userName, SVNProperties authParameters) static void
SVNAdminHelper.removePropertiesNotInSource
(SVNRepository repository, long revision, SVNProperties sourceProps, SVNProperties targetProps) void
SVNSynchronizeEditor.reset
(long baseRevision, SVNProperties revProps) private static void
SVNDiffEditor.reversePropChanges
(SVNProperties base, SVNProperties diff) boolean
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.savePassphrase
(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) boolean
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage.savePassphrase
(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) boolean
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.savePassphrase
(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) boolean
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.savePassphrase
(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) boolean
DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage.savePassphrase
(String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force) boolean
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage.savePassword
(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) boolean
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage.savePassword
(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) boolean
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage.savePassword
(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) boolean
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage.savePassword
(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) boolean
DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage.savePassword
(String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters) private void
DefaultSVNPersistentAuthenticationProvider.savePasswordCredential
(SVNProperties values, SVNAuthentication auth, String realm) private void
DefaultSVNPersistentAuthenticationProvider.saveSSHCredential
(SVNProperties values, SVNAuthentication auth, String realm) private boolean
DefaultSVNPersistentAuthenticationProvider.saveSSLCredential
(SVNProperties values, SVNAuthentication auth, String realm) private void
DefaultSVNPersistentAuthenticationProvider.saveUserNameCredential
(SVNProperties values, SVNAuthentication auth) void
SVNWCProperties.setProperties
(SVNProperties properties) static void
SVNWCProperties.setProperties
(SVNProperties namesToValues, File target, File tmpFile, String terminator) static void
SVNWCProperties.setProperties
(SVNProperties namesToValues, OutputStream target, String terminator) protected SVNCommitInfo
SVNCopyDriver.setupCopy
(SVNCopySource[] sources, SVNPath dst, boolean isMove, boolean makeParents, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin, String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler) private boolean
DefaultSVNPersistentAuthenticationProvider.shouldSaveCredentials
(String kind, SVNProperties newValues, SVNProperties oldValues) static void
SVNPropertiesManager.validateRevisionProperties
(SVNProperties revisionProperties) static void
SVNAdminHelper.writeProperties
(SVNProperties props, SVNProperties oldProps, OutputStream dumpStream) static int
SVNAdminHelper.writeRevisionProperties
(SVNRepository toRepository, long revision, SVNProperties revProps) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNPropertiesModifierConstructorDescriptionSVNEventExt
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, String propertyName) SVNSynchronizeEditor
(SVNRepository toRepository, ISVNLogEntryHandler handler, long baseRevision, SVNProperties revProps) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc.admin
Fields in org.tmatesoft.svn.core.internal.wc.admin declared as SVNPropertiesMethods in org.tmatesoft.svn.core.internal.wc.admin that return SVNPropertiesModifier and TypeMethodDescriptionSVNVersionedProperties.asMap()
protected SVNProperties
SVNVersionedProperties.getProperties()
protected SVNProperties
SVNProperties13.loadProperties()
protected SVNProperties
SVNSimpleVersionedPropertiesImpl.loadProperties()
protected abstract SVNProperties
SVNVersionedProperties.loadProperties()
protected SVNProperties
SVNAdminArea14.readBaseProperties
(String name) private SVNProperties
SVNXMLAdminArea.readBaseProperties
(String name) protected SVNProperties
SVNAdminArea14.readProperties
(String name) private SVNProperties
SVNXMLAdminArea.readProperties
(String name) protected SVNProperties
SVNAdminArea14.readRevertProperties
(String name) private SVNProperties
SVNXMLAdminArea.readRevertProperties
(String name) private SVNProperties
SVNXMLAdminArea.readWCProperties
(String name) Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNPropertiesModifier and TypeMethodDescriptionvoid
SVNLog.addCommand
(String name, SVNProperties attributes, boolean save) void
SVNAdminArea.commit
(String target, SVNCommitInfo info, SVNProperties wcPropChanges, boolean removeLock, boolean recursive, boolean removeChangelist, Collection explicitCommitPaths, ISVNCommitParameters params) void
SVNLog.deleteCommandsByNameAndAttributes
(String name, SVNProperties attributes, boolean save) static File
SVNTranslator.detranslateWorkingCopy
(SVNAdminArea dir, String name, SVNProperties propDiff, boolean force) protected abstract SVNVersionedProperties
SVNAdminArea.formatBaseProperties
(SVNProperties srcProperties) protected SVNVersionedProperties
SVNAdminArea14.formatBaseProperties
(SVNProperties srcProperties) protected SVNVersionedProperties
SVNXMLAdminArea.formatBaseProperties
(SVNProperties srcProperties) protected abstract SVNVersionedProperties
SVNAdminArea.formatProperties
(SVNEntry entry, SVNProperties srcProperties) protected SVNVersionedProperties
SVNAdminArea14.formatProperties
(SVNEntry entry, SVNProperties srcProperties) protected SVNVersionedProperties
SVNXMLAdminArea.formatProperties
(SVNEntry entry, SVNProperties srcProperties) abstract void
SVNAdminArea.installProperties
(String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close) void
SVNAdminArea14.installProperties
(String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close) void
SVNXMLAdminArea.installProperties
(String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close) SVNLog.logChangedEntryProperties
(String name, SVNProperties modifiedEntryProps) void
SVNLog.logChangedWCProperties
(String name, SVNProperties modifiedWCProps) static File
SVNTranslator.maybeUpdateTargetEOLs
(SVNAdminArea dir, File target, SVNProperties propDiff) SVNAdminArea.mergeProperties
(String name, SVNProperties serverBaseProps, SVNProperties propDiff, String localLabel, String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log) SVNAdminArea.mergeProperties
(String name, SVNProperties serverBaseProps, SVNProperties baseProps, SVNProperties workingProps, SVNProperties propDiff, String localLabel, String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log) SVNAdminArea.mergeText
(String localPath, File base, File latest, File copyFromText, String localLabel, String baseLabel, String latestLabel, SVNProperties propChanges, boolean dryRun, SVNDiffOptions options, SVNLog log) protected void
SVNVersionedProperties.put
(SVNProperties props) void
SVNLogRunner.runCommand
(SVNAdminArea adminArea, String name, SVNProperties attributes, int count) protected void
SVNVersionedProperties.setPropertiesMap
(SVNProperties props) protected SVNVersionedProperties
SVNProperties13.wrap
(SVNProperties properties) protected SVNVersionedProperties
SVNProperties14.wrap
(SVNProperties properties) protected SVNVersionedProperties
SVNSimpleVersionedPropertiesImpl.wrap
(SVNProperties properties) protected abstract SVNVersionedProperties
SVNVersionedProperties.wrap
(SVNProperties properties) Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNPropertiesModifierConstructorDescriptionSVNProperties13
(SVNProperties properties) SVNProperties14
(SVNProperties props, SVNAdminArea14 adminArea, String entryName) protected
-
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNPropertiesModifier and TypeMethodDescriptionSVNCommitClient16.doCommit
(File[] paths, boolean keepLocks, String commitMessage, SVNProperties revisionProperties, String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth) Commits files or directories into repository.SVNCommitClient16.doCommit
(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient16.doCommit
(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCopyClient16.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin, String commitMessage, SVNProperties revisionProperties) SVNCopyClient16.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, String commitMessage, SVNProperties revisionProperties) Copies each source insources
todst
.SVNCommitClient16.doDelete
(SVNURL[] urls, String commitMessage, SVNProperties revisionProperties) Deletes items from a repository.SVNCommitClient16.doImport
(File path, SVNURL dstURL, String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth) Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitClient16.doImport
(File path, SVNURL dstURL, String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties) Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitClient16.doImport
(File path, SVNURL dstURL, String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties, ISVNFileFilter fileFilter) Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitClient16.doMkDir
(SVNURL[] urls, String commitMessage, SVNProperties revisionProperties, boolean makeParents) Creates directory(ies) in a repository.SVNWCClient16.doSetProperty
(SVNURL url, String propName, SVNPropertyValue propValue, SVNRevision baseRevision, String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropName
topropValue
onpath
. -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNPropertiesModifier and TypeFieldDescription(package private) SVNProperties
SVNTreeConflictEditor.UpdateWorkingProps.actualProps
SVNWCContext.MergePropertiesInfo.newActualProperties
SVNWCContext.MergePropertiesInfo.newBaseProperties
SVNWCContext.PropDiffs.originalProps
(package private) SVNProperties
SVNTreeConflictEditor.UpdateWorkingProps.propChanges
private SVNProperties
SVNUpdateEditor17.DirectoryBaton.propChanges
private SVNProperties
SVNUpdateEditor17.FileBaton.propChanges
SVNWCContext.PropDiffs.propChanges
private SVNProperties
SVNDiffEditor17.SVNDirectoryInfo.propertyDiff
private SVNProperties
SVNDiffEditor17.SVNFileInfo.propertyDiff
(package private) SVNProperties
SVNTreeConflictEditor.WorkingNodeVersion.props
Fields in org.tmatesoft.svn.core.internal.wc17 with type parameters of type SVNPropertiesModifier and TypeFieldDescriptionprivate Map<File,
Map<String, SVNProperties>> SVNUpdateEditor17.myInheritableProperties
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNPropertiesModifier and TypeMethodDescriptionprivate SVNProperties
SVNDiffEditor17.applyPropChanges
(SVNProperties props, SVNProperties propChanges) private static SVNProperties
SVNDiffEditor17.computePropsDiff
(SVNProperties props1, SVNProperties props2) private SVNProperties
SVNWCContext.getActualProperties
(File localAbsPath) SVNWCContext.getActualProps
(File localAbspath) SVNWCContext.getPristineProps
(File localAbspath) private SVNProperties
SVNWCContext.getProperties
(File localAbsPath, String name) static SVNProperties
SVNWCUtils.propDiffs
(SVNProperties targetProps, SVNProperties sourceProps) Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNPropertiesModifier and TypeMethodDescriptionSVNUpdateEditor17.accumulateLastChange
(File localAbspath, SVNProperties entryProps) void
ISVNEditor2.addDir
(String path, List<String> children, SVNProperties props, long replacesRev) void
SVNTreeConflictEditor.addDir
(String path, List<String> children, SVNProperties props, long replacesRev) void
ISVNEditor2.addFile
(String path, SvnChecksum checksum, InputStream contents, SVNProperties props, long replacesRev) void
SVNTreeConflictEditor.addFile
(String path, SvnChecksum checksum, InputStream contents, SVNProperties props, long replacesRev) void
ISVNEditor2.addSymlink
(String path, String target, SVNProperties props, long replacesRev) void
SVNTreeConflictEditor.addSymlink
(String path, String target, SVNProperties props, long replacesRev) void
ISVNEditor2.alterDir
(String path, long revision, List<String> children, SVNProperties props) void
SVNTreeConflictEditor.alterDir
(String path, long revision, List<String> children, SVNProperties props) void
ISVNEditor2.alterFile
(String path, long revision, SVNProperties props, SvnChecksum checksum, InputStream newContents) void
SVNTreeConflictEditor.alterFile
(String path, long expectedMoveDstRevision, SVNProperties newProps, SvnChecksum newChecksum, InputStream newContents) void
ISVNEditor2.alterSymlink
(String path, long revision, SVNProperties props, String target) void
SVNTreeConflictEditor.alterSymlink
(String path, long revision, SVNProperties props, String target) private SVNProperties
SVNDiffEditor17.applyPropChanges
(SVNProperties props, SVNProperties propChanges) 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) (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
(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
(SVNStatusType state, File localAbspath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean isDir, SVNProperties workingProps, String propname, SVNPropertyValue baseVal, SVNPropertyValue oldVal, ISVNConflictHandler conflictResolver, boolean dryRun) private static SVNProperties
SVNDiffEditor17.computePropsDiff
(SVNProperties props1, SVNProperties props2) private File
SVNWCContext.detranslateWCFile
(File targetAbspath, boolean forceCopy, SVNProperties oldActualProps, SVNProperties propDiff, File sourceAbspath) SVNWCContext.getTranslateInfo
(File localAbspath, SVNProperties props, boolean forNormalization, boolean fetchEolStyle, boolean fetchCharset, boolean fetchKeywords, boolean fetchSpecial) static boolean
SVNWCContext.hasMagicProperty
(SVNProperties properties) 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 File
SVNWCContext.maybeUpdateTargetEols
(File oldTargetAbspath, SVNProperties propDiff) SVNWCContext.merge
(SVNSkel workItems, SVNSkel conflictSkel, File leftAbspath, File rightAbspath, File targetAbspath, File wriAbspath, String leftLabel, String rightLabel, String targetLabel, SVNProperties oldActualProps, boolean dryRun, SVNDiffOptions options, SVNProperties propDiff) private SVNUpdateEditor17.MergeFileInfo
SVNUpdateEditor17.mergeFile
(SVNUpdateEditor17.FileBaton fb, SVNUpdateEditor17.MergeFileInfo mergeFileInfo, SVNProperties actualProps, SVNDate lastChangedDate) DefaultSvnMerger.mergeProperties
(String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun) DefaultSvnMerger.mergeProperties
(ISvnMerger baseMerger, File localAbsPath, SVNNodeKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver) SVNWCContext.mergeProperties
(File localAbsPath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties baseProperties, SVNProperties propChanges, boolean dryRun, ISVNConflictHandler conflictResolver) SVNWCContext.mergeProperties2
(SVNWCContext.MergePropertiesInfo mergeInfo, File localAbsPath, ISVNWCDb.SVNWCDbKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver) SVNWCContext.mergeProperties3
(SVNWCContext.MergePropertiesInfo mergePropertiesInfo, File localAbsPath, SVNProperties serverBaseProps, SVNProperties pristineProps, SVNProperties actualProps, SVNProperties propChanges) SVNWCContext.mergeText
(File left, File right, File target, String leftLabel, String rightLabel, String targetLabel, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean dryRun, SVNDiffOptions options, SVNProperties propDiff) static SVNWCContext.MergeInfo
SVNUpdateEditor17.performFileMerge
(SVNWCContext.MergeInfo mergeInfo, SVNWCContext context, File localAbsPath, File wriAbsPath, SvnChecksum newChecksum, SvnChecksum originalChecksum, SVNProperties actualProperties, String[] extPatterns, long oldRevision, long targetRevision, SVNProperties propChanges) static SVNProperties
SVNWCUtils.propDiffs
(SVNProperties targetProps, SVNProperties sourceProps) private static void
SVNDiffEditor17.reversePropChanges
(SVNProperties base, SVNProperties diff) Method parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SVNPropertiesModifier and TypeMethodDescriptionstatic ISVNUpdateEditor
SVNUpdateEditor17.createUpdateEditor
(SVNWCContext context, long targetRevision, File anchorAbspath, String targetName, Map<File, Map<String, SVNProperties>> inheritableProperties, boolean useCommitTimes, SVNURL switchURL, SVNDepth depth, boolean depthIsSticky, boolean allowUnversionedObstructions, boolean addsAsModifications, boolean serverPerformsFiltering, boolean cleanCheckout, ISVNDirFetcher dirFetcher, SVNExternalsStore externalsStore, String[] preservedExtensions, ISVNConflictHandler conflictHandler) static ISVNUpdateEditor
SVNUpdateEditor17.createUpdateEditor
(SVNWCContext wcContext, File anchorAbspath, String target, Map<File, Map<String, SVNProperties>> inheritableProperties, SVNURL reposRoot, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, String[] preservedExts, ISVNDirFetcher dirFetcher) Constructor parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SVNPropertiesModifierConstructorDescriptionSVNUpdateEditor17
(SVNWCContext wcContext, File anchorAbspath, String targetBasename, Map<File, Map<String, SVNProperties>> inheritableProperties, SVNURL reposRootUrl, String reposUuid, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, String[] preservedExts, ISVNDirFetcher dirFetcher) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as SVNPropertiesModifier and TypeFieldDescriptionSVNWCDb.InsertBase.actualProps
SVNWCDb.InsertBase.davCache
private SVNProperties
SvnExternalUpdateEditor.davPropChanges
private SVNProperties
SvnExternalUpdateEditor.entryPropChanges
SVNWCDb.InsertWorking.newActualProps
SVNWCDb.Commit.newDavCache
ISVNWCDb.NodeInstallInfo.properties
ISVNWCDb.WCDbBaseInfo.props
SVNWCDb.InsertBase.props
SVNWCDb.InsertWorking.props
(package private) SVNProperties
SVNWCDb.SetProperties.props
SVNWCDb.UpdateMovedAwayNodeInfo.props
private SVNProperties
SvnExternalUpdateEditor.regularPropChanges
Fields in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type SVNPropertiesModifier and TypeFieldDescriptionprivate Map<String,
SVNProperties> SvnExternalUpdateEditor.iprops
SVNWCDb.BumpRevisionPostUpdate.iprops
SVNWCDb.InsertBase.iprops
Methods in org.tmatesoft.svn.core.internal.wc17.db that return SVNPropertiesModifier and TypeMethodDescriptionISVNWCDb.getBaseDavCache
(File localAbsPath) Retrieve the dav cache for LOCAL_ABSPATH.SVNWCDb.getBaseDavCache
(File localAbsPath) ISVNWCDb.getBaseProps
(File localAbsPath) Return the properties of the node LOCAL_ABSPATH in the BASE tree.SVNWCDb.getBaseProps
(File localAbsPath) static SVNProperties
SvnWcDbStatementUtil.getColumnProperties
(SVNSqlJetStatement stmt, Enum<?> f) static SVNProperties
SvnWcDbProperties.readChangedProperties
(SVNWCDbRoot root, File relpath) ISVNWCDb.readPristineProperties
(File localAbspath) Return the properties of the node LOCAL_ABSPATH in the WORKING tree (looking through to the BASE tree as required).SVNWCDb.readPristineProperties
(File localAbsPath) static SVNProperties
SvnWcDbProperties.readPristineProperties
(SVNWCDbRoot root, File relpath) ISVNWCDb.readProperties
(File localAbsPath) Return the properties of the node LOCAL_ABSPATH in the ACTUAL tree (looking through to the WORKING or BASE tree as required).SVNWCDb.readProperties
(File localAbsPath) static SVNProperties
SvnWcDbProperties.readProperties
(SVNWCDbRoot root, File relpath) Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNPropertiesModifier and TypeMethodDescriptionvoid
ISVNWCDb.addBaseDirectory
(File localAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, List<File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, Map<String, SVNProperties> iprops, SVNSkel workItems) Add or replace a directory in the BASE tree.void
SVNWCDb.addBaseDirectory
(File localAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, List<File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, Map<String, SVNProperties> iprops, SVNSkel workItems) void
ISVNWCDb.addBaseFile
(File localAbspath, File reposRelpath, SVNURL reposRootUrl, String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, Map<String, SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems) Add or replace a file in the BASE tree.void
SVNWCDb.addBaseFile
(File localAbspath, File reposRelpath, SVNURL reposRootUrl, String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, Map<String, SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems) void
ISVNWCDb.addBaseSymlink
(File localAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, File target, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties acutalProps, SVNSkel workItems) Add or replace a symlink in the BASE tree.void
SVNWCDb.addBaseSymlink
(File localAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, File target, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties acutalProps, SVNSkel workItems) static void
SvnWcDbExternals.addExternalFile
(SVNWCContext context, File localAbsPath, File wriAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long targetRevision, SVNProperties newPristineProperties, Map<String, SVNProperties> iprops, long changedRev, SVNDate changedDate, String changedAuthor, SvnChecksum newChecksum, SVNProperties davCache, File recordAncestorAbspath, File recordedReposRelPath, long recordedPegRevision, long recordedRevision, boolean updateActualProperties, SVNProperties newActualProperties, boolean keepRecordedInfo, SVNSkel conflictSkel, SVNSkel allWorkItems) static void
SvnWcDbConflicts.addPropConflict
(SVNSkel skel, ISVNWCDb db, File wriAbsPath, File markerAbsPath, SVNProperties mineProps, SVNProperties theirOldProps, SVNProperties theirProps, Collection<String> conflictedPropNames) static void
SvnWcDbCopy.copyDir
(SVNWCDbDir pdh, File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, File originalReposRelPath, SVNURL originalRootUrl, String originalUuid, long originalRevision, List<File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) static void
SvnWcDbCopy.copyFile
(SVNWCDbDir pdh, File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, File originalReposRelPath, SVNURL originalRootUrl, String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems) void
ISVNWCDb.globalCommit
(File localAbspath, long newRevision, long changedRevision, SVNDate changedDate, String changedAuthor, SvnChecksum newChecksum, List<File> newChildren, SVNProperties newDavCache, boolean keepChangelist, boolean noUnlock, SVNSkel workItems) Collapse the WORKING and ACTUAL tree changes down into BASE, called for each committed node.void
SVNWCDb.globalCommit
(File localAbspath, long newRevision, long changedRevision, SVNDate changedDate, String changedAuthor, SvnChecksum newChecksum, List<File> newChildren, SVNProperties newDavCache, boolean keepChangelist, boolean noUnlock, SVNSkel workItems) void
ISVNWCDb.opAddDirectory
(File localAbsPath, SVNProperties props, SVNSkel workItems) Add a new versioned directory.void
SVNWCDb.opAddDirectory
(File localAbsPath, SVNProperties props, SVNSkel workItems) void
ISVNWCDb.opAddFile
(File localAbsPath, SVNProperties props, SVNSkel workItems) As a new file, there are no properties.void
SVNWCDb.opAddFile
(File localAbsPath, SVNProperties props, SVNSkel workItems) void
ISVNWCDb.opAddSymlink
(File localAbsPath, File target, SVNProperties props, SVNSkel workItems) void
SVNWCDb.opAddSymlink
(File localAbsPath, File target, SVNProperties props, SVNSkel workItems) void
ISVNWCDb.opCopyDir
(File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, File originalReposRelPath, SVNURL originalRootUrl, String originalUuid, long originalRevision, List<File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) Record a copy at LOCAL_ABSPATH from a repository directory.void
SVNWCDb.opCopyDir
(File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, File originalReposRelPath, SVNURL originalRootUrl, String originalUuid, long originalRevision, List<File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems) void
ISVNWCDb.opCopyFile
(File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, File originalReposRelPath, SVNURL originalRootUrl, String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems) Record a copy at LOCAL_ABSPATH from a repository file.void
SVNWCDb.opCopyFile
(File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, File originalReposRelPath, SVNURL originalRootUrl, String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems) void
ISVNWCDb.opSetProps
(File localAbsPath, SVNProperties props, SVNSkel conflict, boolean clearRecordedInfo, SVNSkel workItems) Set the properties of the node LOCAL_ABSPATH in the ACTUAL tree to PROPS.void
SVNWCDb.opSetProps
(File localAbsPath, SVNProperties props, SVNSkel conflict, boolean clearRecordedInfo, SVNSkel workItems) private boolean
SVNWCDb.propsMatch
(SVNProperties srcProps, SVNProperties dstProps) void
SVNWCDb.setActualProperties
(SVNSqlJetDb db, long wcId, File localRelpath, SVNProperties props) private static void
SvnWcDbProperties.setActualProps
(SVNWCDbRoot root, File localRelPath, SVNProperties properties) void
ISVNWCDb.setBaseDavCache
(File localAbsPath, SVNProperties props) Set the dav cache for LOCAL_ABSPATH to PROPS.void
SVNWCDb.setBaseDavCache
(File localAbsPath, SVNProperties props) static void
SvnWcDbProperties.upgradeApplyProperties
(SVNWCDbRoot root, File dirAbsPath, File localRelPath, SVNProperties baseProps, SVNProperties workingProps, SVNProperties revertProps, int originalFormat) Method parameters in org.tmatesoft.svn.core.internal.wc17.db with type arguments of type SVNPropertiesModifier and TypeMethodDescriptionvoid
ISVNWCDb.addBaseDirectory
(File localAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, List<File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, Map<String, SVNProperties> iprops, SVNSkel workItems) Add or replace a directory in the BASE tree.void
SVNWCDb.addBaseDirectory
(File localAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, List<File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, Map<String, SVNProperties> iprops, SVNSkel workItems) void
ISVNWCDb.addBaseFile
(File localAbspath, File reposRelpath, SVNURL reposRootUrl, String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, Map<String, SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems) Add or replace a file in the BASE tree.void
SVNWCDb.addBaseFile
(File localAbspath, File reposRelpath, SVNURL reposRootUrl, String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, Map<String, SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems) static void
SvnWcDbExternals.addExternalFile
(SVNWCContext context, File localAbsPath, File wriAbsPath, File reposRelPath, SVNURL reposRootUrl, String reposUuid, long targetRevision, SVNProperties newPristineProperties, Map<String, SVNProperties> iprops, long changedRev, SVNDate changedDate, String changedAuthor, SvnChecksum newChecksum, SVNProperties davCache, File recordAncestorAbspath, File recordedReposRelPath, long recordedPegRevision, long recordedRevision, boolean updateActualProperties, SVNProperties newActualProperties, boolean keepRecordedInfo, SVNSkel conflictSkel, SVNSkel allWorkItems) static ISVNUpdateEditor
SvnExternalUpdateEditor.createEditor
(SVNWCContext context, File localAbsPath, File wriAbsPath, SVNURL url, SVNURL reposRootUrl, String reposUuid, Map<String, SVNProperties> iprops, boolean useCommitTimes, String[] preservedExts, File recordAncestorAbsPath, SVNURL recordedUrl, SVNRevision recordedPegRev, SVNRevision recordedRev) void
ISVNWCDb.opBumpRevisionPostUpdate
(File localAbsPath, SVNDepth depth, File newReposRelPath, SVNURL newReposRootURL, String newReposUUID, long newRevision, Collection<File> excludedPaths, Map<File, Map<String, SVNProperties>> inheritableProperties, ISVNEventHandler eventHandler) void
SVNWCDb.opBumpRevisionPostUpdate
(File localAbsPath, SVNDepth depth, File newReposRelPath, SVNURL newReposRootURL, String newReposUUID, long newRevision, Collection<File> excludedPaths, Map<File, Map<String, SVNProperties>> inheritableProperties, ISVNEventHandler eventHandler) private void
SVNWCDb.opSetRevAndReposRelpath
(SVNWCDbRoot wcRoot, File localRelpath, Map<String, SVNProperties> nodeIprops, long revision, boolean setReposRelpath, File reposRelpath, SVNURL reposRootUrl, String reposUuid) void
SVNWCDb.readPropertiesRecursively
(File localAbsPath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, Collection<String> changelists, ISvnObjectReceiver<SVNProperties> receiver) static void
SvnWcDbProperties.readPropertiesRecursively
(SVNWCDbRoot root, File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, Collection<String> changelists, ISvnObjectReceiver<SVNProperties> receiver) static void
SvnWcDbProperties.upgradeApplyDavCache
(SVNWCDbRoot root, File dirRelPath, Map<String, SVNProperties> cacheValues) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc17.db.statement
Methods in org.tmatesoft.svn.core.internal.wc17.db.statement that return SVNProperties -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc2.admin
Methods in org.tmatesoft.svn.core.internal.wc2.admin that return SVNPropertiesModifier and TypeMethodDescriptionprotected SVNProperties
SvnRepositoryGetPropertiesImpl.run()
protected SVNProperties
SvnRepositoryGetRevisionPropertiesImpl.run()
-
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat that return SVNPropertiesModifier and TypeMethodDescriptionSvnCodec.SVNCommitHandler.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) SvnCodec.SvnCommitHandlerWithFilter.getRevisionProperties
(String message, SvnCommitItem[] commitables, SVNProperties revisionProperties) Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNPropertiesModifier and TypeMethodDescriptionSvnCodec.SVNCommitHandler.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) SvnCodec.SvnCommitHandlerWithFilter.getRevisionProperties
(String message, SvnCommitItem[] commitables, SVNProperties revisionProperties) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc2.ng
Fields in org.tmatesoft.svn.core.internal.wc2.ng declared as SVNPropertiesModifier and TypeFieldDescriptionprivate SVNProperties
SvnDiffEditor.Entry.baseProps
private SVNProperties
SvnNewDiffGenerator.lastOriginalProperties
private SVNProperties
SvnNewDiffGenerator.lastPropChanges
private SVNProperties
SvnNgDiffUtil.DiffStatusCallback.NodeState.leftProps
SvnNgCommit.SvnCommittedQueueItem.newDavCache
(package private) SVNProperties
SvnNgRemoteDiffEditor.DirBaton.pristineProperties
(package private) SVNProperties
SvnNgRemoteDiffEditor.FileBaton.pristineProps
private SVNProperties
SvnNgRemoteDiffEditor2.FileBaton.pristineProps
private SVNProperties
SvnNgRemoteMergeEditor.FileBaton.pristineProps
private SVNProperties
SvnDiffEditor.Entry.propChanges
private SVNProperties
SvnNgDiffUtil.DiffStatusCallback.NodeState.propChanges
(package private) SVNProperties
SvnNgRemoteDiffEditor.DirBaton.propChanges
(package private) SVNProperties
SvnNgRemoteDiffEditor.FileBaton.propChanges
SvnNgRemoteDiffEditor2.DirBaton.propChanges
private SVNProperties
SvnNgRemoteDiffEditor2.FileBaton.propChanges
private SVNProperties
SvnNgRemoteMergeEditor.DirectoryBaton.propChanges
SvnNgRemoteMergeEditor.FileBaton.propChanges
private SVNProperties
SvnNgMergeDriver.SingleFileMergeData.properties
(package private) SVNProperties
SvnNgReposToWcCopy.SVNCopyForeignEditor.DirectoryBaton.properties
(package private) SVNProperties
SvnNgReposToWcCopy.SVNCopyForeignEditor.FileBaton.properties
private SVNProperties
SvnNgDiffUtil.DiffStatusCallback.NodeState.rightProps
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNPropertiesModifier and TypeMethodDescriptionstatic SVNProperties
SvnDiffEditor.computePropDiff
(SVNProperties props1, SVNProperties props2) private SVNProperties
SvnNgMergeCallback.filterSelfReferentialMergeInfo
(SVNProperties props, File localAbsPath, boolean honorMergeInfo, boolean sameRepos, boolean reintegrateMerge, SVNRepository repos) private SVNProperties
SvnNgMergeCallback2.filterSelfReferentialMergeInfo
(SVNProperties props, File targetAbsPath, SVNRepository svnRepository) private static SVNProperties
SvnDiffCallback.getRegularProperties
(SVNProperties propChanges) protected static SVNProperties
SvnNgMergeCallback.omitMergeInfoChanges
(SVNProperties props) private SVNProperties
SvnNgMergeCallback2.prepareMergePropsChanged
(File localAbsPath, SVNProperties propChanges) private SVNProperties
SvnNgRemoteDiffEditor2.removeNonPropChanges
(SVNProperties pristineProps, SVNProperties changes) protected SVNProperties
SvnNgGetProperties.run
(SVNWCContext context) protected SVNProperties
SvnNgGetProperties.run
(SVNWCContext context, File target) Methods in org.tmatesoft.svn.core.internal.wc2.ng that return types with arguments of type SVNPropertiesModifier and TypeMethodDescriptionstatic Map<File,
Map<String, SVNProperties>> SvnNgInheritableProperties.getInheritalbeProperites
(SVNWCContext context, SVNRepository repository, File localAbsPath, long revision, SVNDepth depth) static Map<String,
SVNProperties> SvnNgInheritableProperties.translateInheritedPropertiesPaths
(Map<String, SVNProperties> iprops) Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNPropertiesModifier and TypeMethodDescriptionstatic void
SvnNgReposToWcCopy.addFileToWc
(SVNWCContext context, File path, InputStream newBaseContents, InputStream newContents, SVNProperties newBaseProps, SVNProperties newProps, SVNURL copyFromURL, long copyFromRev) void
SvnNgAdd.addFromDisk
(File path, SVNProperties props, boolean fireEvent) private boolean
SvnNgMergeCallback2.areFilesSame
(File olderAbsPath, SVNProperties originalProps, File mineAbsPath) private boolean
SvnNgMergeCallback2.arePropertiesSame
(SVNProperties originalProps, SVNProperties workingProps) static void
SvnNgPropertiesManager.categorizeProperties
(SVNProperties props, SVNProperties regular, SVNProperties entry, SVNProperties working) private boolean
SvnNgMergeCallback.compareFiles
(File oldPath, SVNProperties oldProps, File minePath) private boolean
SvnNgMergeCallback.compareProps
(SVNProperties p1, SVNProperties p2) private void
SvnNgMergeCallback2.completeDirectoryAdd
(File localAbsPath, SVNProperties newOriginalProps, SVNURL copyFromUrl, long copyFromRevision) static SVNProperties
SvnDiffEditor.computePropDiff
(SVNProperties props1, SVNProperties props2) private SVNCommitInfo
SvnNgWcToReposCopy.copy
(Collection<SvnNgWcToReposCopy.SvnCopyPair> copyPairs, boolean makeParents, SVNProperties revisionProperties, String commitMessage, ISvnCommitHandler commitHandler) private String
SvnDiffCallback.defineConversionEncoding
(SVNProperties properties, SVNProperties diff) private String
SvnDiffCallback.defineEncoding
(SVNProperties properties, SVNProperties diff) void
ISvnDiffCallback2.dirAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, Object dirBaton) void
SvnCopyAsChangedDiffCallback.dirAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, Object dirBaton) void
SvnDiffCallbackWrapper.dirAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, Object dirBaton) void
SvnFilterDiffCallback.dirAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, Object dirBaton) void
SvnNgMergeCallback2.dirAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, Object dirBaton) void
SvnReverseOrderDiffCallback.dirAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, Object dirBaton) void
ISvnDiffCallback2.dirChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, Object dirBaton) void
SvnCopyAsChangedDiffCallback.dirChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, Object dirBaton) void
SvnDiffCallbackWrapper.dirChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, Object dirBaton) void
SvnFilterDiffCallback.dirChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, Object dirBaton) void
SvnNgMergeCallback2.dirChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, Object dirBaton) void
SvnReverseOrderDiffCallback.dirChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, Object dirBaton) void
ISvnDiffCallback2.dirDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SVNProperties leftProps, Object dirBaton) void
SvnCopyAsChangedDiffCallback.dirDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SVNProperties leftProps, Object dirBaton) void
SvnDiffCallbackWrapper.dirDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SVNProperties leftProps, Object dirBaton) void
SvnFilterDiffCallback.dirDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SVNProperties leftProps, Object dirBaton) void
SvnNgMergeCallback2.dirDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SVNProperties leftProps, Object dirBaton) void
SvnReverseOrderDiffCallback.dirDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SVNProperties leftProps, Object dirBaton) void
ISvnDiffCallback.dirPropsChanged
(SvnDiffCallbackResult result, File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties) void
SvnDiffCallback.dirPropsChanged
(SvnDiffCallbackResult result, File path, boolean dirWasAdded, SVNProperties propChanges, SVNProperties originalProperties) void
SvnDiffSummarizeCallback.dirPropsChanged
(SvnDiffCallbackResult result, File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties) void
SvnNgMergeCallback.dirPropsChanged
(SvnDiffCallbackResult result, File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties) void
SvnNgMergeCallback2.dirPropsChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges) void
ISvnDiffGenerator.displayContentChanged
(SvnTarget target, File leftFile, File rightFile, String revision1, String revision2, String mimeType1, String mimeType2, SvnDiffCallback.OperationKind operation, File copyFromPath, SVNProperties originalProperties, SVNProperties propChanges, OutputStream outputStream) private void
SvnDiffCallback.displayContentChanged
(File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, SVNProperties propChanges, SVNProperties originalProperties, SvnDiffCallback.OperationKind operation, File copyFromPath) void
SvnDiffGenerator.displayContentChanged
(SvnTarget target, File leftFile, File rightFile, String revision1, String revision2, String mimeType1, String mimeType2, SvnDiffCallback.OperationKind operation, File copyFromPath, SVNProperties originalProperties, SVNProperties propChanges, OutputStream outputStream) void
SvnOldDiffGenerator.displayContentChanged
(SvnTarget displayPath, File leftFile, File rightFile, String revision1, String revision2, String mimeType1, String mimeType2, SvnDiffCallback.OperationKind operation, File copyFromPath, SVNProperties originalProperties, SVNProperties propChanges, OutputStream outputStream) void
SvnNewDiffGenerator.displayPropDiff
(String path, SVNProperties baseProps, SVNProperties diff, OutputStream result) private void
SvnDiffGenerator.displayPropDiffValues
(OutputStream outputStream, SVNProperties diff, SVNProperties baseProps) void
ISvnDiffGenerator.displayPropsChanged
(SvnTarget target, String revision1, String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, OutputStream outputStream) void
SvnDiffGenerator.displayPropsChanged
(SvnTarget target, String revision1, String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, OutputStream outputStream) void
SvnOldDiffGenerator.displayPropsChanged
(SvnTarget displayPath, String revision1, String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, OutputStream outputStream) private static void
SvnNgDiffUtil.doArbitraryFilesDiff
(File localAbsPath1, File localAbsPath2, File path, boolean file1IsEmpty, boolean file2IsEmpty, SVNProperties originalPropertiesOverride, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller) void
ISvnDiffCallback.fileAdded
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties) void
ISvnDiffCallback2.fileAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, File copyFromFile, File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) void
SvnCopyAsChangedDiffCallback.fileAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, File copyFromFile, File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) void
SvnDiffCallback.fileAdded
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties) void
SvnDiffCallbackWrapper.fileAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, File copyFromFile, File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) void
SvnDiffSummarizeCallback.fileAdded
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties) void
SvnFilterDiffCallback.fileAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, File copyFromFile, File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) void
SvnNgMergeCallback.fileAdded
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties) void
SvnNgMergeCallback2.fileAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, File copyFromFile, File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) void
SvnReverseOrderDiffCallback.fileAdded
(SvnDiffCallbackResult result, File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, File copyFromFile, File rightFile, SVNProperties copyFromProps, SVNProperties rightProps) void
ISvnDiffCallback.fileChanged
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, SVNProperties propChanges, SVNProperties originalProperties) void
ISvnDiffCallback2.fileChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, File leftFile, File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges) void
SvnCopyAsChangedDiffCallback.fileChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, File leftFile, File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges) void
SvnDiffCallback.fileChanged
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, SVNProperties propChanges, SVNProperties originalProperties) void
SvnDiffCallbackWrapper.fileChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, File leftFile, File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges) void
SvnDiffSummarizeCallback.fileChanged
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, long rev1, long rev2, String mimeType1, String mimeType2, SVNProperties propChanges, SVNProperties originalProperties) void
SvnFilterDiffCallback.fileChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, File leftFile, File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges) void
SvnNgMergeCallback.fileChanged
(SvnDiffCallbackResult result, File path, File tmpFile1, File tmpFile2, long rev1, long rev2, String mimetype1, String mimeType2, SVNProperties propChanges, SVNProperties originalProperties) void
SvnNgMergeCallback2.fileChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, File leftFile, File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges) void
SvnReverseOrderDiffCallback.fileChanged
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, File leftFile, File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges) void
ISvnDiffCallback.fileDeleted
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, String mimeType1, String mimeType2, SVNProperties originalProperties) void
ISvnDiffCallback2.fileDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, File leftFile, SVNProperties leftProps) void
SvnCopyAsChangedDiffCallback.fileDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, File leftFile, SVNProperties leftProps) void
SvnDiffCallback.fileDeleted
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, String mimeType1, String mimeType2, SVNProperties originalProperties) void
SvnDiffCallbackWrapper.fileDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, File leftFile, SVNProperties leftProps) void
SvnDiffSummarizeCallback.fileDeleted
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, String mimeType1, String mimeType2, SVNProperties originalProperties) void
SvnFilterDiffCallback.fileDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, File leftFile, SVNProperties leftProps) void
SvnNgMergeCallback.fileDeleted
(SvnDiffCallbackResult result, File path, File leftFile, File rightFile, String mimeType1, String mimeType2, SVNProperties originalProperties) void
SvnNgMergeCallback2.fileDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, File leftFile, SVNProperties leftProps) void
SvnReverseOrderDiffCallback.fileDeleted
(SvnDiffCallbackResult result, File relPath, SvnDiffSource leftSource, File leftFile, SVNProperties leftProps) private SVNProperties
SvnNgMergeCallback.filterSelfReferentialMergeInfo
(SVNProperties props, File localAbsPath, boolean honorMergeInfo, boolean sameRepos, boolean reintegrateMerge, SVNRepository repos) private SVNProperties
SvnNgMergeCallback2.filterSelfReferentialMergeInfo
(SVNProperties props, File targetAbsPath, SVNRepository svnRepository) private String
SvnDiffCallback.getCharset
(SVNProperties properties, ISvnDiffGenerator generator) private String
SvnDiffCallback.getCharsetByMimeType
(SVNProperties properties, ISvnDiffGenerator generator) private static SVNProperties
SvnDiffCallback.getRegularProperties
(SVNProperties propChanges) void
ISvnPropertiesDiffHandler.handlePropertiesDiff
(SVNProperties originalProperties, SVNProperties propChanges) void
SvnNewDiffGenerator.handlePropertiesDiff
(SVNProperties originalProperties, SVNProperties propChanges) private SvnNgMergeCallback2.MergeOutcome
SvnNgMergeCallback2.merge
(File leftAbsPath, File rightAbsPath, File targetAbsPath, String leftLabel, String rightLabel, String targetLabel, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean dryRun, String diff3Cmd, SVNDiffOptions mergeOptions, SVNProperties originalProps, SVNProperties propChanges, boolean mergeContentNeeded, boolean mergePropsNeeded, ISVNConflictHandler conflictResolver) private SVNWCContext.MergePropertiesInfo
SvnNgMergeCallback.mergePropChanges
(File localAbsPath, SVNProperties propChanges, SVNProperties originalProperties) protected static SVNProperties
SvnNgMergeCallback.omitMergeInfoChanges
(SVNProperties props) private SVNProperties
SvnNgMergeCallback2.prepareMergePropsChanged
(File localAbsPath, SVNProperties propChanges) private void
SvnNgCommit.processCommittedInternal
(File localAbspath, boolean recurse, boolean topOfRecurse, long newRevision, SVNDate revDate, String revAuthor, SVNProperties newDavCache, boolean unlockOnly, boolean noUnlock, boolean keepChangelist, SvnChecksum sha1Checksum, SvnNgCommit.SvnCommittedQueue queue) private void
SvnNgCommit.processCommittedLeaf
(File localAbspath, boolean viaRecurse, long newRevnum, SVNDate newChangedDate, String newChangedAuthor, SVNProperties newDavCache, boolean unlockOnly, boolean noUnlock, boolean keepChangelist, SvnChecksum checksum) void
SvnDiffCallback.propertiesChanged
(File path, long revision1, long revision2, boolean dirWasAdded, SVNProperties diff, SVNProperties originalProperties) private void
SvnNgCommit.queueCommitted
(SvnNgCommit.SvnCommittedQueue queue, File localAbsPath, boolean recurse, SVNProperties wcPropChanges, boolean unlockOnly, boolean removeLock, boolean removeChangelist, SvnChecksum sha1Checksum) private void
SvnNgRemoteDiffEditor.removeNonPropChanges
(SVNProperties pristineProps, SVNProperties propChanges) private SVNProperties
SvnNgRemoteDiffEditor2.removeNonPropChanges
(SVNProperties pristineProps, SVNProperties changes) private void
SvnNgRemoteMergeEditor.removeNonPropChanges
(SVNProperties pristineProps, SVNProperties propChanges) static void
SvnNgPropertiesManager.setAutoProperties
(SVNWCContext context, File path, SVNProperties properties, ISvnAddParameters addParameters, Runnable onValidationError) Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SVNPropertiesModifier and TypeMethodDescriptionstatic Map<String,
SVNProperties> SvnNgInheritableProperties.translateInheritedPropertiesPaths
(Map<String, SVNProperties> iprops) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc2.old
Fields in org.tmatesoft.svn.core.internal.wc2.old declared as SVNPropertiesModifier and TypeFieldDescriptionprivate SVNProperties
SvnOldGetProperties.currentProperties
(package private) SVNProperties
SvnOldUpgradeEntries.DbNode.inheritedProperties
(package private) SVNProperties
SvnOldUpgradeEntries.DbActualNode.properties
(package private) SVNProperties
SvnOldUpgradeEntries.DbNode.properties
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SVNProperties -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return SVNPropertiesModifier and TypeMethodDescriptionprotected SVNProperties
SvnRemoteGetProperties.run()
protected SVNProperties
SvnRemoteGetRevisionProperties.run()
Method parameters in org.tmatesoft.svn.core.internal.wc2.remote with type arguments of type SVNPropertiesModifier and TypeMethodDescriptionstatic void
SvnRemoteGetProperties.remotePropertyGet
(SVNURL url, SVNNodeKind kind, String path, SVNRepository repos, long revNumber, SVNDepth depth, ISvnObjectReceiver<SVNProperties> receiver) -
Uses of SVNProperties in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as SVNPropertiesModifier and TypeFieldDescriptionprivate SVNProperties
SVNFileRevision.myProperties
(package private) SVNProperties
SVNRepository.Revision.myProperties
private SVNProperties
SVNFileRevision.myPropertiesDelta
Methods in org.tmatesoft.svn.core.io that return SVNPropertiesModifier and TypeMethodDescriptionSVNFileRevision.getProperties()
Deprecated.useSVNFileRevision.getRevisionProperties()
insteadSVNFileRevision.getPropertiesDelta()
Returns file properties for this file (for this revision).SVNFileRevision.getRevisionProperties()
Returns revision properties.abstract SVNProperties
SVNRepository.getRevisionProperties
(long revision, SVNProperties properties) Returns unversioned revision properties for a particular revision.Methods in org.tmatesoft.svn.core.io that return types with arguments of type SVNPropertiesModifier and TypeMethodDescriptionSVNRepository.getInheritedProperties
(String path, long revision, String propertyName) Methods in org.tmatesoft.svn.core.io with parameters of type SVNPropertiesModifier and TypeMethodDescriptionSVNRepository.getCommitEditor
(String logMessage, Map locks, boolean keepLocks, SVNProperties revisionProperties, ISVNWorkspaceMediator mediator) Returns an editor for committing changes to the repository ession, setting the revision properties fromrevisionProperties
table.protected abstract ISVNEditor
SVNRepository.getCommitEditorInternal
(Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator) SVNRepository.getDir
(String path, long revision, SVNProperties properties, int entryFields, Collection dirEntries) Fetches the contents and properties of a directory located at the specified path in a particular revision with the possibility to specify fields of the entry to fetch.abstract long
SVNRepository.getDir
(String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler) Fetches the contents and/or properties of a directory located at the specified path in a particular revision with the possibility to specify fields of the entry to fetch.SVNRepository.getDir
(String path, long revision, SVNProperties properties, Collection dirEntries) Fetches the contents and properties of a directory located at the specified path in a particular revision.abstract long
SVNRepository.getDir
(String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler) Fetches the contents and/or properties of a directory located at the specified path in a particular revision.abstract long
SVNRepository.getFile
(String path, long revision, SVNProperties properties, OutputStream contents) Fetches the contents and/or properties of a file located at the specified path in a particular revision.abstract SVNProperties
SVNRepository.getRevisionProperties
(long revision, SVNProperties properties) Returns unversioned revision properties for a particular revision.void
ISVNReplayHandler.handleEndRevision
(long revision, SVNProperties revisionProperties, ISVNEditor editor) Handles the end of replaying a next revision.void
ISVNInheritedPropertiesHandler.handleInheritedProperites
(String inheritedFromPath, SVNProperties properties) ISVNReplayHandler.handleStartRevision
(long revision, SVNProperties revisionProperties) Handles the start of replaying a next revision and returns an editor through which the revision will be replayed.Constructors in org.tmatesoft.svn.core.io with parameters of type SVNPropertiesModifierConstructorDescriptionSVNFileRevision
(String path, long revision, SVNProperties properties, SVNProperties propertiesDelta) Constructs an instance of SVNFileRevision.SVNFileRevision
(String path, long revision, SVNProperties properties, SVNProperties propertiesDelta, boolean isResultOfMerge) Constructs an instance of SVNFileRevision. -
Uses of SVNProperties in org.tmatesoft.svn.core.javahl17
Methods in org.tmatesoft.svn.core.javahl17 that return SVNPropertiesModifier and TypeMethodDescriptionprivate SVNProperties
SVNClientImpl.getSVNProperties
(Map<String, String> revpropTable) Methods in org.tmatesoft.svn.core.javahl17 that return types with arguments of type SVNPropertiesModifier and TypeMethodDescriptionprivate ISvnObjectReceiver<SVNProperties>
SVNClientImpl.PropertiesReceiverProvider.getPropertiesReceiver()
private ISvnObjectReceiver<SVNProperties>
SVNClientImpl.getSVNPropertiesReceiver
(ProplistCallback callback) Methods in org.tmatesoft.svn.core.javahl17 with parameters of type SVNPropertiesModifier and TypeMethodDescriptionSVNClientImpl.getProperties
(SVNProperties svnProperties) SVNClientImpl.getRevisionProperties
(SVNProperties revisionProperties) -
Uses of SVNProperties in org.tmatesoft.svn.core.replicator
Fields in org.tmatesoft.svn.core.replicator declared as SVNPropertiesMethods in org.tmatesoft.svn.core.replicator with parameters of type SVNPropertiesModifier and TypeMethodDescriptionprivate boolean
SVNReplicationEditor.areFileContentsEqual
(String path1, long rev1, String path2, long rev2, SVNProperties props2) private void
SVNRepositoryReplicator.updateRevisionProperties
(SVNRepository repository, long revision, SVNProperties properties) -
Uses of SVNProperties in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNPropertiesMethods in org.tmatesoft.svn.core.wc that return SVNPropertiesModifier and TypeMethodDescriptionDefaultSVNCommitHandler.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) ReturnsrevisionProperties
as is if it's not null, or an emptySVNProperties
object ifrevisionProperties
is null.ISVNCommitHandler.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) Handles the incoming revision properties and returns filtered revision properties given the paths (represented bycommitables
) collected for committing and the commit log message.SVNEvent.getRevisionProperties()
ISVNPropertyValueProvider.providePropertyValues
(File path, SVNProperties properties) Defines local item's properties to be installed.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNPropertiesModifier and TypeMethodDescriptionvoid
DefaultSVNDiffGenerator.displayPropDiff
(String path, SVNProperties baseProps, SVNProperties diff, OutputStream result) Produces properties difference and writes it toresult
.void
ISVNDiffGenerator.displayPropDiff
(String path, SVNProperties baseProps, SVNProperties diff, OutputStream result) Writes the differences in file properties to the specified output stream.SVNCommitClient.doCommit
(File[] paths, boolean keepLocks, String commitMessage, SVNProperties revisionProperties, String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth) Commits files or directories into repository.SVNCommitClient.doCommit
(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCommitClient.doCommit
(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, String commitMessage, SVNProperties revisionProperties) Commits files or directories into repository.SVNCopyClient.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, String commitMessage, SVNProperties revisionProperties) Copies each source insources
todst
.SVNCopyClient.doCopy
(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, String commitMessage, SVNProperties revisionProperties, boolean pinExternals, Map<SvnTarget, List<SVNExternal>> externalsToPin) SVNCommitClient.doDelete
(SVNURL[] urls, String commitMessage, SVNProperties revisionProperties) Deletes items from a repository.SVNCommitClient.doImport
(File path, SVNURL dstURL, String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth) Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitClient.doImport
(File path, SVNURL dstURL, String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties) Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitClient.doMkDir
(SVNURL[] urls, String commitMessage, SVNProperties revisionProperties, boolean makeParents) Creates directory(ies) in a repository.SVNWCClient.doSetProperty
(SVNURL url, String propName, SVNPropertyValue propValue, SVNRevision baseRevision, String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler) SetspropName
topropValue
onpath
.DefaultSVNCommitHandler.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) ReturnsrevisionProperties
as is if it's not null, or an emptySVNProperties
object ifrevisionProperties
is null.ISVNCommitHandler.getRevisionProperties
(String message, SVNCommitItem[] commitables, SVNProperties revisionProperties) Handles the incoming revision properties and returns filtered revision properties given the paths (represented bycommitables
) collected for committing and the commit log message.ISVNMerger.mergeProperties
(String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun) GivenadminArea
/localPath
and property changes (propDiff
) based onserverBaseProps
, merges the changes into the working copy.ISVNPropertyValueProvider.providePropertyValues
(File path, SVNProperties properties) Defines local item's properties to be installed.void
SVNEvent.setRevisionProperties
(SVNProperties revisionProperties) Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNPropertiesModifierConstructorDescriptionSVNEvent
(File file, SVNNodeKind kind, String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, String changelistName, SVNProperties revisionProperties, String propertyName) Constructs an SVNEvent object. -
Uses of SVNProperties in org.tmatesoft.svn.core.wc.admin
Methods in org.tmatesoft.svn.core.wc.admin that return SVNPropertiesModifier and TypeMethodDescriptionprivate SVNProperties
SVNAdminClient.copyRevisionProperties
(SVNRepository fromRepository, SVNRepository toRepository, long revision, boolean sync) SVNLookClient.doGetProperties
(File repositoryRoot, String path, String transactionName) Returns versioned properties for the specified path in the given transaction.SVNLookClient.doGetProperties
(File repositoryRoot, String path, SVNRevision revision) Returns versioned properties for the specified path in the given revision.SVNLookClient.doGetRevisionProperties
(File repositoryRoot, String transactionName) Returns revision properties for the given transaction.SVNLookClient.doGetRevisionProperties
(File repositoryRoot, SVNRevision revision) Returns revision properties in the given revision.private SVNProperties
SVNLookClient.getProperties
(File repositoryRoot, String propName, String path, SVNRevision revision, String txnName, boolean singleProp, boolean revProps) static SVNProperties
SVNAdminClient.normalizeRevisionProperties
(SVNProperties revProps) Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNPropertiesModifier and TypeMethodDescriptionprivate int
SVNReplayHandler.filterProperties
(SVNProperties revProps, SVNProperties filteredProps, boolean isStart) void
SVNReplayHandler.handleEndRevision
(long revision, SVNProperties revisionProperties, ISVNEditor editor) SVNReplayHandler.handleStartRevision
(long revision, SVNProperties revisionProperties) static SVNProperties
SVNAdminClient.normalizeRevisionProperties
(SVNProperties revProps) -
Uses of SVNProperties in org.tmatesoft.svn.core.wc2
Fields in org.tmatesoft.svn.core.wc2 declared as SVNPropertiesModifier and TypeFieldDescriptionprivate SVNProperties
SvnMergeResult.actualProperties
private SVNProperties
SvnMergeResult.baseProperties
private SVNProperties
SvnAnnotateItem.mergedRevisionProperties
private SVNProperties
SvnInheritedProperties.properties
private SVNProperties
AbstractSvnCommit.revisionProperties
private SVNProperties
SvnAnnotateItem.revisionProperties
Methods in org.tmatesoft.svn.core.wc2 that return SVNPropertiesModifier and TypeMethodDescriptionprivate SVNProperties
SvnAnnotateItem.createRevisionProperties
(String author, Date date) SvnMergeResult.getActualProperties()
Returns all merge actual (working) properties.SvnMergeResult.getBaseProperties()
Returns all base (pristine) properties.SvnAnnotateItem.getMergedRevisionProperties()
Gets properties of merge revision.SvnInheritedProperties.getProperties()
AbstractSvnCommit.getRevisionProperties()
Gets custom revision properties for the operation.SvnAnnotateItem.getRevisionProperties()
Gets the properties of modification revision.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNPropertiesModifier and TypeMethodDescriptionprivate String
SvnAnnotateItem.getAuthor
(SVNProperties revisionProperties) private Date
SvnAnnotateItem.getDate
(SVNProperties revisionProperties) ISvnMerger.mergeProperties
(ISvnMerger baseMerger, File localAbsPath, SVNNodeKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver) Merges the property changespropChanges
based onserverBaseProperties
into the working copylocalAbsPath
void
SvnMergeResult.setActualProperties
(SVNProperties actualProperties) Sets all merge actual (working) properties.void
SvnMergeResult.setBaseProperties
(SVNProperties baseProperties) Sets all base (pristine) properties.void
SvnInheritedProperties.setProperties
(SVNProperties properties) void
AbstractSvnCommit.setRevisionProperties
(SVNProperties revisionProperties) Sets custom revision properties for the operation. -
Uses of SVNProperties in org.tmatesoft.svn.core.wc2.hooks
Methods in org.tmatesoft.svn.core.wc2.hooks that return SVNPropertiesModifier and TypeMethodDescriptionISvnCommitHandler.getRevisionProperties
(String message, SvnCommitItem[] commitables, SVNProperties revisionProperties) Handles the incoming revision properties and returns filtered revision properties given the paths (represented bycommitables
) collected for committing and the commit log message.ISvnPropertyValueProvider.providePropertyValues
(File path, SVNProperties properties) Defines local item's properties to be installed.Methods in org.tmatesoft.svn.core.wc2.hooks with parameters of type SVNPropertiesModifier and TypeMethodDescriptionISvnCommitHandler.getRevisionProperties
(String message, SvnCommitItem[] commitables, SVNProperties revisionProperties) Handles the incoming revision properties and returns filtered revision properties given the paths (represented bycommitables
) collected for committing and the commit log message.ISvnPropertyValueProvider.providePropertyValues
(File path, SVNProperties properties) Defines local item's properties to be installed.