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 SVNProperties
SVNCommandEnvironment. getRevisionProperties()
SVNProperties
SVNCommandEnvironment. 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 SVNProperties
SVNCommandEnvironment. getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties)
protected java.lang.StringBuffer
SVNXMLCommand. 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 SVNProperties
SVNLookCommand. getProperties()
-
Uses of SVNProperties in org.tmatesoft.svn.core
Methods in org.tmatesoft.svn.core that return SVNProperties Modifier and Type Method Description SVNProperties
SVNProperties. compareTo(SVNProperties properties)
Compares this object against another one returning a difference between them.SVNProperties
SVNProperties. getRegularProperties()
Returns a subset of properties contained in this properties object which suffice forSVNProperty.isRegularProperty(String)
clause.SVNProperties
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
SVNProperties. wrap(java.util.Map map)
Creates a newSVNProperties
object wrapping a given map with properties.Methods in org.tmatesoft.svn.core with parameters of type SVNProperties Modifier and Type Method Description SVNProperties
SVNProperties. 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 SVNProperties Constructor Description SVNLogEntry(java.util.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 SVNProperties Modifier and Type Method Description SVNProperties
SVNSqlJetStatement. getColumnProperties(java.lang.Enum<?> f)
protected SVNProperties
SVNSqlJetStatement. getColumnProperties(java.lang.String f)
static SVNProperties
SVNSqlJetStatement. parseProperties(byte[] val)
Methods in org.tmatesoft.svn.core.internal.db with parameters of type SVNProperties Modifier and Type Method Description void
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 SVNProperties Modifier and Type Method Description void
SVNSqlJetStatement. 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 SVNProperties
DAVUtil. filterProperties(DAVProperties source, SVNProperties target)
SVNProperties
DAVRepository. 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 SVNProperties
DAVUtil. filterProperties(DAVProperties source, SVNProperties target)
protected ISVNEditor
DAVRepository. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)
long
DAVRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)
long
DAVRepository. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler)
long
DAVRepository. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents)
long
DAVRepository. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents, ISVNWorkingCopyContentMediator workingCopyContentMediator)
SVNProperties
DAVRepository. getRevisionProperties(long revision, 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)
-
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.StringBuffer
DAVProppatchHandler. 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 SVNProperties
FSFS. compoundMetaProperties(long revision)
SVNProperties
FSFS. getProperties(FSRevisionNode revNode)
SVNProperties
FSRevisionNode. getProperties(FSFS fsfsOwner)
static SVNProperties
FSRepositoryUtil. getPropsDiffs(SVNProperties sourceProps, SVNProperties targetProps)
SVNProperties
FSFS. getRevisionProperties(long revision)
SVNProperties
FSRepository. getRevisionProperties(long revision, SVNProperties properties)
SVNProperties
FSFS. getTransactionProperties(java.lang.String txnID)
SVNProperties
FSFile. readProperties(boolean allowEOF, boolean allowBinaryValues)
SVNProperties
FSTransactionRoot. 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 FSTransactionInfo
FSTransactionRoot. beginTransactionForCommit(long baseRevision, SVNProperties revisionProperties, FSFS owner)
void
FSFS. changeTransactionProperties(java.lang.String txnId, SVNProperties txnProperties)
protected ISVNEditor
FSRepository. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)
long
FSRepository. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)
long
FSRepository. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler)
long
FSRepository. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents)
static SVNProperties
FSRepositoryUtil. getPropsDiffs(SVNProperties sourceProps, SVNProperties targetProps)
SVNProperties
FSRepository. getRevisionProperties(long revision, SVNProperties properties)
void
FSTransactionRoot. 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 SVNProperties
SVNFSFSPackedRevProps. parseProperties(long revision)
Methods in org.tmatesoft.svn.core.internal.io.fs.revprop with parameters of type SVNProperties Modifier and Type Method Description void
SVNFSFSPackedRevProps.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 SVNProperties
SVNReader. getProperties(java.util.List items, int index, SVNProperties properties)
static SVNProperties
SVNReader. getPropertyDiffs(java.util.List items, int index, SVNProperties diffs)
SVNProperties
SVNRepositoryImpl. 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 ISVNEditor
SVNRepositoryImpl. getCommitEditorInternal(java.util.Map locks, boolean keepLocks, SVNProperties revProps, ISVNWorkspaceMediator mediator)
long
SVNRepositoryImpl. getDir(java.lang.String path, long revision, SVNProperties properties, int entryFields, ISVNDirEntryHandler handler)
long
SVNRepositoryImpl. getDir(java.lang.String path, long revision, SVNProperties properties, ISVNDirEntryHandler handler)
long
SVNRepositoryImpl. getFile(java.lang.String path, long revision, SVNProperties properties, java.io.OutputStream contents)
static SVNProperties
SVNReader. getProperties(java.util.List items, int index, SVNProperties properties)
static SVNProperties
SVNReader. getPropertyDiffs(java.util.List items, int index, SVNProperties diffs)
SVNProperties
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 SVNProperties Modifier and Type Method Description static SVNSkel
SVNSkel. 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 SVNProperties
SVNRemoteDiffEditor.SVNDirectoryInfo. myBaseProperties
protected SVNProperties
SVNRemoteDiffEditor.SVNFileInfo. myBaseProperties
protected SVNProperties
SVNRemoteDiffEditor.SVNDirectoryInfo. myPropertyDiff
protected SVNProperties
SVNRemoteDiffEditor.SVNFileInfo. myPropertyDiff
Methods in org.tmatesoft.svn.core.internal.wc that return SVNProperties Modifier and Type Method Description SVNProperties
SVNWCProperties. asMap()
SVNProperties
SVNWCProperties. compareTo(SVNWCProperties properties)
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, java.io.File path)
SVNProperties
SVNCommitMediator. getWCProperties(SVNCommitItem item)
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNProperties Modifier and Type Method Description static void
SVNWCManager. addProperties(SVNAdminArea dir, java.lang.String fileName, SVNProperties properties, boolean base, SVNLog log)
static void
SVNWCManager. 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 boolean
SVNMergeCallback. areFilesTheSame(java.io.File older, SVNProperties originalProps, java.io.File mine, SVNAdminArea adminArea)
protected void
AbstractDiffCallback. categorizeProperties(SVNProperties original, SVNProperties regular, SVNProperties entry, SVNProperties wc)
protected void
SVNRemoteDiffEditor. 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 SVNEvent
SVNEventFactory. 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 SVNEvent
SVNEventFactory. 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)
long
ISVNFileFetcher. 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 SVNStatusType
AbstractDiffCallback. 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)
SVNStatusType
SVNDiffCallback. 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)
SVNStatusType
SVNMergeCallback. 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)
SVNStatusType
SVNMergeCallback15. 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 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, java.io.File path)
SVNMergeResult
DefaultSVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)
static SVNStatusType
SVNPropertiesManager. mergeProperties(SVNWCAccess wcAccess, java.io.File path, SVNProperties baseProperties, SVNProperties diff, boolean baseMerge, boolean dryRun)
abstract SVNStatusType
AbstractDiffCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType
SVNDiffCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback. propertiesChanged(java.lang.String path, SVNProperties originalProperties, SVNProperties diff, boolean[] isTreeConflicted)
SVNStatusType
SVNMergeCallback15. 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 void
SVNAdminHelper. removePropertiesNotInSource(SVNRepository repository, long revision, SVNProperties sourceProps, SVNProperties targetProps)
void
SVNSynchronizeEditor. reset(long baseRevision, SVNProperties revProps)
boolean
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)
boolean
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)
boolean
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)
boolean
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)
boolean
DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage. savePassphrase(java.lang.String realm, char[] passphrase, SVNAuthentication auth, SVNProperties authParameters, boolean force)
boolean
DefaultSVNPersistentAuthenticationProvider.GnomeKeyringPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
boolean
DefaultSVNPersistentAuthenticationProvider.IPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
boolean
DefaultSVNPersistentAuthenticationProvider.MacOsKeychainPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
boolean
DefaultSVNPersistentAuthenticationProvider.SimplePasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
boolean
DefaultSVNPersistentAuthenticationProvider.WinCryptPasswordStorage. savePassword(java.lang.String realm, char[] password, SVNAuthentication auth, SVNProperties authParameters)
void
SVNWCProperties. setProperties(SVNProperties properties)
static void
SVNWCProperties. setProperties(SVNProperties namesToValues, java.io.File target, java.io.File tmpFile, java.lang.String terminator)
static void
SVNWCProperties. setProperties(SVNProperties namesToValues, java.io.OutputStream target, java.lang.String terminator)
protected SVNCommitInfo
SVNCopyDriver. 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 void
SVNPropertiesManager. validateRevisionProperties(SVNProperties revisionProperties)
static void
SVNAdminHelper. writeProperties(SVNProperties props, SVNProperties oldProps, java.io.OutputStream dumpStream)
static int
SVNAdminHelper. 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 SVNProperties
SVNVersionedProperties. asMap()
protected SVNProperties
SVNVersionedProperties. getProperties()
protected SVNProperties
SVNProperties13. loadProperties()
protected SVNProperties
SVNSimpleVersionedPropertiesImpl. loadProperties()
protected abstract SVNProperties
SVNVersionedProperties. loadProperties()
protected SVNProperties
SVNAdminArea14. readBaseProperties(java.lang.String name)
protected SVNProperties
SVNAdminArea14. readProperties(java.lang.String name)
protected SVNProperties
SVNAdminArea14. readRevertProperties(java.lang.String name)
Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNProperties Modifier and Type Method Description void
SVNLog. addCommand(java.lang.String name, SVNProperties attributes, boolean save)
void
SVNAdminArea. commit(java.lang.String target, SVNCommitInfo info, SVNProperties wcPropChanges, boolean removeLock, boolean recursive, boolean removeChangelist, java.util.Collection explicitCommitPaths, ISVNCommitParameters params)
void
SVNLog. deleteCommandsByNameAndAttributes(java.lang.String name, SVNProperties attributes, boolean save)
static java.io.File
SVNTranslator. detranslateWorkingCopy(SVNAdminArea dir, java.lang.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(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)
void
SVNAdminArea14. installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)
void
SVNXMLAdminArea. installProperties(java.lang.String name, SVNProperties baseProps, SVNProperties workingProps, SVNLog log, boolean writeBaseProps, boolean close)
SVNStatusType
SVNLog. logChangedEntryProperties(java.lang.String name, SVNProperties modifiedEntryProps)
void
SVNLog. logChangedWCProperties(java.lang.String name, SVNProperties modifiedWCProps)
static java.io.File
SVNTranslator. maybeUpdateTargetEOLs(SVNAdminArea dir, java.io.File target, SVNProperties propDiff)
SVNStatusType
SVNAdminArea. mergeProperties(java.lang.String name, SVNProperties serverBaseProps, SVNProperties propDiff, java.lang.String localLabel, java.lang.String latestLabel, boolean baseMerge, boolean dryRun, SVNLog log)
SVNStatusType
SVNAdminArea. 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)
SVNStatusType
SVNAdminArea. 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 void
SVNVersionedProperties. put(SVNProperties props)
void
SVNLogRunner. runCommand(SVNAdminArea adminArea, java.lang.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 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 SVNCommitInfo
SVNCommitClient16. 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.SVNCommitInfo
SVNCommitClient16. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)
Commits files or directories into repository.SVNCommitInfo
SVNCopyClient16. 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)
SVNCommitInfo
SVNCopyClient16. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)
Copies each source insources
todst
.SVNCommitInfo
SVNCommitClient16. doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties)
Deletes items from a repository.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient16. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient16. 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 directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient16. doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents)
Creates directory(ies) in a repository.SVNCommitInfo
SVNWCClient16. doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.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 SVNProperties Modifier and Type Field Description SVNProperties
SVNWCContext.MergePropertiesInfo. newActualProperties
SVNProperties
SVNWCContext.MergePropertiesInfo. newBaseProperties
SVNProperties
SVNWCContext.PropDiffs. originalProps
SVNProperties
SVNWCContext.PropDiffs. propChanges
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNProperties Modifier and Type Method Description SVNProperties
SVNWCContext. getActualProps(java.io.File localAbspath)
SVNProperties
SVNWCContext. getPristineProps(java.io.File localAbspath)
static SVNProperties
SVNWCUtils. 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.AccumulatedChangeInfo
SVNUpdateEditor17. accumulateLastChange(java.io.File localAbspath, SVNProperties entryProps)
void
ISVNEditor2. addDir(java.lang.String path, java.util.List<java.lang.String> children, SVNProperties props, long replacesRev)
void
SVNTreeConflictEditor. addDir(java.lang.String path, java.util.List<java.lang.String> children, SVNProperties props, long replacesRev)
void
ISVNEditor2. addFile(java.lang.String path, SvnChecksum checksum, java.io.InputStream contents, SVNProperties props, long replacesRev)
void
SVNTreeConflictEditor. addFile(java.lang.String path, SvnChecksum checksum, java.io.InputStream contents, SVNProperties props, long replacesRev)
void
ISVNEditor2. addSymlink(java.lang.String path, java.lang.String target, SVNProperties props, long replacesRev)
void
SVNTreeConflictEditor. addSymlink(java.lang.String path, java.lang.String target, SVNProperties props, long replacesRev)
void
ISVNEditor2. alterDir(java.lang.String path, long revision, java.util.List<java.lang.String> children, SVNProperties props)
void
SVNTreeConflictEditor. alterDir(java.lang.String path, long revision, java.util.List<java.lang.String> children, SVNProperties props)
void
ISVNEditor2. alterFile(java.lang.String path, long revision, SVNProperties props, SvnChecksum checksum, java.io.InputStream newContents)
void
SVNTreeConflictEditor. alterFile(java.lang.String path, long expectedMoveDstRevision, SVNProperties newProps, SvnChecksum newChecksum, java.io.InputStream newContents)
void
ISVNEditor2. alterSymlink(java.lang.String path, long revision, SVNProperties props, java.lang.String target)
void
SVNTreeConflictEditor. alterSymlink(java.lang.String path, long revision, SVNProperties props, java.lang.String target)
SVNWCContext.TranslateInfo
SVNWCContext. getTranslateInfo(java.io.File localAbspath, SVNProperties props, boolean forNormalization, boolean fetchEolStyle, boolean fetchCharset, boolean fetchKeywords, boolean fetchSpecial)
static boolean
SVNWCContext. hasMagicProperty(SVNProperties properties)
SVNWCContext.MergeInfo
SVNWCContext. 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)
SVNMergeResult
DefaultSvnMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)
SvnMergeResult
DefaultSvnMerger. 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.MergePropertiesInfo
SVNWCContext. mergeProperties(java.io.File localAbsPath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties baseProperties, SVNProperties propChanges, boolean dryRun, ISVNConflictHandler conflictResolver)
SVNWCContext.MergePropertiesInfo
SVNWCContext. 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.MergePropertiesInfo
SVNWCContext. mergeProperties3(SVNWCContext.MergePropertiesInfo mergePropertiesInfo, java.io.File localAbsPath, SVNProperties serverBaseProps, SVNProperties pristineProps, SVNProperties actualProps, SVNProperties propChanges)
SVNWCContext.MergeInfo
SVNWCContext. 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.MergeInfo
SVNUpdateEditor17. 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 SVNProperties
SVNWCUtils. 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 ISVNUpdateEditor
SVNUpdateEditor17. 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 ISVNUpdateEditor
SVNUpdateEditor17. 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 SVNProperties
SVNWCDb.InsertBase. actualProps
SVNProperties
SVNWCDb.InsertBase. davCache
SVNProperties
SVNWCDb.InsertWorking. newActualProps
SVNProperties
SVNWCDb.Commit. newDavCache
SVNProperties
ISVNWCDb.NodeInstallInfo. properties
SVNProperties
ISVNWCDb.WCDbBaseInfo. props
SVNProperties
SVNWCDb.InsertBase. props
SVNProperties
SVNWCDb.InsertWorking. props
Fields 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. iprops
Methods in org.tmatesoft.svn.core.internal.wc17.db that return SVNProperties Modifier and Type Method Description SVNProperties
ISVNWCDb. getBaseDavCache(java.io.File localAbsPath)
Retrieve the dav cache for LOCAL_ABSPATH.SVNProperties
SVNWCDb. getBaseDavCache(java.io.File localAbsPath)
SVNProperties
ISVNWCDb. getBaseProps(java.io.File localAbsPath)
Return the properties of the node LOCAL_ABSPATH in the BASE tree.SVNProperties
SVNWCDb. getBaseProps(java.io.File localAbsPath)
static SVNProperties
SvnWcDbStatementUtil. getColumnProperties(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static SVNProperties
SvnWcDbProperties. readChangedProperties(SVNWCDbRoot root, java.io.File relpath)
SVNProperties
ISVNWCDb. 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).SVNProperties
SVNWCDb. readPristineProperties(java.io.File localAbsPath)
static SVNProperties
SvnWcDbProperties. readPristineProperties(SVNWCDbRoot root, java.io.File relpath)
SVNProperties
ISVNWCDb. 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).SVNProperties
SVNWCDb. readProperties(java.io.File localAbsPath)
static SVNProperties
SvnWcDbProperties. 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 void
ISVNWCDb. 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.void
SVNWCDb. 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)
void
ISVNWCDb. 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.void
SVNWCDb. 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)
void
ISVNWCDb. 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.void
SVNWCDb. 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 void
SvnWcDbExternals. 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 void
SvnWcDbConflicts. 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 void
SvnWcDbCopy. 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 void
SvnWcDbCopy. 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)
void
ISVNWCDb. 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.void
SVNWCDb. 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)
void
ISVNWCDb. opAddDirectory(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)
Add a new versioned directory.void
SVNWCDb. opAddDirectory(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)
void
ISVNWCDb. opAddFile(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)
As a new file, there are no properties.void
SVNWCDb. opAddFile(java.io.File localAbsPath, SVNProperties props, SVNSkel workItems)
void
ISVNWCDb. opAddSymlink(java.io.File localAbsPath, java.io.File target, SVNProperties props, SVNSkel workItems)
void
SVNWCDb. opAddSymlink(java.io.File localAbsPath, java.io.File target, SVNProperties props, SVNSkel workItems)
void
ISVNWCDb. 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.void
SVNWCDb. 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)
void
ISVNWCDb. 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.void
SVNWCDb. 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)
void
ISVNWCDb. 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.void
SVNWCDb. opSetProps(java.io.File localAbsPath, SVNProperties props, SVNSkel conflict, boolean clearRecordedInfo, SVNSkel workItems)
void
SVNWCDb. setActualProperties(SVNSqlJetDb db, long wcId, java.io.File localRelpath, SVNProperties props)
void
ISVNWCDb. setBaseDavCache(java.io.File localAbsPath, SVNProperties props)
Set the dav cache for LOCAL_ABSPATH to PROPS.void
SVNWCDb. setBaseDavCache(java.io.File localAbsPath, SVNProperties props)
static void
SvnWcDbProperties. 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 void
ISVNWCDb. 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.void
SVNWCDb. 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)
void
ISVNWCDb. 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.void
SVNWCDb. 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 void
SvnWcDbExternals. 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 ISVNUpdateEditor
SvnExternalUpdateEditor. 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)
void
ISVNWCDb. 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)
void
SVNWCDb. 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)
void
SVNWCDb. readPropertiesRecursively(java.io.File localAbsPath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver)
static void
SvnWcDbProperties. readPropertiesRecursively(SVNWCDbRoot root, java.io.File relpath, SVNDepth depth, boolean baseProperties, boolean pristineProperties, java.util.Collection<java.lang.String> changelists, ISvnObjectReceiver<SVNProperties> receiver)
static void
SvnWcDbProperties. 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 SVNProperties
SVNWCDBSelectExternalProperties. 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 SVNProperties
SvnRepositoryGetPropertiesImpl. run()
protected SVNProperties
SvnRepositoryGetRevisionPropertiesImpl. 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 SVNProperties
SvnDiffEditor. computePropDiff(SVNProperties props1, SVNProperties props2)
protected static SVNProperties
SvnNgMergeCallback. omitMergeInfoChanges(SVNProperties props)
protected SVNProperties
SvnNgGetProperties. run(SVNWCContext context)
protected SVNProperties
SvnNgGetProperties. 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 void
SvnNgReposToWcCopy. addFileToWc(SVNWCContext context, java.io.File path, java.io.InputStream newBaseContents, java.io.InputStream newContents, SVNProperties newBaseProps, SVNProperties newProps, SVNURL copyFromURL, long copyFromRev)
void
SvnNgAdd. addFromDisk(java.io.File path, SVNProperties props, boolean fireEvent)
static void
SvnNgPropertiesManager. categorizeProperties(SVNProperties props, SVNProperties regular, SVNProperties entry, SVNProperties working)
static SVNProperties
SvnDiffEditor. computePropDiff(SVNProperties props1, SVNProperties props2)
void
ISvnDiffCallback2. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
SvnCopyAsChangedDiffCallback. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
SvnDiffCallbackWrapper. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
SvnFilterDiffCallback. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
SvnNgMergeCallback2. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
SvnReverseOrderDiffCallback. dirAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, SVNProperties copyFromProps, SVNProperties rightProps, java.lang.Object dirBaton)
void
ISvnDiffCallback2. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
SvnCopyAsChangedDiffCallback. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
SvnDiffCallbackWrapper. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
SvnFilterDiffCallback. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
SvnNgMergeCallback2. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
SvnReverseOrderDiffCallback. dirChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges, java.lang.Object dirBaton)
void
ISvnDiffCallback2. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
SvnCopyAsChangedDiffCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
SvnDiffCallbackWrapper. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
SvnFilterDiffCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
SvnNgMergeCallback2. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
SvnReverseOrderDiffCallback. dirDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SVNProperties leftProps, java.lang.Object dirBaton)
void
ISvnDiffCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnDiffCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean dirWasAdded, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnDiffSummarizeCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnNgMergeCallback. dirPropsChanged(SvnDiffCallbackResult result, java.io.File path, boolean isAdded, SVNProperties propChanges, SVNProperties originalProperties)
void
SvnNgMergeCallback2. dirPropsChanged(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, SvnDiffSource rightSource, SVNProperties leftProps, SVNProperties rightProps, SVNProperties propChanges)
void
ISvnDiffGenerator. 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)
void
SvnDiffGenerator. 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)
void
SvnOldDiffGenerator. 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)
void
SvnNewDiffGenerator. displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result)
void
ISvnDiffGenerator. displayPropsChanged(SvnTarget target, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream)
void
SvnDiffGenerator. displayPropsChanged(SvnTarget target, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream)
void
SvnOldDiffGenerator. displayPropsChanged(SvnTarget displayPath, java.lang.String revision1, java.lang.String revision2, boolean dirWasAdded, SVNProperties originalProps, SVNProperties propChanges, java.io.OutputStream outputStream)
void
ISvnDiffCallback. 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)
void
ISvnDiffCallback2. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
SvnCopyAsChangedDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
SvnDiffCallback. 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)
void
SvnDiffCallbackWrapper. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
SvnDiffSummarizeCallback. 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)
void
SvnFilterDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
SvnNgMergeCallback. 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)
void
SvnNgMergeCallback2. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
SvnReverseOrderDiffCallback. fileAdded(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource copyFromSource, SvnDiffSource rightSource, java.io.File copyFromFile, java.io.File rightFile, SVNProperties copyFromProps, SVNProperties rightProps)
void
ISvnDiffCallback. 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)
void
ISvnDiffCallback2. 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)
void
SvnCopyAsChangedDiffCallback. 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)
void
SvnDiffCallback. 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)
void
SvnDiffCallbackWrapper. 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)
void
SvnDiffSummarizeCallback. 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)
void
SvnFilterDiffCallback. 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)
void
SvnNgMergeCallback. 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)
void
SvnNgMergeCallback2. 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)
void
SvnReverseOrderDiffCallback. 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)
void
ISvnDiffCallback. 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)
void
ISvnDiffCallback2. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
SvnCopyAsChangedDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
SvnDiffCallback. 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)
void
SvnDiffCallbackWrapper. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
SvnDiffSummarizeCallback. 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)
void
SvnFilterDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
SvnNgMergeCallback. 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)
void
SvnNgMergeCallback2. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
SvnReverseOrderDiffCallback. fileDeleted(SvnDiffCallbackResult result, java.io.File relPath, SvnDiffSource leftSource, java.io.File leftFile, SVNProperties leftProps)
void
ISvnPropertiesDiffHandler. handlePropertiesDiff(SVNProperties originalProperties, SVNProperties propChanges)
void
SvnNewDiffGenerator. handlePropertiesDiff(SVNProperties originalProperties, SVNProperties propChanges)
protected static SVNProperties
SvnNgMergeCallback. omitMergeInfoChanges(SVNProperties props)
void
SvnDiffCallback. propertiesChanged(java.io.File path, long revision1, long revision2, boolean dirWasAdded, SVNProperties diff, SVNProperties originalProperties)
static void
SvnNgPropertiesManager. 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 SVNProperties
SvnOldGetProperties. 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 SVNProperties
SvnRemoteGetProperties. run()
protected SVNProperties
SvnRemoteGetRevisionProperties. run()
Method parameters in org.tmatesoft.svn.core.internal.wc2.remote with type arguments of type SVNProperties Modifier and Type Method Description static void
SvnRemoteGetProperties. 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 SVNProperties
SVNFileRevision. getProperties()
Deprecated.useSVNFileRevision.getRevisionProperties()
insteadSVNProperties
SVNFileRevision. getPropertiesDelta()
Returns file properties for this file (for this revision).SVNProperties
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 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 ISVNEditor
SVNRepository. 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 fromrevisionProperties
table.protected abstract ISVNEditor
SVNRepository. 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 long
SVNRepository. 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.Collection
SVNRepository. 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 long
SVNRepository. 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 long
SVNRepository. 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 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(java.lang.String inheritedFromPath, SVNProperties properties)
ISVNEditor
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 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 SVNProperties
DefaultSVNCommitHandler. getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties)
ReturnsrevisionProperties
as is if it's not null, or an emptySVNProperties
object ifrevisionProperties
is null.SVNProperties
ISVNCommitHandler. 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.SVNProperties
SVNEvent. getRevisionProperties()
SVNProperties
ISVNPropertyValueProvider. 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 void
DefaultSVNDiffGenerator. displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result)
Produces properties difference and writes it toresult
.void
ISVNDiffGenerator. displayPropDiff(java.lang.String path, SVNProperties baseProps, SVNProperties diff, java.io.OutputStream result)
Writes the differences in file properties to the specified output stream.SVNCommitInfo
SVNCommitClient. 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.SVNCommitInfo
SVNCommitClient. doCommit(SVNCommitPacket commitPacket, boolean keepLocks, boolean keepChangelist, java.lang.String commitMessage, SVNProperties revisionProperties)
Commits files or directories into repository.SVNCommitInfo
SVNCopyClient. doCopy(SVNCopySource[] sources, SVNURL dst, boolean isMove, boolean makeParents, boolean failWhenDstExists, java.lang.String commitMessage, SVNProperties revisionProperties)
Copies each source insources
todst
.SVNCommitInfo
SVNCopyClient. 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)
SVNCommitInfo
SVNCommitClient. doDelete(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties)
Deletes items from a repository.SVNCommitInfo
SVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient. doImport(java.io.File path, SVNURL dstURL, java.lang.String commitMessage, SVNProperties revisionProperties, boolean useGlobalIgnores, boolean ignoreUnknownNodeTypes, SVNDepth depth, boolean applyAutoProperties)
Imports file or directorypath
into repository directorydstURL
at HEAD revision.SVNCommitInfo
SVNCommitClient. doMkDir(SVNURL[] urls, java.lang.String commitMessage, SVNProperties revisionProperties, boolean makeParents)
Creates directory(ies) in a repository.SVNCommitInfo
SVNWCClient. doSetProperty(SVNURL url, java.lang.String propName, SVNPropertyValue propValue, SVNRevision baseRevision, java.lang.String commitMessage, SVNProperties revisionProperties, boolean skipChecks, ISVNPropertyHandler handler)
SetspropName
topropValue
onpath
.SVNProperties
DefaultSVNCommitHandler. getRevisionProperties(java.lang.String message, SVNCommitItem[] commitables, SVNProperties revisionProperties)
ReturnsrevisionProperties
as is if it's not null, or an emptySVNProperties
object ifrevisionProperties
is null.SVNProperties
ISVNCommitHandler. 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.SVNMergeResult
ISVNMerger. mergeProperties(java.lang.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.SVNProperties
ISVNPropertyValueProvider. providePropertyValues(java.io.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 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 SVNProperties
SVNLookClient. doGetProperties(java.io.File repositoryRoot, java.lang.String path, java.lang.String transactionName)
Returns versioned properties for the specified path in the given transaction.SVNProperties
SVNLookClient. doGetProperties(java.io.File repositoryRoot, java.lang.String path, SVNRevision revision)
Returns versioned properties for the specified path in the given revision.SVNProperties
SVNLookClient. doGetRevisionProperties(java.io.File repositoryRoot, java.lang.String transactionName)
Returns revision properties for the given transaction.SVNProperties
SVNLookClient. doGetRevisionProperties(java.io.File repositoryRoot, SVNRevision revision)
Returns revision properties in the given revision.static SVNProperties
SVNAdminClient. normalizeRevisionProperties(SVNProperties revProps)
Methods in org.tmatesoft.svn.core.wc.admin with parameters of type SVNProperties Modifier and Type Method Description void
SVNReplayHandler. handleEndRevision(long revision, SVNProperties revisionProperties, ISVNEditor editor)
ISVNEditor
SVNReplayHandler. handleStartRevision(long revision, SVNProperties revisionProperties)
static SVNProperties
SVNAdminClient. 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 SVNProperties
SvnMergeResult. getActualProperties()
Returns all merge actual (working) properties.SVNProperties
SvnMergeResult. getBaseProperties()
Returns all base (pristine) properties.SVNProperties
SvnAnnotateItem. getMergedRevisionProperties()
Gets properties of merge revision.SVNProperties
SvnInheritedProperties. getProperties()
SVNProperties
AbstractSvnCommit. getRevisionProperties()
Gets custom revision properties for the operation.SVNProperties
SvnAnnotateItem. getRevisionProperties()
Gets the properties of modification revision.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNProperties Modifier and Type Method Description SvnMergeResult
ISvnMerger. 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 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 SVNProperties Modifier and Type Method Description SVNProperties
ISvnCommitHandler. 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.SVNProperties
ISvnPropertyValueProvider. 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 SVNProperties
ISvnCommitHandler. 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.SVNProperties
ISvnPropertyValueProvider. providePropertyValues(java.io.File path, SVNProperties properties)
Defines local item's properties to be installed.
-