Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNWCContext.MergePropertiesInfo
Packages that use SVNWCContext.MergePropertiesInfo
-
Uses of SVNWCContext.MergePropertiesInfo in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNWCContext.MergePropertiesInfoModifier and TypeMethodDescriptionSVNWCContext.mergeProperties
(File localAbsPath, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties baseProperties, SVNProperties propChanges, boolean dryRun, ISVNConflictHandler conflictResolver) SVNWCContext.mergeProperties2
(SVNWCContext.MergePropertiesInfo mergeInfo, File localAbsPath, ISVNWCDb.SVNWCDbKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver) SVNWCContext.mergeProperties3
(SVNWCContext.MergePropertiesInfo mergePropertiesInfo, File localAbsPath, SVNProperties serverBaseProps, SVNProperties pristineProps, SVNProperties actualProps, SVNProperties propChanges) Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCContext.MergePropertiesInfoModifier and TypeMethodDescriptionSVNWCContext.mergeProperties2
(SVNWCContext.MergePropertiesInfo mergeInfo, File localAbsPath, ISVNWCDb.SVNWCDbKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver) SVNWCContext.mergeProperties3
(SVNWCContext.MergePropertiesInfo mergePropertiesInfo, File localAbsPath, SVNProperties serverBaseProps, SVNProperties pristineProps, SVNProperties actualProps, SVNProperties propChanges) -
Uses of SVNWCContext.MergePropertiesInfo in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNWCContext.MergePropertiesInfoModifier and TypeMethodDescriptionprivate SVNWCContext.MergePropertiesInfo
SvnNgMergeCallback.mergePropChanges
(File localAbsPath, SVNProperties propChanges, SVNProperties originalProperties)