Uses of Class
org.tmatesoft.svn.core.internal.wc17.SVNWCContext
-
Packages that use SVNWCContext Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2 org.tmatesoft.svn.core.internal.wc2.compat org.tmatesoft.svn.core.internal.wc2.ng org.tmatesoft.svn.core.internal.wc2.old org.tmatesoft.svn.core.internal.wc2.patch org.tmatesoft.svn.core.wc2 NEW: this package contains command-style API to perform most of Subversion operations on the level of abstraction similar to that of the command line client. -
-
Uses of SVNWCContext in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNWCContext Modifier and Type Method Description static java.util.Map<java.lang.String,SVNPropertyValue>SVNExternalsUtil. resolvePinnedExternals(SVNWCContext context, SvnRepositoryAccess repositoryAccess, java.util.Map<SvnTarget,java.util.List<SVNExternal>> externalsToPin, SvnTarget pairSource, SvnTarget pairDst, long pairSourceRevision, SVNRepository svnRepository, SVNURL reposRootUrl) -
Uses of SVNWCContext in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as SVNWCContext Modifier and Type Field Description protected SVNWCContextSVNStatusEditor17. myWCContextMethods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCContext Modifier and Type Method Description static voidSVNWCUtils. admCleanupTmpArea(SVNWCContext context, java.io.File dirAbsPath)static SvnStatusSVNStatusEditor17. assembleStatus(SVNWCContext context, java.io.File localAbsPath, ISVNWCDb.WCDbRepositoryInfo parentReposInfo, ISVNWCDb.SVNWCDbInfo info, SVNNodeKind pathKind, boolean pathSpecial, boolean getAll, boolean ignoreTextMods, SVNLock repositoryLock)static SVNCommitInfoSVNCommitter17. commit(SVNWCContext context, java.util.Collection<java.io.File> tmpFiles, java.util.Map<java.lang.String,SvnCommitItem> committables, SVNURL repositoryRoot, ISVNEditor commitEditor, java.util.Map<java.io.File,SvnChecksum> md5Checksums, java.util.Map<java.io.File,SvnChecksum> sha1Checksums)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)static SvnStatusSVNStatusEditor17. internalStatus(SVNWCContext context, java.io.File localAbsPath)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 booleanSVNReporter17. restoreNode(SVNWCContext context, java.io.File local_abspath, ISVNWCDb.SVNWCDbKind kind, long target_rev, boolean useCommitTimes)voidSVNWCContext.RunBaseRemove. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunDirInstall. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunDirRemove. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunFileCommit. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunFileInstall. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunFileMove. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunFileRemove. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunFileTranslate. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunPostUpgrade. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunPrejInstall. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunRecordFileInfo. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunSetPropertyConflictMarkerTemp. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunSetTextConflictMarkersTemp. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunSyncFileFlags. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)voidSVNWCContext.RunWorkQueueOperation. runOperation(SVNWCContext ctx, java.io.File wcRootAbspath, SVNSkel workItem)static ISVNEditorSVNAmbientDepthFilterEditor17. wrap(SVNWCContext wcContext, java.io.File anchor, java.lang.String target, ISVNUpdateEditor editor, boolean depthIsSticky)Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNWCContext Constructor Description DefaultSvnMerger(SVNWCContext context)SVNAmbientDepthFilterEditor17(ISVNUpdateEditor editor, SVNWCContext wcContext, java.io.File anchor, java.lang.String target, boolean readBase)SVNCommitMediator17(SVNWCContext context, java.util.Map<java.lang.String,SvnCommitItem> committables)SVNCommitter17(SVNWCContext context, java.util.Map<java.lang.String,SvnCommitItem> committables, SVNURL repositoryRoot, java.util.Collection<java.io.File> tmpFiles, java.util.Map<java.io.File,SvnChecksum> md5Checksums, java.util.Map<java.io.File,SvnChecksum> sha1Checksums)SVNDiffEditor17(SVNWCContext wcContext, java.io.File workingCopyRoot, java.io.File localTarget, SVNDepth depth, boolean compareToBase, boolean reverseDiff, ISvnDiffCallback diffCallback, boolean useAncestry, java.util.Collection<java.lang.String> changeLists, boolean diffUnversioned, boolean diffCopiedAsAdded)SVNRemoteStatusEditor17(java.io.File anchorAbsPath, java.lang.String targetBaseName, SVNWCContext wcContext, ISVNOptions options, boolean includeIgnored, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> realHandler)SVNReporter17(java.io.File path, SVNWCContext wcContext, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, boolean isUseCommitTimes, ISVNDebugLog log)SVNStatusEditor17(java.io.File path, SVNWCContext wcContext, ISVNOptions options, boolean noIgnore, boolean reportAll, SVNDepth depth, ISvnObjectReceiver<SvnStatus> handler)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 SVNWCContext in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNWCContext Modifier and Type Method Description 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)static voidSvnWcDbRevert. dropRevertList(SVNWCContext context, java.io.File localAbsPath)static booleanSvnWcDbReader. hasLocalModifications(SVNWCContext context, java.io.File localAbspath)static voidSvnWcDbRevert. notifyRevert(SVNWCContext context, java.io.File localAbsPath, ISVNEventHandler eventHandler)static Structure<StructureFields.ExternalNodeInfo>SvnWcDbExternals. readExternal(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, StructureFields.ExternalNodeInfo... fields)static java.util.Map<java.io.File,ISVNWCDb.SVNWCDbKind>SvnWcDbRevert. readRevertCopiedChildren(SVNWCContext context, java.io.File localAbsPath)static Structure<SvnWcDbRevert.RevertInfo>SvnWcDbRevert. readRevertInfo(SVNWCContext context, java.io.File localAbsPath)static voidSvnWcDbRelocate. relocate(SVNWCContext context, java.io.File localAbspath, SVNURL from, SVNURL to, SvnWcDbRelocate.ISvnRelocateValidator validator)static voidSvnWcDbExternals. removeExternal(SVNWCContext context, java.io.File wriAbsPath, java.io.File localAbsPath)static voidSvnWcDbExternals. removeExternalNode(SVNWCContext context, java.io.File localAbsPath, java.io.File wriAbsPath, SVNSkel workItems)Constructors in org.tmatesoft.svn.core.internal.wc17.db with parameters of type SVNWCContext Constructor Description SvnExternalFileReporter(SVNWCContext context, java.io.File localAbsPath, boolean restoreFiles, boolean useCommitTimes) -
Uses of SVNWCContext in org.tmatesoft.svn.core.internal.wc2
Methods in org.tmatesoft.svn.core.internal.wc2 that return SVNWCContext Modifier and Type Method Description protected SVNWCContextSvnOperationRunner. getWcContext()protected SVNWCContextSvnRepositoryAccess. getWCContext()Methods in org.tmatesoft.svn.core.internal.wc2 with parameters of type SVNWCContext Modifier and Type Method Description abstract SvnCopySourceSvnRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)voidSvnOperationRunner. setWcContext(SVNWCContext context)Constructors in org.tmatesoft.svn.core.internal.wc2 with parameters of type SVNWCContext Constructor Description SvnRepositoryAccess(ISvnOperationOptionsProvider operationOptionsProvider, SVNWCContext context) -
Uses of SVNWCContext in org.tmatesoft.svn.core.internal.wc2.compat
Methods in org.tmatesoft.svn.core.internal.wc2.compat with parameters of type SVNWCContext Modifier and Type Method Description static SVNStatusSvnCodec. status(SVNWCContext context, SvnStatus status) -
Uses of SVNWCContext in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return SVNWCContext Modifier and Type Method Description SVNWCContextSvnDiffStatusReceiver. getContext()Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNWCContext 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)static voidSvnNgRemove. checkCanDelete(SvnOperationFactory opFactory, SVNWCContext context, java.io.File path)static SVNURLSvnNgLockUtil. collectLockInfo(SvnNgOperationRunner opRunner, SVNWCContext context, SvnNgRepositoryAccess wcAccess, java.util.Collection<SvnTarget> targets, java.util.Map lockInfo, java.util.Map lockPaths, boolean lock, boolean stealLock)protected booleanSvnNgWcToWcCopy. copy(SVNWCContext context, java.io.File source, java.io.File dst, boolean metadataOnly)static SvnNgRemoteDiffEditorSvnNgRemoteDiffEditor. createEditor(SVNWCContext context, java.io.File target, SVNDepth depth, SVNRepository repository, long revision, boolean walkDeletedDirs, boolean dryRun, boolean pureRemoteDiff, ISvnDiffCallback diffCallback, ISVNEventHandler handler)SvnCopySourceSvnNgRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)static voidSvnNgRemove. delete(SVNWCContext context, java.io.File path, java.io.File movedToAbsPath, boolean keepLocal, boolean deleteUnversioned, ISVNEventHandler handler)protected static voidSvnNgDiffUtil. diffBaseWorkingDiff(java.io.File localAbsPath, java.io.File relPath, long revision, java.util.Collection<java.lang.String> changeists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback)protected static voidSvnNgDiffUtil. diffLocalOnlyDirectory(java.io.File localAbsPath, java.io.File relPath, SVNDepth depth, java.util.Collection<java.lang.String> changelists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback)protected static voidSvnNgDiffUtil. diffLocalOnlyFile(java.io.File localAbsPath, java.io.File relPath, java.util.Collection<java.lang.String> changelists, boolean diffPristine, SVNWCContext context, ISvnDiffCallback2 callback)static voidSvnNgDiffUtil. doArbitraryNodesDiff(SvnTarget target1, SvnTarget target2, SVNDepth depth, SVNWCContext context, ISvnDiffCallback callback, ISVNCanceller canceller)static voidSvnNgDiffUtil. doDiffSummarizeReposWC(SvnTarget target1, SVNRevision revision1, SVNRevision pegRevision, SvnTarget target2, SVNRevision revision2, boolean reverse, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, boolean useGitDiffFormat, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, ISvnDiffGenerator generator, ISVNDiffStatusHandler handler, ISVNCanceller canceller)static voidSvnNgDiffUtil. doDiffWCWC(java.io.File localAbsPath, SvnNgRepositoryAccess repositoryAccess, SVNWCContext context, SVNDepth depth, boolean useAncestry, java.util.Collection<java.lang.String> changelists, boolean showCopiesAsAdds, boolean useGitDiffFormat, ISvnDiffGenerator generator, ISvnDiffCallback callback, ISVNCanceller canceller)protected SVNCommitInfoSvnNgCommit. doRun(SVNWCContext context, SvnCommitPacket packet)protected SVNCommitInfoSvnNgWcToReposCopy. doRun(SVNWCContext context, SVNURL target)voidSvnNgDowngrade. downgrade(SVNWCContext context, java.io.File localAbsPath)static voidSvnNgMergeinfoUtil. elideMergeInfo(SVNWCContext context, SVNRepository repos, java.io.File targetAbsPath, java.io.File limitAbsPath)static java.util.Collection<java.lang.String>SvnNgPropertiesManager. getEffectiveIgnores(SVNWCContext context, java.io.File absPath, java.util.Collection<java.lang.String> globalIgnores)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,java.util.Map<java.lang.String,SVNMergeRangeList>>SvnNgMergeinfoUtil. getMergeInfo(SVNWCContext context, SvnRepositoryAccess repoAccess, SvnTarget target, boolean includeDescendants, boolean ignoreInvalidMergeInfo, SVNURL[] root)static SvnNgMergeinfoUtil.SvnMergeInfoInfoSvnNgMergeinfoUtil. getWCMergeInfo(SVNWCContext context, java.io.File localAbsPath, java.io.File limitAbsPath, SVNMergeInfoInheritance inheritance, boolean ignoreInvalidMergeInfo)static java.util.Map<java.lang.String,SVNMergeRangeList>SvnNgMergeinfoUtil. getWCOrReposMergeInfo(SVNWCContext context, java.io.File wcPath, SVNRepository repository, boolean reposOnly, SVNMergeInfoInheritance inheritance)static voidSvnNgCommitUtil. harvestCommittables(SVNWCContext context, java.io.File localAbsPath, SvnCommitPacket committables, java.util.Map<SVNURL,java.lang.String> lockTokens, SVNURL repositoryRootUrl, java.io.File copyModeRelPath, boolean copyModeRoot, SVNDepth depth, boolean justLocked, java.util.Collection<java.lang.String> changelists, java.util.Map<java.io.File,java.io.File> danglers, boolean skipFiles, boolean skipDirs, org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File,java.lang.String> externalsStorage, ISVNEventHandler eventHandler)static SvnCommitPacketSvnNgCommitUtil. harvestCommittables(SVNWCContext context, SvnCommitPacket packet, java.util.Map<SVNURL,java.lang.String> lockTokens, java.io.File baseDirPath, java.util.Collection<java.lang.String> targets, int depthEmptyStart, SVNDepth depth, boolean justLocked, java.util.Collection<java.lang.String> changelists, org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File,java.lang.String> externalsStorage)static SvnCommitPacketSvnNgCommitUtil. harvestCopyCommitables(SVNWCContext context, java.io.File path, SVNURL dst, SvnCommitPacket packet, org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback, ISvnCommitParameters commitParameters, java.util.Map<java.io.File,java.lang.String> externalsStorage)voidSvnNgWcToWcCopy. move(SVNWCContext context, java.io.File source, java.io.File dst, boolean metadataOnly)static voidSvnNgCleanup. repairTimestamps(SVNWCContext wcContext, java.io.File localAbsPath)static voidSvnNgRevert. restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier)static voidSvnNgRevert. restore(SVNWCContext context, java.io.File localAbsPath, SVNDepth depth, boolean useCommitTimes, boolean revertRoot, ISVNEventHandler notifier, java.util.Set<java.io.File> modifiedCopiesThatShouldBePreserved)protected java.lang.VoidSvnNgAdd. run(SVNWCContext context)protected java.lang.VoidSvnNgCanonicalizeUrls. run(SVNWCContext context)protected java.lang.VoidSvnNgCat. run(SVNWCContext context)protected java.lang.LongSvnNgCheckout. run(SVNWCContext context)protected java.lang.VoidSvnNgCleanup. run(SVNWCContext context)protected SVNCommitInfoSvnNgCommit. run(SVNWCContext context)protected java.lang.VoidSvnNgDiff. run(SVNWCContext context)protected SvnDiffStatusSvnNgDiffSummarize. run(SVNWCContext context)protected SvnWcGenerationSvnNgDowngrade. run(SVNWCContext context)protected java.lang.LongSvnNgExport. run(SVNWCContext context)protected java.lang.StringSvnNgGetChangelistPaths. run(SVNWCContext context)protected SvnInfoSvnNgGetInfo. run(SVNWCContext context)protected java.util.Map<SVNURL,SVNMergeRangeList>SvnNgGetMergeInfo. run(SVNWCContext context)protected SVNPropertiesSvnNgGetProperties. run(SVNWCContext context)protected SVNPropertiesSvnNgGetProperties. run(SVNWCContext context, java.io.File target)protected SvnStatusSvnNgGetStatus. run(SVNWCContext context)protected SvnStatusSummarySvnNgGetStatusSummary. run(SVNWCContext context)protected SVNLogEntrySvnNgLogMergeInfo. run(SVNWCContext context)protected java.lang.VoidSvnNgMarkReplaced. run(SVNWCContext context)protected java.lang.VoidSvnNgMerge. run(SVNWCContext context)protected java.lang.VoidSvnNgMergePegged. run(SVNWCContext context)protected java.lang.VoidSvnNgMergeReintegrate. run(SVNWCContext context)protected abstract VSvnNgOperationRunner. run(SVNWCContext context)protected java.lang.VoidSvnNgPatch. run(SVNWCContext context)protected SVNURLSvnNgRelocate. run(SVNWCContext context)protected java.lang.VoidSvnNgRemove. run(SVNWCContext context)protected java.lang.VoidSvnNgReposToWcCopy. run(SVNWCContext context)protected java.lang.VoidSvnNgResolve. run(SVNWCContext context)protected java.lang.VoidSvnNgRevert. run(SVNWCContext context)protected java.lang.VoidSvnNgSetChangelist. run(SVNWCContext context)protected SVNLockSvnNgSetLock. run(SVNWCContext context)protected SVNPropertyDataSvnNgSetProperty. run(SVNWCContext context)protected java.util.Collection<SVNURL>SvnNgSuggestMergeSources. run(SVNWCContext context)protected java.lang.LongSvnNgSwitch. run(SVNWCContext context)protected SVNLockSvnNgUnlock. run(SVNWCContext context)protected long[]SvnNgUpdate. run(SVNWCContext context)protected SvnWcGenerationSvnNgUpgrade. run(SVNWCContext context)protected SVNCommitInfoSvnNgWcToReposCopy. run(SVNWCContext context)protected java.lang.VoidSvnNgWcToWcCopy. run(SVNWCContext context)static voidSvnNgPropertiesManager. setAutoProperties(SVNWCContext context, java.io.File path, SVNProperties properties, ISvnAddParameters addParameters, java.lang.Runnable onValidationError)static voidSvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, java.util.Collection<java.lang.String> changelists)static voidSvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists)static voidSvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, java.lang.String propertyName, SVNPropertyValue propertyValue, ISvnPropertyValueProvider pvProvider, SVNDepth depth, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver, java.util.Collection<java.lang.String> changelists)static voidSvnNgPropertiesManager. setProperty(SVNWCContext context, java.io.File path, SVNNodeKind kind, java.lang.String propertyName, SVNPropertyValue value, ISvnPropertyValueProvider pvProvider, boolean skipChecks, ISVNEventHandler eventHandler, ISvnObjectReceiver<SVNPropertyData> receiver)protected booleanSvnNgWcToWcCopy. tryRun(SVNWCContext context, java.util.Collection<SvnCopySource> sources, java.io.File target)protected longSvnNgAbstractUpdate. update(SVNWCContext wcContext, java.io.File localAbspath, SVNRevision revision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean addsAsMoodifications, boolean makeParents, boolean innerUpdate, boolean sleepForTimestamp)protected longSvnNgAbstractUpdate. updateInternal(SVNWCContext wcContext, java.io.File localAbspath, java.io.File anchorAbspath, SVNRevision revision, SVNDepth depth, boolean depthIsSticky, boolean ignoreExternals, boolean allowUnversionedObstructions, boolean addsAsMoodifications, boolean sleepForTimestamp, boolean notifySummary, ISVNConflictHandler conflictHandler)Constructors in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type SVNWCContext Constructor Description SvnDiffEditor(java.io.File anchorAbspath, java.lang.String target, ISvnDiffCallback callback, SVNDepth depth, SVNWCContext context, boolean reverseOrder, boolean useTextBase, boolean showCopiesAsAdds, boolean ignoreAncestry, java.util.Collection<java.lang.String> changelists, boolean useGitDiffFormat, ISVNCanceller canceller)SvnDiffStatusReceiver(SVNWCContext context, java.io.File anchor, ISVNWCDb db, ISvnDiffCallback callback, boolean ignoreAncestry, boolean showCopiesAsAdds, boolean gitFormat, java.util.Collection<java.lang.String> changelists)SvnNgMergeCallback2(SVNWCContext context, SvnNgMergeDriver mergeDriver, SvnNgRepositoryAccess repositoryAccess)SvnNgMergeDriver(SVNWCContext context, SvnMerge operation, SvnNgRepositoryAccess repositoryAccess, SVNDiffOptions diffOptions)SvnNgRemoteMergeEditor(java.io.File target, SVNWCContext context, SVNRepository repository, long revision, ISvnDiffCallback2 processor, boolean textDeltas)SvnNgRepositoryAccess(ISvnOperationOptionsProvider operationOptionsProvider, SVNWCContext context) -
Uses of SVNWCContext in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNWCContext Modifier and Type Method Description SvnCopySourceSvnOldRepositoryAccess. createRemoteCopySource(SVNWCContext context, SvnCopySource localCopySource)static voidSvnOldUpgrade. wipePostUpgrade(SVNWCContext ctx, java.io.File dirAbsPath, boolean isWholeAdmin) -
Uses of SVNWCContext in org.tmatesoft.svn.core.internal.wc2.patch
Methods in org.tmatesoft.svn.core.internal.wc2.patch with parameters of type SVNWCContext Modifier and Type Method Description static SvnPatchTargetSvnPatchTarget. applyPatch(SvnPatch patch, java.io.File workingCopyDirectory, int stripCount, SVNWCContext context, boolean ignoreWhitespace, boolean removeTempFiles)static SvnPropertiesPatchTargetSvnPropertiesPatchTarget. initPropTarget(java.lang.String propName, SvnDiffCallback.OperationKind operation, SVNWCContext context, java.io.File absPath)voidSvnPatchTarget. installPatchedPropTarget(boolean dryRun, SVNWCContext context)voidSvnPatchTarget. installPatchedTarget(java.io.File workingCopyDirectory, boolean dryRun, SVNWCContext context)voidSvnPatchTarget. sendPatchNotification(SVNWCContext context) -
Uses of SVNWCContext in org.tmatesoft.svn.core.wc2
Methods in org.tmatesoft.svn.core.wc2 that return SVNWCContext Modifier and Type Method Description SVNWCContextSvnOperationFactory. getWcContext()Returns working copy context.Methods in org.tmatesoft.svn.core.wc2 with parameters of type SVNWCContext Modifier and Type Method Description voidISvnOperationRunner. setWcContext(SVNWCContext context)Sets operation's contextConstructors in org.tmatesoft.svn.core.wc2 with parameters of type SVNWCContext Constructor Description SvnOperationFactory(SVNWCContext context)Creates operation factory and initializes it withcontext.
-