Uses of Class
org.tmatesoft.svn.core.SVNProperties
-
-
Uses of SVNProperties in org.tmatesoft.svn.cli.svn
Methods in org.tmatesoft.svn.cli.svn that return SVNProperties Modifier and Type Method Description SVNPropertiesSVNCommandEnvironment. getRevisionProperties()SVNPropertiesSVNCommandEnvironment. getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties)Methods in org.tmatesoft.svn.cli.svn with parameters of type SVNProperties Modifier and Type Method Description SVNPropertiesSVNCommandEnvironment. getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties)protected java.lang.StringBufferSVNXMLCommand. printXMLPropHash(java.lang.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 Modifier and Type Method Description protected SVNPropertiesSVNLookCommand. getProperties() -
Uses of SVNProperties in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core that return SVNProperties Modifier and Type Method Description SVNPropertiesSVNProperties. compareTo(SVNProperties properties)Compares this object against another one returning a difference between them.SVNPropertiesSVNProperties. getRegularProperties()Returns a subset of properties contained in this properties object which suffice forSVNProperty.isRegularProperty(String)clause.SVNPropertiesSVNLogEntry. getRevisionProperties()Returns the requested revision properties, which may be null if it would contain no revision properties.static SVNPropertiesSVNProperties. unmodifiableProperties(SVNProperties properties)Returns an unmodifiable view of the specifiedproperties.static SVNPropertiesSVNProperties. wrap(java.util.Map map)Creates a newSVNPropertiesobject wrapping a given map with properties.Methods in org.tmatesoft.svn.core with parameters of type SVNProperties Modifier and Type Method Description SVNPropertiesSVNProperties. compareTo(SVNProperties properties)Compares this object against another one returning a difference between them.voidSVNProperties. putAll(SVNProperties properties)Puts all properties from the specified properties object to this object.static SVNPropertiesSVNProperties. unmodifiableProperties(SVNProperties properties)Returns an unmodifiable view of the specifiedproperties.Constructors in org.tmatesoft.svn.core with parameters of type SVNProperties Constructor Description SVNLogEntry(java.util.Map changedPaths, long revision, SVNProperties revisionProperties, boolean hasChildren)Constructs an SVNLogEntry object.SVNProperties(SVNProperties properties)Creates a newSVNPropertiesobject copying the given one. -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.db
Methods in org.tmatesoft.svn.core.internal.db that return SVNProperties Modifier and Type Method Description SVNPropertiesSVNSqlJetStatement. getColumnProperties(java.lang.Enum<?> f)protected SVNPropertiesSVNSqlJetStatement. getColumnProperties(java.lang.String f)static SVNPropertiesSVNSqlJetStatement. parseProperties(byte[] val)Methods in org.tmatesoft.svn.core.internal.db with parameters of type SVNProperties Modifier and Type Method Description voidSVNSqlJetStatement. bindProperties(int i, SVNProperties props)voidSVNSqlJetUnionStatement. bindProperties(int i, SVNProperties props)Method parameters in org.tmatesoft.svn.core.internal.db with type arguments of type SVNProperties Modifier and Type Method Description voidSVNSqlJetStatement. bindIProperties(int i, java.util.Map<java.lang.String,SVNProperties> iprops) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.io.dav
Methods in org.tmatesoft.svn.core.internal.io.dav that return SVNProperties Modifier and Type Method Description static SVNPropertiesDAVUtil. filterProperties(DAVProperties source, SVNProperties target)SVNPropertiesDAVRepository. getRevisionProperties(long revision, SVNProperties properties)Methods in org.tmatesoft.svn.core.internal.io.dav with parameters of type SVNProperties Modifier and Type Method Description static SVNPropertiesDAVUtil. filterProperties(DAVProperties source, SVNProperties target)protected ISVNEditorDAVRepository. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)longDAVRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)longDAVRepository. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler)longDAVRepository. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents)longDAVRepository. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents, ISVNWorkingCopyContentMediator workingCopyContentMediator)SVNPropertiesDAVRepository. getRevisionProperties(long revision, SVNProperties properties)static voidDAVUtil. setSpecialWCProperties(SVNProperties props, DAVElement property, SVNPropertyValue propValue)Deprecated.for binary compatibility onlystatic voidDAVUtil. setSpecialWCProperties(SVNProperties props, DAVElement property, SVNPropertyValue propValue, boolean isDir) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.io.dav.handlers
Methods in org.tmatesoft.svn.core.internal.io.dav.handlers that return types with arguments of type SVNProperties Modifier and Type Method Description java.util.Map<java.lang.String,SVNProperties>DAVInheritedPropertiesHandler. getInheritedProperties()Methods in org.tmatesoft.svn.core.internal.io.dav.handlers with parameters of type SVNProperties Modifier and Type Method Description static java.lang.StringBufferDAVProppatchHandler. generatePropertyRequest(java.lang.StringBuffer xmlBuffer, SVNProperties properties) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.io.fs
Methods in org.tmatesoft.svn.core.internal.io.fs that return SVNProperties Modifier and Type Method Description SVNPropertiesFSFS. compoundMetaProperties(long revision)SVNPropertiesFSFS. getProperties(FSRevisionNode revNode)SVNPropertiesFSRevisionNode. getProperties(FSFS fsfsOwner)static SVNPropertiesFSRepositoryUtil. getPropsDiffs(SVNProperties sourceProps, SVNProperties targetProps)SVNPropertiesFSFS. getRevisionProperties(long revision)SVNPropertiesFSRepository. getRevisionProperties(long revision, SVNProperties properties)SVNPropertiesFSFS. getTransactionProperties(java.lang.String txnID)SVNPropertiesFSFile. readProperties(boolean allowEOF, boolean allowBinaryValues)SVNPropertiesFSTransactionRoot. unparseDirEntries(java.util.Map entries)Methods in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNProperties Modifier and Type Method Description static FSTransactionInfoFSTransactionRoot. beginTransactionForCommit(long baseRevision, SVNProperties revisionProperties, FSFS owner)voidFSFS. changeTransactionProperties(java.lang.String txnId, SVNProperties txnProperties)protected ISVNEditorFSRepository. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)longFSRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)longFSRepository. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler)longFSRepository. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents)static SVNPropertiesFSRepositoryUtil. getPropsDiffs(SVNProperties sourceProps, SVNProperties targetProps)SVNPropertiesFSRepository. getRevisionProperties(long revision, SVNProperties properties)voidFSTransactionRoot. setProplist(FSRevisionNode node, SVNProperties properties)Constructors in org.tmatesoft.svn.core.internal.io.fs with parameters of type SVNProperties Constructor Description FSCommitEditor(java.lang.String path, java.util.Map<java.lang.String,java.lang.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 SVNProperties Modifier and Type Method Description SVNPropertiesSVNFSFSPackedRevProps. parseProperties(long revision)Methods in org.tmatesoft.svn.core.internal.io.fs.revprop with parameters of type SVNProperties Modifier and Type Method Description voidSVNFSFSPackedRevProps.Builder. addPropertiesEntry(SVNProperties properties)java.util.List<SVNFSFSPackedRevProps>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 SVNProperties Modifier and Type Method Description static SVNPropertiesSVNReader. getProperties(java.util.List items, int index, SVNProperties properties)static SVNPropertiesSVNReader. getPropertyDiffs(java.util.List items, int index, SVNProperties diffs)SVNPropertiesSVNRepositoryImpl. getRevisionProperties(long revision, SVNProperties properties)Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNProperties Modifier and Type Method Description protected ISVNEditorSVNRepositoryImpl. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)longSVNRepositoryImpl. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)longSVNRepositoryImpl. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler)longSVNRepositoryImpl. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents)static SVNPropertiesSVNReader. getProperties(java.util.List items, int index, SVNProperties properties)static SVNPropertiesSVNReader. getPropertyDiffs(java.util.List items, int index, SVNProperties diffs)SVNPropertiesSVNRepositoryImpl. 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 SVNProperties Modifier and Type Method Description static SVNSkelSVNSkel. createInheritedProperties(java.util.Map<java.lang.String,SVNProperties> iprops) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNProperties Modifier and Type Field Description protected SVNPropertiesSVNRemoteDiffEditor.SVNDirectoryInfo. myBasePropertiesprotected SVNPropertiesSVNRemoteDiffEditor.SVNFileInfo. myBasePropertiesprotected SVNPropertiesSVNRemoteDiffEditor.SVNDirectoryInfo. myPropertyDiffprotected SVNPropertiesSVNRemoteDiffEditor.SVNFileInfo. myPropertyDiffMethods in org.tmatesoft.svn.core.internal.wc that return SVNProperties Modifier and Type Method Description SVNPropertiesSVNWCProperties. asMap()SVNPropertiesSVNWCProperties. compareTo(SVNWCProperties properties)static SVNPropertiesSVNMergeDriver. filterProperties(SVNProperties props1, boolean leftRegular, boolean leftEntry, boolean leftWC)static SVNPropertiesSVNMergeDriver. filterProperties(SVNProperties props1, boolean leftRegular, boolean leftEntry, boolean leftWC, boolean leftKeywords)protected SVNPropertiesSVNMergeDriver. filterSelfReferentialMergeInfo(SVNProperties props, java.io.File path)SVNPropertiesSVNCommitMediator. getWCProperties(SVNCommitItem item)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNProperties Modifier and Type Method Description static voidSVNWCManager. addProperties(SVNAdminArea dir, java.lang.String fileName, SVNProperties properties, boolean base, SVNLog log)static voidSVNWCManager. addRepositoryFile(SVNAdminArea dir, java.lang.String fileName, java.io.File text, java.io.File textBase, SVNProperties baseProperties, SVNProperties properties, java.lang.String copyFromURL, long copyFromRev)protected booleanSVNMergeCallback. areFilesTheSame(java.io.File older, SVNProperties originalProps, java.io.File mine, SVNAdminArea adminArea)protected voidAbstractDiffCallback. categorizeProperties(SVNProperties original, SVNProperties regular, SVNProperties entry, SVNProperties wc)protected voidSVNRemoteDiffEditor. closeFile(java.lang.String commitPath, boolean added, java.io.File wcFile, java.io.File file, SVNProperties propertyDiff, SVNProperties baseProperties, java.io.File baseFile, boolean[] isTreeConflicted)static SVNEventSVNEventFactory. createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, java.lang.String propertyName)static SVNEventSVNEventFactory. createSVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, SVNProperties revisionProperties, java.lang.String propertyName)longISVNFileFetcher. fetchFile(java.lang.String path, long revision, java.io.OutputStream os, SVNProperties properties)abstract SVNStatusType[]AbstractDiffCallback. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusType[]SVNDiffCallback. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusType[]SVNMergeCallback. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusType[]SVNMergeCallback15. fileAdded(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)abstract SVNStatusType[]AbstractDiffCallback. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusType[]SVNDiffCallback. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusType[]SVNMergeCallback. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusType[]SVNMergeCallback15. fileChanged(java.lang.String path, java.io.File file1, java.io.File file2, long revision1, long revision2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)abstract SVNStatusTypeAbstractDiffCallback. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)SVNStatusTypeSVNDiffCallback. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)SVNStatusTypeSVNMergeCallback. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)SVNStatusTypeSVNMergeCallback15. fileDeleted(java.lang.String path, java.io.File file1, java.io.File file2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties, boolean[] isTreeConflicted)static SVNPropertiesSVNMergeDriver. filterProperties(SVNProperties props1, boolean leftRegular, boolean leftEntry, boolean leftWC)static SVNPropertiesSVNMergeDriver. filterProperties(SVNProperties props1, boolean leftRegular, boolean leftEntry, boolean leftWC, boolean leftKeywords)protected SVNPropertiesSVNMergeDriver. filterSelfReferentialMergeInfo(SVNProperties props, java.io.File path)SVNMergeResultDefaultSVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)static SVNStatusTypeSVNPropertiesManager. mergeProperties(SVNWCAccess wcAccess, java.io.File path, SVNProperties baseProperties, SVNProperties diff, boolean baseMerge, boolean dryRun)abstract SVNStatusTypeAbstractDiffCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusTypeSVNDiffCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusTypeSVNMergeCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)SVNStatusTypeSVNMergeCallback15. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)char[]DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. readPassphrase(java.lang.String realm, SVNProperties authParameters)char[]DefaultSVNPersistentAuthenticationProvider.IPasswordStorage. readPassphrase(java.lang.String realm, SVNProperties authParameters)char[]DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. readPassphrase(java.lang.String realm, SVNProperties authParameters)char[]DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage. readPassphrase(java.lang.String realm, SVNProperties authParameters)char[]DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage. readPassphrase(java.lang.String realm, SVNProperties authParameters)char[]DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. readPassword(java.lang.String realm, java.lang.String userName, SVNProperties authParameters)char[]DefaultSVNPersistentAuthenticationProvider.IPasswordStorage. readPassword(java.lang.String realm, java.lang.String userName, SVNProperties authParameters)char[]DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. readPassword(java.lang.String realm, java.lang.String userName, SVNProperties authParameters)char[]DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage. readPassword(java.lang.String realm, java.lang.String userName, SVNProperties authParameters)char[]DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage. readPassword(java.lang.String realm, java.lang.String userName, SVNProperties authParameters)static voidSVNAdminHelper. removePropertiesNotInSource(SVNRepository repository, long revision, SVNProperties sourceProps, SVNProperties targetProps)voidSVNSynchronizeEditor. reset(long baseRevision, SVNProperties revProps)booleanDefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)booleanDefaultSVNPersistentAuthenticationProvider.IPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)booleanDefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)booleanDefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)booleanDefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)booleanDefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)booleanDefaultSVNPersistentAuthenticationProvider.IPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)booleanDefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)booleanDefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)booleanDefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)voidSVNWCProperties. setProperties(SVNProperties properties)static voidSVNWCProperties. setProperties(SVNProperties namesToValues, java.io.File target, java.io.File tmpFile, java.lang.String terminator)static voidSVNWCProperties. setProperties(SVNProperties namesToValues, java.io.OutputStream target, java.lang.String terminator)protected SVNCommitInfoSVNCopyDriver. setupCopy(SVNCopySource[] sources, SVNPath dst, boolean isMove, boolean makeParents, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, java.lang.String message, SVNProperties revprops, ISVNCommitHandler commitHandler, ISVNCommitParameters commitParameters, ISVNExternalsHandler externalsHandler)static voidSVNPropertiesManager. validateRevisionProperties(SVNProperties revisionProperties)static voidSVNAdminHelper. writeProperties(SVNProperties props, SVNProperties oldProps, java.io.OutputStream dumpStream)static intSVNAdminHelper. writeRevisionProperties(SVNRepository toRepository, long revision, SVNProperties revProps)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNProperties Constructor Description SVNEventExt(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, java.lang.String changelistName, long processedItemsCount, long totalItemsCount, SVNProperties revisionProperties, java.lang.String propertyName)SVNSynchronizeEditor(SVNRepository toRepository, ISVNLogEntryHandler handler, long baseRevision, SVNProperties revProps) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc.admin
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNProperties Modifier and Type Method Description SVNPropertiesSVNVersionedProperties. asMap()protected SVNPropertiesSVNVersionedProperties. getProperties()protected SVNPropertiesSVNProperties13. loadProperties()protected SVNPropertiesSVNSimpleVersionedPropertiesImpl. loadProperties()protected abstract SVNPropertiesSVNVersionedProperties. loadProperties()protected SVNPropertiesSVNAdminArea14. readBaseProperties(java.lang.String name)protected SVNPropertiesSVNAdminArea14. readProperties(java.lang.String name)protected SVNPropertiesSVNAdminArea14. readRevertProperties(java.lang.String name)Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNProperties Modifier and Type Method Description voidSVNLog. addCommand(java.lang.String name, SVNProperties attributes, boolean save)voidSVNAdminArea. commit(java.lang.String target, SVNCommitInfo info, SVNProperties wcPropChanges, boolean removeLock, boolean recursive, boolean removeChangelist, java.util.Collection explicitCommitPaths, ISVNCommitParameters params)voidSVNLog. deleteCommandsByNameAndAttributes(java.lang.String name, SVNProperties attributes, boolean save)static java.io.FileSVNTranslator. detranslateWorkingCopy(SVNAdminArea dir, java.lang.String name, SVNProperties propDiff, boolean force)protected abstract SVNVersionedPropertiesSVNAdminArea. formatBaseProperties(SVNProperties srcProperties)protected SVNVersionedPropertiesSVNAdminArea14. formatBaseProperties(SVNProperties srcProperties)protected SVNVersionedPropertiesSVNXMLAdminArea. formatBaseProperties(SVNProperties srcProperties)protected abstract SVNVersionedPropertiesSVNAdminArea. formatProperties(SVNEntry entry, SVNProperties srcProperties)protected SVNVersionedPropertiesSVNAdminArea14. formatProperties(SVNEntry entry, SVNProperties srcProperties)protected SVNVersionedPropertiesSVNXMLAdminArea. formatProperties(SVNEntry entry, SVNProperties srcProperties)abstract voidSVNAdminArea. installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)voidSVNAdminArea14. installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)voidSVNXMLAdminArea. installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)SVNStatusTypeSVNLog. logChangedEntryProperties(java.lang.String name, SVNProperties modifiedEntryProps)voidSVNLog. logChangedWCProperties(java.lang.String name, SVNProperties modifiedWCProps)static java.io.FileSVNTranslator. maybeUpdateTargetEOLs(SVNAdminArea dir, java.io.File target, SVNProperties propDiff)SVNStatusTypeSVNAdminArea. mergeProperties(java.lang.String name, SVNProperties serverBaseProps, SVNProperties propDiff, java.lang.String localLabel, java.lang.String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log)SVNStatusTypeSVNAdminArea. mergeProperties(java.lang.String name, SVNProperties serverBaseProps, SVNProperties baseProps, SVNProperties workingProps, SVNProperties propDiff, java.lang.String localLabel, java.lang.String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log)SVNStatusTypeSVNAdminArea. mergeText(java.lang.String localPath, java.io.File base, java.io.File latest, java.io.File copyFromText, java.lang.String localLabel, java.lang.String baseLabel, java.lang.String latestLabel, SVNProperties propChanges, boolean dryRun, SVNDiffOptions options, SVNLog log)protected voidSVNVersionedProperties. put(SVNProperties props)voidSVNLogRunner. runCommand(SVNAdminArea adminArea, java.lang.String name, SVNProperties attributes, int count)protected voidSVNVersionedProperties. setPropertiesMap(SVNProperties props)protected SVNVersionedPropertiesSVNProperties13. wrap(SVNProperties properties)protected SVNVersionedPropertiesSVNProperties14. wrap(SVNProperties properties)protected SVNVersionedPropertiesSVNSimpleVersionedPropertiesImpl. wrap(SVNProperties properties)protected abstract SVNVersionedPropertiesSVNVersionedProperties. wrap(SVNProperties properties)Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNProperties Constructor Description SVNProperties13(SVNProperties properties)SVNProperties14(SVNProperties props, SVNAdminArea14 adminArea, java.lang.String entryName)SVNSimpleVersionedPropertiesImpl(SVNProperties props)SVNVersionedProperties(SVNProperties props) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNProperties Modifier and Type Method Description SVNCommitInfoSVNCommitClient16. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, SVNProperties revisionProperties, java.lang.String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth)Commits files or directories into repository.SVNCommitInfo[]SVNCommitClient16. doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)Commits files or directories into repository.SVNCommitInfoSVNCommitClient16. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)Commits files or directories into repository.SVNCommitInfoSVNCopyClient16. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, java.lang.String commitMessage, SVNProperties revisionProperties)SVNCommitInfoSVNCopyClient16. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)Copies each source insourcestodst.SVNCommitInfoSVNCommitClient16. doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties)Deletes items from a repository.SVNCommitInfoSVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth)Imports file or directorypathinto repository directorydstURLat HEAD revision.SVNCommitInfoSVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties)Imports file or directorypathinto repository directorydstURLat HEAD revision.SVNCommitInfoSVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties, ISVNFileFilter fileFilter)Imports file or directorypathinto repository directorydstURLat HEAD revision.SVNCommitInfoSVNCommitClient16. doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents)Creates directory(ies) in a repository.SVNCommitInfoSVNWCClient16. doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler)SetspropNametopropValueonpath. -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNProperties Modifier and Type Field Description SVNPropertiesSVNWCContext.MergePropertiesInfo. newActualPropertiesSVNPropertiesSVNWCContext.MergePropertiesInfo. newBasePropertiesSVNPropertiesSVNWCContext.PropDiffs. originalPropsSVNPropertiesSVNWCContext.PropDiffs. propChangesMethods in org.tmatesoft.svn.core.internal.wc17 that return SVNProperties Modifier and Type Method Description SVNPropertiesSVNWCContext. getActualProps(java.io.File localAbspath)SVNPropertiesSVNWCContext. getPristineProps(java.io.File localAbspath)static SVNPropertiesSVNWCUtils. propDiffs(SVNProperties targetProps, SVNProperties sourceProps)Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNProperties Modifier and Type Method Description static SVNUpdateEditor17.AccumulatedChangeInfoSVNUpdateEditor17. accumulateLastChange(java.io.File localAbspath, SVNProperties entryProps)voidISVNEditor2. addDir(java.lang.String path, java.util.List<java.lang.String> children, SVNProperties props, long replacesRev)voidSVNTreeConflictEditor. addDir(java.lang.String path, java.util.List<java.lang.String> children, SVNProperties props, long replacesRev)voidISVNEditor2. addFile(java.lang.String path, SvnChecksum checksum, java.io.InputStream contents, SVNProperties props, long replacesRev)voidSVNTreeConflictEditor. addFile(java.lang.String path, SvnChecksum checksum, java.io.InputStream contents, SVNProperties props, long replacesRev)voidISVNEditor2. addSymlink(java.lang.String path, java.lang.String target, SVNProperties props, long replacesRev)voidSVNTreeConflictEditor. addSymlink(java.lang.String path, java.lang.String target, SVNProperties props, long replacesRev)voidISVNEditor2. alterDir(java.lang.String path, long revision, java.util.List<java.lang.String> children, SVNProperties props)voidSVNTreeConflictEditor. alterDir(java.lang.String path, long revision, java.util.List<java.lang.String> children, SVNProperties props)voidISVNEditor2. alterFile(java.lang.String path, long revision, SVNProperties props, SvnChecksum checksum, java.io.InputStream newContents)voidSVNTreeConflictEditor. alterFile(java.lang.String path, long expectedMoveDstRevision, SVNProperties newProps, SvnChecksum newChecksum, java.io.InputStream newContents)voidISVNEditor2. alterSymlink(java.lang.String path, long revision, SVNProperties props, java.lang.String target)voidSVNTreeConflictEditor. alterSymlink(java.lang.String path, long revision, SVNProperties props, java.lang.String target)SVNWCContext.TranslateInfoSVNWCContext. getTranslateInfo(java.io.File localAbspath, SVNProperties props, boolean forNormalization, boolean fetchEolStyle, boolean fetchCharset, boolean fetchKeywords, boolean fetchSpecial)static booleanSVNWCContext. hasMagicProperty(SVNProperties properties)SVNWCContext.MergeInfoSVNWCContext. merge(SVNSkel workItems, SVNSkel conflictSkel, java.io.File leftAbspath, java.io.File rightAbspath, java.io.File targetAbspath, java.io.File wriAbspath, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, SVNProperties oldActualProps, boolean dryRun, SVNDiffOptions options, SVNProperties propDiff)SVNMergeResultDefaultSvnMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)SvnMergeResultDefaultSvnMerger. mergeProperties(ISvnMerger baseMerger, java.io.File localAbsPath, SVNNodeKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver)SVNWCContext.MergePropertiesInfoSVNWCContext. mergeProperties(java.io.File localAbsPath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties baseProperties, SVNProperties propChanges, boolean dryRun, ISVNConflictHandler conflictResolver)SVNWCContext.MergePropertiesInfoSVNWCContext. mergeProperties2(SVNWCContext.MergePropertiesInfo mergeInfo, java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver)SVNWCContext.MergePropertiesInfoSVNWCContext. mergeProperties3(SVNWCContext.MergePropertiesInfo mergePropertiesInfo, java.io.File localAbsPath, SVNProperties serverBaseProps, SVNProperties pristineProps, SVNProperties actualProps, SVNProperties propChanges)SVNWCContext.MergeInfoSVNWCContext. mergeText(java.io.File left, java.io.File right, java.io.File target, java.lang.String leftLabel, java.lang.String rightLabel, java.lang.String targetLabel, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, boolean dryRun, SVNDiffOptions options, SVNProperties propDiff)static SVNWCContext.MergeInfoSVNUpdateEditor17. performFileMerge(SVNWCContext.MergeInfo mergeInfo, SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, SvnChecksum newChecksum, SvnChecksum originalChecksum, SVNProperties actualProperties, java.lang.String[] extPatterns, long oldRevision, long targetRevision, SVNProperties propChanges)static SVNPropertiesSVNWCUtils. propDiffs(SVNProperties targetProps, SVNProperties sourceProps)Method parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SVNProperties Modifier and Type Method Description static ISVNUpdateEditorSVNUpdateEditor17. createUpdateEditor(SVNWCContext context, long targetRevision, java.io.File anchorAbspath, java.lang.String targetName, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, boolean useCommitTimes, SVNURL switchURL, SVNDepth depth, boolean depthIsSticky, boolean allowUnversionedObstructions, boolean addsAsModifications, boolean serverPerformsFiltering, boolean cleanCheckout, ISVNDirFetcher dirFetcher, SVNExternalsStore externalsStore, java.lang.String[] preservedExtensions, ISVNConflictHandler conflictHandler)static ISVNUpdateEditorSVNUpdateEditor17. createUpdateEditor(SVNWCContext wcContext, java.io.File anchorAbspath, java.lang.String target, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, SVNURL reposRoot, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.String[] preservedExts, ISVNDirFetcher dirFetcher)Constructor parameters in org.tmatesoft.svn.core.internal.wc17 with type arguments of type SVNProperties Constructor Description SVNUpdateEditor17(SVNWCContext wcContext, java.io.File anchorAbspath, java.lang.String targetBasename, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, SVNURL reposRootUrl, java.lang.String reposUuid, SVNURL switchURL, SVNExternalsStore externalsStore, boolean allowUnversionedObstructions, boolean depthIsSticky, SVNDepth depth, java.lang.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 SVNProperties Modifier and Type Field Description SVNPropertiesSVNWCDb.InsertBase. actualPropsSVNPropertiesSVNWCDb.InsertBase. davCacheSVNPropertiesSVNWCDb.InsertWorking. newActualPropsSVNPropertiesSVNWCDb.Commit. newDavCacheSVNPropertiesISVNWCDb.NodeInstallInfo. propertiesSVNPropertiesISVNWCDb.WCDbBaseInfo. propsSVNPropertiesSVNWCDb.InsertBase. propsSVNPropertiesSVNWCDb.InsertWorking. propsFields in org.tmatesoft.svn.core.internal.wc17.db with type parameters of type SVNProperties Modifier and Type Field Description java.util.Map<java.lang.String,SVNProperties>SVNWCDb.InsertBase. ipropsMethods in org.tmatesoft.svn.core.internal.wc17.db that return SVNProperties Modifier and Type Method Description SVNPropertiesISVNWCDb. getBaseDavCache(java.io.File localAbsPath)Retrieve the dav cache for LOCAL_ABSPATH.SVNPropertiesSVNWCDb. getBaseDavCache(java.io.File localAbsPath)SVNPropertiesISVNWCDb. getBaseProps(java.io.File localAbsPath)Return the properties of the node LOCAL_ABSPATH in the BASE tree.SVNPropertiesSVNWCDb. getBaseProps(java.io.File localAbsPath)static SVNPropertiesSvnWcDbStatementUtil. getColumnProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f)static SVNPropertiesSvnWcDbProperties. readChangedProperties(SVNWCDbRoot root, java.io.File relpath)SVNPropertiesISVNWCDb. readPristineProperties(java.io.File localAbspath)Return the properties of the node LOCAL_ABSPATH in the WORKING tree (looking through to the BASE tree as required).SVNPropertiesSVNWCDb. readPristineProperties(java.io.File localAbsPath)static SVNPropertiesSvnWcDbProperties. readPristineProperties(SVNWCDbRoot root, java.io.File relpath)SVNPropertiesISVNWCDb. readProperties(java.io.File localAbsPath)Return the properties of the node LOCAL_ABSPATH in the ACTUAL tree (looking through to the WORKING or BASE tree as required).SVNPropertiesSVNWCDb. readProperties(java.io.File localAbsPath)static SVNPropertiesSvnWcDbProperties. readProperties(SVNWCDbRoot root, java.io.File relpath)Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNProperties Modifier and Type Method Description voidISVNWCDb. addBaseDirectory(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel workItems)Add or replace a directory in the BASE tree.voidSVNWCDb. addBaseDirectory(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel workItems)voidISVNWCDb. addBaseFile(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems)Add or replace a file in the BASE tree.voidSVNWCDb. addBaseFile(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems)voidISVNWCDb. addBaseSymlink(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File target, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties acutalProps, SVNSkel workItems)Add or replace a symlink in the BASE tree.voidSVNWCDb. addBaseSymlink(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File target, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties acutalProps, SVNSkel workItems)static voidSvnWcDbExternals. addExternalFile(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long targetRevision, SVNProperties newPristineProperties, java.util.Map<java.lang.String,SVNProperties> iprops, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, SVNProperties davCache, java.io.File recordAncestorAbspath, java.io.File recordedReposRelPath, long recordedPegRevision, long recordedRevision, boolean updateActualProperties, SVNProperties newActualProperties, boolean keepRecordedInfo, SVNSkel conflictSkel, SVNSkel allWorkItems)static voidSvnWcDbConflicts. addPropConflict(SVNSkel skel, ISVNWCDb db, java.io.File wriAbsPath, java.io.File markerAbsPath, SVNProperties mineProps, SVNProperties theirOldProps, SVNProperties theirProps, java.util.Collection<java.lang.String> conflictedPropNames)static voidSvnWcDbCopy. copyDir(SVNWCDbDir pdh, java.io.File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems)static voidSvnWcDbCopy. copyFile(SVNWCDbDir pdh, java.io.File localRelpath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems)voidISVNWCDb. globalCommit(java.io.File localAbspath, long newRevision, long changedRevision, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, java.util.List<java.io.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.voidSVNWCDb. globalCommit(java.io.File localAbspath, long newRevision, long changedRevision, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, java.util.List<java.io.File> newChildren, SVNProperties newDavCache, boolean keepChangelist, boolean noUnlock, SVNSkel workItems)voidISVNWCDb. opAddDirectory(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)Add a new versioned directory.voidSVNWCDb. opAddDirectory(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)voidISVNWCDb. opAddFile(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)As a new file, there are no properties.voidSVNWCDb. opAddFile(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)voidISVNWCDb. opAddSymlink(java.io.File localAbsPath, java.io.File target, SVNProperties props, SVNSkel workItems)voidSVNWCDb. opAddSymlink(java.io.File localAbsPath, java.io.File target, SVNProperties props, SVNSkel workItems)voidISVNWCDb. opCopyDir(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems)Record a copy at LOCAL_ABSPATH from a repository directory.voidSVNWCDb. opCopyDir(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, java.util.List<java.io.File> children, boolean isMove, SVNDepth depth, SVNSkel conflict, SVNSkel workItems)voidISVNWCDb. opCopyFile(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems)Record a copy at LOCAL_ABSPATH from a repository file.voidSVNWCDb. opCopyFile(java.io.File localAbsPath, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.io.File originalReposRelPath, SVNURL originalRootUrl, java.lang.String originalUuid, long originalRevision, SvnChecksum checksum, boolean updateActualProps, SVNProperties newActualProps, SVNSkel conflict, SVNSkel workItems)voidISVNWCDb. opSetProps(java.io.File localAbsPath, SVNProperties props, SVNSkel conflict, boolean clearRecordedInfo, SVNSkel workItems)Set the properties of the node LOCAL_ABSPATH in the ACTUAL tree to PROPS.voidSVNWCDb. opSetProps(java.io.File localAbsPath, SVNProperties props, SVNSkel conflict, boolean clearRecordedInfo, SVNSkel workItems)voidSVNWCDb. setActualProperties(SVNSqlJetDb db, long wcId, java.io.File localRelpath, SVNProperties props)voidISVNWCDb. setBaseDavCache(java.io.File localAbsPath, SVNProperties props)Set the dav cache for LOCAL_ABSPATH to PROPS.voidSVNWCDb. setBaseDavCache(java.io.File localAbsPath, SVNProperties props)static voidSvnWcDbProperties. upgradeApplyProperties(SVNWCDbRoot root, java.io.File dirAbsPath, java.io.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 SVNProperties Modifier and Type Method Description voidISVNWCDb. addBaseDirectory(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel workItems)Add or replace a directory in the BASE tree.voidSVNWCDb. addBaseDirectory(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, java.util.List<java.io.File> children, SVNDepth depth, SVNProperties davCache, SVNSkel conflict, boolean updateActualProps, SVNProperties actualProps, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel workItems)voidISVNWCDb. addBaseFile(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems)Add or replace a file in the BASE tree.voidSVNWCDb. addBaseFile(java.io.File localAbspath, java.io.File reposRelpath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, SVNProperties props, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum checksum, SVNProperties davCache, boolean deleteWorking, boolean updateActualProps, SVNProperties actualProps, boolean keepRecordedInfo, boolean insertBaseDeleted, java.util.Map<java.lang.String,SVNProperties> iprops, SVNSkel conflict, SVNSkel workItems)static voidSvnWcDbExternals. addExternalFile(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long targetRevision, SVNProperties newPristineProperties, java.util.Map<java.lang.String,SVNProperties> iprops, long changedRev, SVNDate changedDate, java.lang.String changedAuthor, SvnChecksum newChecksum, SVNProperties davCache, java.io.File recordAncestorAbspath, java.io.File recordedReposRelPath, long recordedPegRevision, long recordedRevision, boolean updateActualProperties, SVNProperties newActualProperties, boolean keepRecordedInfo, SVNSkel conflictSkel, SVNSkel allWorkItems)static ISVNUpdateEditorSvnExternalUpdateEditor. createEditor(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, SVNURL url, SVNURL reposRootUrl, java.lang.String reposUuid, java.util.Map<java.lang.String,SVNProperties> iprops, boolean useCommitTimes, java.lang.String[] preservedExts, java.io.File recordAncestorAbsPath, SVNURL recordedUrl, SVNRevision recordedPegRev, SVNRevision recordedRev)voidISVNWCDb. opBumpRevisionPostUpdate(java.io.File localAbsPath, SVNDepth depth, java.io.File newReposRelPath, SVNURL newReposRootURL, java.lang.String newReposUUID, long newRevision, java.util.Collection<java.io.File> excludedPaths, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, ISVNEventHandler eventHandler)voidSVNWCDb. opBumpRevisionPostUpdate(java.io.File localAbsPath, SVNDepth depth, java.io.File newReposRelPath, SVNURL newReposRootURL, java.lang.String newReposUUID, long newRevision, java.util.Collection<java.io.File> excludedPaths, java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>> inheritableProperties, ISVNEventHandler eventHandler)voidSVNWCDb. readPropertiesRecursively(java.io.File localAbsPath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver)static voidSvnWcDbProperties. readPropertiesRecursively(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver)static voidSvnWcDbProperties. upgradeApplyDavCache(SVNWCDbRoot root, java.io.File dirRelPath, java.util.Map<java.lang.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 Modifier and Type Method Description SVNPropertiesSVNWCDBSelectExternalProperties. getColumnProperties(java.lang.String f) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc2.admin
Methods in org.tmatesoft.svn.core.internal.wc2.admin that return SVNProperties Modifier and Type Method Description protected SVNPropertiesSvnRepositoryGetPropertiesImpl. run()protected SVNPropertiesSvnRepositoryGetRevisionPropertiesImpl. run() -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNProperties Modifier and Type Method Description static SVNPropertiesSvnDiffEditor. computePropDiff(SVNProperties props1, SVNProperties props2)protected static SVNPropertiesSvnNgMergeCallback. omitMergeInfoChanges(SVNProperties props)protected SVNPropertiesSvnNgGetProperties. run(SVNWCContext context)protected SVNPropertiesSvnNgGetProperties. run(SVNWCContext context, java.io.File target)Methods in org.tmatesoft.svn.core.internal.wc2.ng that return types with arguments of type SVNProperties Modifier and Type Method Description static java.util.Map<java.io.File,java.util.Map<java.lang.String,SVNProperties>>SvnNgInheritableProperties. getInheritalbeProperites(SVNWCContext context, SVNRepository repository, java.io.File localAbsPath, long revision, SVNDepth depth)static java.util.Map<java.lang.String,SVNProperties>SvnNgInheritableProperties. translateInheritedPropertiesPaths(java.util.Map<java.lang.String,SVNProperties> iprops)Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNProperties Modifier and Type Method Description static voidSvnNgReposToWcCopy. addFileToWc(SVNWCContext context, java.io.File path, java.io.InputStream newBaseContents, java.io.InputStream newContents, SVNProperties newBaseProps, SVNProperties newProps, SVNURL copyFromURL, long copyFromRev)voidSvnNgAdd. addFromDisk(java.io.File path, SVNProperties props, boolean fireEvent)static voidSvnNgPropertiesManager. categorizeProperties(SVNProperties props, SVNProperties regular, SVNProperties entry, SVNProperties working)static SVNPropertiesSvnDiffEditor. computePropDiff(SVNProperties props1, SVNProperties props2)voidISvnDiffCallback2. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)voidSvnCopyAsChangedDiffCallback. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)voidSvnDiffCallbackWrapper. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)voidSvnFilterDiffCallback. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)voidSvnNgMergeCallback2. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)voidSvnReverseOrderDiffCallback. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)voidISvnDiffCallback2. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)voidSvnCopyAsChangedDiffCallback. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)voidSvnDiffCallbackWrapper. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)voidSvnFilterDiffCallback. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)voidSvnNgMergeCallback2. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)voidSvnReverseOrderDiffCallback. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)voidISvnDiffCallback2. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)voidSvnCopyAsChangedDiffCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)voidSvnDiffCallbackWrapper. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)voidSvnFilterDiffCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)voidSvnNgMergeCallback2. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)voidSvnReverseOrderDiffCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)voidISvnDiffCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties)voidSvnDiffCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean dirWasAdded, SVNProperties propChanges, SVNProperties originalProperties)voidSvnDiffSummarizeCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties)voidSvnNgMergeCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties)voidSvnNgMergeCallback2. dirPropsChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges)voidISvnDiffGenerator. displayContentChanged(SvnTarget target, java.io.File leftFile, java.io.File rightFile, java.lang.String revision1, java.lang.String revision2, java.lang.String mimeType1, java.lang.String mimeType2, SvnDiffCallback.OperationKind operation, java.io.File copyFromPath, SVNProperties originalProperties, SVNProperties propChanges, java.io.OutputStream outputStream)voidSvnDiffGenerator. displayContentChanged(SvnTarget target, java.io.File leftFile, java.io.File rightFile, java.lang.String revision1, java.lang.String revision2, java.lang.String mimeType1, java.lang.String mimeType2, SvnDiffCallback.OperationKind operation, java.io.File copyFromPath, SVNProperties originalProperties, SVNProperties propChanges, java.io.OutputStream outputStream)voidSvnOldDiffGenerator. displayContentChanged(SvnTarget displayPath, java.io.File leftFile, java.io.File rightFile, java.lang.String revision1, java.lang.String revision2, java.lang.String mimeType1, java.lang.String mimeType2, SvnDiffCallback.OperationKind operation, java.io.File copyFromPath, SVNProperties originalProperties, SVNProperties propChanges, java.io.OutputStream outputStream)voidSvnNewDiffGenerator. displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result)voidISvnDiffGenerator. displayPropsChanged(SvnTarget target, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream)voidSvnDiffGenerator. displayPropsChanged(SvnTarget target, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream)voidSvnOldDiffGenerator. displayPropsChanged(SvnTarget displayPath, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream)voidISvnDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties)voidISvnDiffCallback2. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)voidSvnCopyAsChangedDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)voidSvnDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties)voidSvnDiffCallbackWrapper. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)voidSvnDiffSummarizeCallback. fileAdded(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties)voidSvnFilterDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)voidSvnNgMergeCallback. fileAdded(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, java.io.File copyFromPath, long copyFromRevision, SVNProperties propChanges, SVNProperties originalProperties)voidSvnNgMergeCallback2. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)voidSvnReverseOrderDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)voidISvnDiffCallback. fileChanged(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties propChanges, SVNProperties originalProperties)voidISvnDiffCallback2. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)voidSvnCopyAsChangedDiffCallback. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)voidSvnDiffCallback. fileChanged(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties propChanges, SVNProperties originalProperties)voidSvnDiffCallbackWrapper. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)voidSvnDiffSummarizeCallback. fileChanged(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, long rev1, long rev2, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties propChanges, SVNProperties originalProperties)voidSvnFilterDiffCallback. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)voidSvnNgMergeCallback. fileChanged(SvnDiffCallbackResult result, java.io.File path, java.io.File tmpFile1, java.io.File tmpFile2, long rev1, long rev2, java.lang.String mimetype1, java.lang.String mimeType2, SVNProperties propChanges, SVNProperties originalProperties)voidSvnNgMergeCallback2. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)voidSvnReverseOrderDiffCallback. fileChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, java.io.File leftFile, java.io.File rightFile, SVNProperties leftProps, SVNProperties rightProps, boolean fileModified, SVNProperties propChanges)voidISvnDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties)voidISvnDiffCallback2. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)voidSvnCopyAsChangedDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)voidSvnDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties)voidSvnDiffCallbackWrapper. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)voidSvnDiffSummarizeCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties)voidSvnFilterDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)voidSvnNgMergeCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File path, java.io.File leftFile, java.io.File rightFile, java.lang.String mimeType1, java.lang.String mimeType2, SVNProperties originalProperties)voidSvnNgMergeCallback2. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)voidSvnReverseOrderDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)voidISvnPropertiesDiffHandler. handlePropertiesDiff(SVNProperties originalProperties, SVNProperties propChanges)voidSvnNewDiffGenerator. handlePropertiesDiff(SVNProperties originalProperties, SVNProperties propChanges)protected static SVNPropertiesSvnNgMergeCallback. omitMergeInfoChanges(SVNProperties props)voidSvnDiffCallback. propertiesChanged(java.io.File path, long revision1, long revision2, boolean dirWasAdded, SVNProperties diff, SVNProperties originalProperties)static voidSvnNgPropertiesManager. setAutoProperties(SVNWCContext context, java.io.File path, SVNProperties properties, ISvnAddParameters addParameters, java.lang.Runnable onValidationError)Method parameters in org.tmatesoft.svn.core.internal.wc2.ng with type arguments of type SVNProperties Modifier and Type Method Description static java.util.Map<java.lang.String,SVNProperties>SvnNgInheritableProperties. translateInheritedPropertiesPaths(java.util.Map<java.lang.String,SVNProperties> iprops) -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return SVNProperties Modifier and Type Method Description protected SVNPropertiesSvnOldGetProperties. run() -
Uses of SVNProperties in org.tmatesoft.svn.core.internal.wc2.remote
Methods in org.tmatesoft.svn.core.internal.wc2.remote that return SVNProperties Modifier and Type Method Description protected SVNPropertiesSvnRemoteGetProperties. run()protected SVNPropertiesSvnRemoteGetRevisionProperties. run()Method parameters in org.tmatesoft.svn.core.internal.wc2.remote with type arguments of type SVNProperties Modifier and Type Method Description static voidSvnRemoteGetProperties. remotePropertyGet(SVNURL url, SVNNodeKind kind, java.lang.String path, SVNRepository repos, long revNumber, SVNDepth depth, ISvnObjectReceiver<SVNProperties> receiver) -
Uses of SVNProperties in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return SVNProperties Modifier and Type Method Description SVNPropertiesSVNFileRevision. getProperties()Deprecated.useSVNFileRevision.getRevisionProperties()insteadSVNPropertiesSVNFileRevision. getPropertiesDelta()Returns file properties for this file (for this revision).SVNPropertiesSVNFileRevision. getRevisionProperties()Returns revision properties.abstract SVNPropertiesSVNRepository. 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 SVNProperties Modifier and Type Method Description java.util.Map<java.lang.String,SVNProperties>SVNRepository. getInheritedProperties(java.lang.String path, long revision, java.lang.String propertyName)Methods in org.tmatesoft.svn.core.io with parameters of type SVNProperties Modifier and Type Method Description ISVNEditorSVNRepository. getCommitEditor(java.lang.String logMessage, java.util.Map locks, boolean keepLocks, SVNProperties revisionProperties, ISVNWorkspaceMediator mediator)Returns an editor for committing changes to the repository ession, setting the revision properties fromrevisionPropertiestable.protected abstract ISVNEditorSVNRepository. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)java.util.Collection<SVNDirEntry>SVNRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, java.util.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 longSVNRepository. getDir(java.lang.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.java.util.CollectionSVNRepository. getDir(java.lang.String path, long revision, SVNProperties properties, java.util.Collection dirEntries)Fetches the contents and properties of a directory located at the specified path in a particular revision.abstract longSVNRepository. getDir(java.lang.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 longSVNRepository. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents)Fetches the contents and/or properties of a file located at the specified path in a particular revision.abstract SVNPropertiesSVNRepository. getRevisionProperties(long revision, SVNProperties properties)Returns unversioned revision properties for a particular revision.voidISVNReplayHandler. handleEndRevision(long revision, SVNProperties revisionProperties, ISVNEditor editor)Handles the end of replaying a next revision.voidISVNInheritedPropertiesHandler. handleInheritedProperites(java.lang.String inheritedFromPath, SVNProperties properties)ISVNEditorISVNReplayHandler. 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 SVNProperties Constructor Description SVNFileRevision(java.lang.String path, long revision, SVNProperties properties, SVNProperties propertiesDelta)Constructs an instance of SVNFileRevision.SVNFileRevision(java.lang.String path, long revision, SVNProperties properties, SVNProperties propertiesDelta, boolean isResultOfMerge)Constructs an instance of SVNFileRevision. -
Uses of SVNProperties in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNProperties Modifier and Type Method Description SVNPropertiesDefaultSVNCommitHandler. getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties)ReturnsrevisionPropertiesas is if it's not null, or an emptySVNPropertiesobject ifrevisionPropertiesis null.SVNPropertiesISVNCommitHandler. getRevisionProperties(java.lang.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.SVNPropertiesSVNEvent. getRevisionProperties()SVNPropertiesISVNPropertyValueProvider. providePropertyValues(java.io.File path, SVNProperties properties)Defines local item's properties to be installed.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNProperties Modifier and Type Method Description voidDefaultSVNDiffGenerator. displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result)Produces properties difference and writes it toresult.voidISVNDiffGenerator. displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result)Writes the differences in file properties to the specified output stream.SVNCommitInfoSVNCommitClient. doCommit(java.io.File[] paths, boolean keepLocks, java.lang.String commitMessage, SVNProperties revisionProperties, java.lang.String[] changelists, boolean keepChangelist, boolean force, SVNDepth depth)Commits files or directories into repository.SVNCommitInfo[]SVNCommitClient. doCommit(SVNCommitPacket[] commitPackets, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)Commits files or directories into repository.SVNCommitInfoSVNCommitClient. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)Commits files or directories into repository.SVNCommitInfoSVNCopyClient. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)Copies each source insourcestodst.SVNCommitInfoSVNCopyClient. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties, boolean pinExternals, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin)SVNCommitInfoSVNCommitClient. doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties)Deletes items from a repository.SVNCommitInfoSVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth)Imports file or directorypathinto repository directorydstURLat HEAD revision.SVNCommitInfoSVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties)Imports file or directorypathinto repository directorydstURLat HEAD revision.SVNCommitInfoSVNCommitClient. doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents)Creates directory(ies) in a repository.SVNCommitInfoSVNWCClient. doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler)SetspropNametopropValueonpath.SVNPropertiesDefaultSVNCommitHandler. getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties)ReturnsrevisionPropertiesas is if it's not null, or an emptySVNPropertiesobject ifrevisionPropertiesis null.SVNPropertiesISVNCommitHandler. getRevisionProperties(java.lang.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.SVNMergeResultISVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)GivenadminArea/localPathand property changes (propDiff) based onserverBaseProps, merges the changes into the working copy.SVNPropertiesISVNPropertyValueProvider. providePropertyValues(java.io.File path, SVNProperties properties)Defines local item's properties to be installed.voidSVNEvent. setRevisionProperties(SVNProperties revisionProperties)Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNProperties Constructor Description SVNEvent(java.io.File file, SVNNodeKind kind, java.lang.String mimetype, long revision, SVNStatusType cstatus, SVNStatusType pstatus, SVNStatusType lstatus, SVNLock lock, SVNEventAction action, SVNEventAction expected, SVNErrorMessage error, SVNMergeRange range, java.lang.String changelistName, SVNProperties revisionProperties, java.lang.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 SVNProperties Modifier and Type Method Description SVNPropertiesSVNLookClient. doGetProperties(java.io.File repositoryRoot, java.lang.String path, java.lang.String transactionName)Returns versioned properties for the specified path in the given transaction.SVNPropertiesSVNLookClient. doGetProperties(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision)Returns versioned properties for the specified path in the given revision.SVNPropertiesSVNLookClient. doGetRevisionProperties(java.io.File repositoryRoot, java.lang.String transactionName)Returns revision properties for the given transaction.SVNPropertiesSVNLookClient. doGetRevisionProperties(java.io.File repositoryRoot, SVNRevision revision)Returns revision properties in the given revision.static SVNPropertiesSVNAdminClient. normalizeRevisionProperties(SVNProperties revProps)Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNProperties Modifier and Type Method Description voidSVNReplayHandler. handleEndRevision(long revision, SVNProperties revisionProperties, ISVNEditor editor)ISVNEditorSVNReplayHandler. handleStartRevision(long revision, SVNProperties revisionProperties)static SVNPropertiesSVNAdminClient. normalizeRevisionProperties(SVNProperties revProps) -
Uses of SVNProperties in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SVNProperties Modifier and Type Method Description SVNPropertiesSvnMergeResult. getActualProperties()Returns all merge actual (working) properties.SVNPropertiesSvnMergeResult. getBaseProperties()Returns all base (pristine) properties.SVNPropertiesSvnAnnotateItem. getMergedRevisionProperties()Gets properties of merge revision.SVNPropertiesSvnInheritedProperties. getProperties()SVNPropertiesAbstractSvnCommit. getRevisionProperties()Gets custom revision properties for the operation.SVNPropertiesSvnAnnotateItem. getRevisionProperties()Gets the properties of modification revision.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNProperties Modifier and Type Method Description SvnMergeResultISvnMerger. mergeProperties(ISvnMerger baseMerger, java.io.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 changespropChangesbased onserverBasePropertiesinto the working copylocalAbsPathvoidSvnMergeResult. setActualProperties(SVNProperties actualProperties)Sets all merge actual (working) properties.voidSvnMergeResult. setBaseProperties(SVNProperties baseProperties)Sets all base (pristine) properties.voidSvnInheritedProperties. setProperties(SVNProperties properties)voidAbstractSvnCommit. 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 SVNProperties Modifier and Type Method Description SVNPropertiesISvnCommitHandler. getRevisionProperties(java.lang.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.SVNPropertiesISvnPropertyValueProvider. providePropertyValues(java.io.File path, SVNProperties properties)Defines local item's properties to be installed.Methods in org.tmatesoft.svn.core.wc2.hooks with parameters of type SVNProperties Modifier and Type Method Description SVNPropertiesISvnCommitHandler. getRevisionProperties(java.lang.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.SVNPropertiesISvnPropertyValueProvider. providePropertyValues(java.io.File path, SVNProperties properties)Defines local item's properties to be installed.
-