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.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,SVNPropertyValue> |
SVNExternalsUtil.resolvePinnedExternals(SVNWCContext context,
SvnRepositoryAccess repositoryAccess,
Map<SvnTarget,List<SVNExternal>> externalsToPin,
SvnTarget pairSource,
SvnTarget pairDst,
long pairSourceRevision,
SVNRepository svnRepository,
SVNURL reposRootUrl) |
Modifier and Type | Field and Description |
---|---|
protected SVNWCContext |
SVNStatusEditor17.myWCContext |
Modifier and Type | Method and Description |
---|---|
static void |
SVNWCUtils.admCleanupTmpArea(SVNWCContext context,
File dirAbsPath) |
static SvnStatus |
SVNStatusEditor17.assembleStatus(SVNWCContext context,
File localAbsPath,
ISVNWCDb.WCDbRepositoryInfo parentReposInfo,
ISVNWCDb.SVNWCDbInfo info,
SVNNodeKind pathKind,
boolean pathSpecial,
boolean getAll,
boolean ignoreTextMods,
SVNLock repositoryLock) |
static SVNCommitInfo |
SVNCommitter17.commit(SVNWCContext context,
Collection<File> tmpFiles,
Map<String,SvnCommitItem> committables,
SVNURL repositoryRoot,
ISVNEditor commitEditor,
Map<File,SvnChecksum> md5Checksums,
Map<File,SvnChecksum> sha1Checksums) |
static ISVNUpdateEditor |
SVNUpdateEditor17.createUpdateEditor(SVNWCContext wcContext,
File anchorAbspath,
String target,
Map<File,Map<String,SVNProperties>> inheritableProperties,
SVNURL reposRoot,
SVNURL switchURL,
SVNExternalsStore externalsStore,
boolean allowUnversionedObstructions,
boolean depthIsSticky,
SVNDepth depth,
String[] preservedExts,
ISVNDirFetcher dirFetcher) |
static ISVNUpdateEditor |
SVNUpdateEditor17.createUpdateEditor(SVNWCContext context,
long targetRevision,
File anchorAbspath,
String targetName,
Map<File,Map<String,SVNProperties>> inheritableProperties,
boolean useCommitTimes,
SVNURL switchURL,
SVNDepth depth,
boolean depthIsSticky,
boolean allowUnversionedObstructions,
boolean addsAsModifications,
boolean serverPerformsFiltering,
boolean cleanCheckout,
ISVNDirFetcher dirFetcher,
SVNExternalsStore externalsStore,
String[] preservedExtensions,
ISVNConflictHandler conflictHandler) |
static SvnStatus |
SVNStatusEditor17.internalStatus(SVNWCContext context,
File localAbsPath) |
static SVNWCContext.MergeInfo |
SVNUpdateEditor17.performFileMerge(SVNWCContext.MergeInfo mergeInfo,
SVNWCContext context,
File localAbsPath,
File wriAbsPath,
SvnChecksum newChecksum,
SvnChecksum originalChecksum,
SVNProperties actualProperties,
String[] extPatterns,
long oldRevision,
long targetRevision,
SVNProperties propChanges) |
static boolean |
SVNReporter17.restoreNode(SVNWCContext context,
File local_abspath,
ISVNWCDb.SVNWCDbKind kind,
long target_rev,
boolean useCommitTimes) |
void |
SVNWCContext.RunWorkQueueOperation.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunBaseRemove.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunFileInstall.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunFileCommit.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunFileRemove.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunFileMove.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunFileTranslate.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunSyncFileFlags.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunPrejInstall.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunDirRemove.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunDirInstall.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunRecordFileInfo.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunSetTextConflictMarkersTemp.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunSetPropertyConflictMarkerTemp.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
void |
SVNWCContext.RunPostUpgrade.runOperation(SVNWCContext ctx,
File wcRootAbspath,
SVNSkel workItem) |
static ISVNEditor |
SVNAmbientDepthFilterEditor17.wrap(SVNWCContext wcContext,
File anchor,
String target,
ISVNUpdateEditor editor,
boolean depthIsSticky) |
Constructor and Description |
---|
DefaultSvnMerger(SVNWCContext context) |
SVNAmbientDepthFilterEditor17(ISVNUpdateEditor editor,
SVNWCContext wcContext,
File anchor,
String target,
boolean readBase) |
SVNCommitMediator17(SVNWCContext context,
Map<String,SvnCommitItem> committables) |
SVNCommitter17(SVNWCContext context,
Map<String,SvnCommitItem> committables,
SVNURL repositoryRoot,
Collection<File> tmpFiles,
Map<File,SvnChecksum> md5Checksums,
Map<File,SvnChecksum> sha1Checksums) |
SVNDiffEditor17(SVNWCContext wcContext,
File workingCopyRoot,
File localTarget,
SVNDepth depth,
boolean compareToBase,
boolean reverseDiff,
ISvnDiffCallback diffCallback,
boolean useAncestry,
Collection<String> changeLists,
boolean diffUnversioned,
boolean diffCopiedAsAdded) |
SVNRemoteStatusEditor17(File anchorAbsPath,
String targetBaseName,
SVNWCContext wcContext,
ISVNOptions options,
boolean includeIgnored,
boolean reportAll,
SVNDepth depth,
ISvnObjectReceiver<SvnStatus> realHandler) |
SVNReporter17(File path,
SVNWCContext wcContext,
boolean restoreFiles,
boolean useDepthCompatibilityTrick,
SVNDepth depth,
boolean lockOnDemand,
boolean isStatus,
boolean isHonorDepthExclude,
boolean isUseCommitTimes,
ISVNDebugLog log) |
SVNStatusEditor17(File path,
SVNWCContext wcContext,
ISVNOptions options,
boolean noIgnore,
boolean reportAll,
SVNDepth depth,
ISvnObjectReceiver<SvnStatus> handler) |
SVNUpdateEditor17(SVNWCContext wcContext,
File anchorAbspath,
String targetBasename,
Map<File,Map<String,SVNProperties>> inheritableProperties,
SVNURL reposRootUrl,
String reposUuid,
SVNURL switchURL,
SVNExternalsStore externalsStore,
boolean allowUnversionedObstructions,
boolean depthIsSticky,
SVNDepth depth,
String[] preservedExts,
ISVNDirFetcher dirFetcher) |
Modifier and Type | Method and Description |
---|---|
static void |
SvnWcDbExternals.addExternalFile(SVNWCContext context,
File localAbsPath,
File wriAbsPath,
File reposRelPath,
SVNURL reposRootUrl,
String reposUuid,
long targetRevision,
SVNProperties newPristineProperties,
Map<String,SVNProperties> iprops,
long changedRev,
SVNDate changedDate,
String changedAuthor,
SvnChecksum newChecksum,
SVNProperties davCache,
File recordAncestorAbspath,
File recordedReposRelPath,
long recordedPegRevision,
long recordedRevision,
boolean updateActualProperties,
SVNProperties newActualProperties,
boolean keepRecordedInfo,
SVNSkel conflictSkel,
SVNSkel allWorkItems) |
static ISVNUpdateEditor |
SvnExternalUpdateEditor.createEditor(SVNWCContext context,
File localAbsPath,
File wriAbsPath,
SVNURL url,
SVNURL reposRootUrl,
String reposUuid,
Map<String,SVNProperties> iprops,
boolean useCommitTimes,
String[] preservedExts,
File recordAncestorAbsPath,
SVNURL recordedUrl,
SVNRevision recordedPegRev,
SVNRevision recordedRev) |
static void |
SvnWcDbRevert.dropRevertList(SVNWCContext context,
File localAbsPath) |
static boolean |
SvnWcDbReader.hasLocalModifications(SVNWCContext context,
File localAbspath) |
static void |
SvnWcDbRevert.notifyRevert(SVNWCContext context,
File localAbsPath,
ISVNEventHandler eventHandler) |
static Structure<StructureFields.ExternalNodeInfo> |
SvnWcDbExternals.readExternal(SVNWCContext context,
File localAbsPath,
File wriAbsPath,
StructureFields.ExternalNodeInfo... fields) |
static Map<File,ISVNWCDb.SVNWCDbKind> |
SvnWcDbRevert.readRevertCopiedChildren(SVNWCContext context,
File localAbsPath) |
static Structure<SvnWcDbRevert.RevertInfo> |
SvnWcDbRevert.readRevertInfo(SVNWCContext context,
File localAbsPath) |
static void |
SvnWcDbRelocate.relocate(SVNWCContext context,
File localAbspath,
SVNURL from,
SVNURL to,
SvnWcDbRelocate.ISvnRelocateValidator validator) |
static void |
SvnWcDbExternals.removeExternal(SVNWCContext context,
File wriAbsPath,
File localAbsPath) |
static void |
SvnWcDbExternals.removeExternalNode(SVNWCContext context,
File localAbsPath,
File wriAbsPath,
SVNSkel workItems) |
Constructor and Description |
---|
SvnExternalFileReporter(SVNWCContext context,
File localAbsPath,
boolean restoreFiles,
boolean useCommitTimes) |
Modifier and Type | Method and Description |
---|---|
protected SVNWCContext |
SvnOperationRunner.getWcContext() |
protected SVNWCContext |
SvnRepositoryAccess.getWCContext() |
Modifier and Type | Method and Description |
---|---|
abstract SvnCopySource |
SvnRepositoryAccess.createRemoteCopySource(SVNWCContext context,
SvnCopySource localCopySource) |
void |
SvnOperationRunner.setWcContext(SVNWCContext context) |
Constructor and Description |
---|
SvnRepositoryAccess(ISvnOperationOptionsProvider operationOptionsProvider,
SVNWCContext context) |
Modifier and Type | Method and Description |
---|---|
static SVNStatus |
SvnCodec.status(SVNWCContext context,
SvnStatus status) |
Modifier and Type | Method and Description |
---|---|
SVNWCContext |
SvnDiffStatusReceiver.getContext() |
Modifier and Type | Method and Description |
---|---|
static void |
SvnNgReposToWcCopy.addFileToWc(SVNWCContext context,
File path,
InputStream newBaseContents,
InputStream newContents,
SVNProperties newBaseProps,
SVNProperties newProps,
SVNURL copyFromURL,
long copyFromRev) |
static void |
SvnNgRemove.checkCanDelete(SvnOperationFactory opFactory,
SVNWCContext context,
File path) |
static SVNURL |
SvnNgLockUtil.collectLockInfo(SvnNgOperationRunner opRunner,
SVNWCContext context,
SvnNgRepositoryAccess wcAccess,
Collection<SvnTarget> targets,
Map lockInfo,
Map lockPaths,
boolean lock,
boolean stealLock) |
protected boolean |
SvnNgWcToWcCopy.copy(SVNWCContext context,
File source,
File dst,
boolean metadataOnly) |
static SvnNgRemoteDiffEditor |
SvnNgRemoteDiffEditor.createEditor(SVNWCContext context,
File target,
SVNDepth depth,
SVNRepository repository,
long revision,
boolean walkDeletedDirs,
boolean dryRun,
boolean pureRemoteDiff,
ISvnDiffCallback diffCallback,
ISVNEventHandler handler) |
SvnCopySource |
SvnNgRepositoryAccess.createRemoteCopySource(SVNWCContext context,
SvnCopySource localCopySource) |
static void |
SvnNgRemove.delete(SVNWCContext context,
File path,
File movedToAbsPath,
boolean keepLocal,
boolean deleteUnversioned,
ISVNEventHandler handler) |
protected static void |
SvnNgDiffUtil.diffBaseWorkingDiff(File localAbsPath,
File relPath,
long revision,
Collection<String> changeists,
boolean diffPristine,
SVNWCContext context,
ISvnDiffCallback2 callback) |
protected static void |
SvnNgDiffUtil.diffLocalOnlyDirectory(File localAbsPath,
File relPath,
SVNDepth depth,
Collection<String> changelists,
boolean diffPristine,
SVNWCContext context,
ISvnDiffCallback2 callback) |
protected static void |
SvnNgDiffUtil.diffLocalOnlyFile(File localAbsPath,
File relPath,
Collection<String> changelists,
boolean diffPristine,
SVNWCContext context,
ISvnDiffCallback2 callback) |
static void |
SvnNgDiffUtil.doArbitraryNodesDiff(SvnTarget target1,
SvnTarget target2,
SVNDepth depth,
SVNWCContext context,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
static void |
SvnNgDiffUtil.doDiffSummarizeReposWC(SvnTarget target1,
SVNRevision revision1,
SVNRevision pegRevision,
SvnTarget target2,
SVNRevision revision2,
boolean reverse,
SvnNgRepositoryAccess repositoryAccess,
SVNWCContext context,
boolean useGitDiffFormat,
SVNDepth depth,
boolean useAncestry,
Collection<String> changelists,
boolean showCopiesAsAdds,
ISvnDiffGenerator generator,
ISVNDiffStatusHandler handler,
ISVNCanceller canceller) |
static void |
SvnNgDiffUtil.doDiffWCWC(File localAbsPath,
SvnNgRepositoryAccess repositoryAccess,
SVNWCContext context,
SVNDepth depth,
boolean useAncestry,
Collection<String> changelists,
boolean showCopiesAsAdds,
boolean useGitDiffFormat,
ISvnDiffGenerator generator,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
protected SVNCommitInfo |
SvnNgCommit.doRun(SVNWCContext context,
SvnCommitPacket packet) |
protected SVNCommitInfo |
SvnNgWcToReposCopy.doRun(SVNWCContext context,
SVNURL target) |
void |
SvnNgDowngrade.downgrade(SVNWCContext context,
File localAbsPath) |
static void |
SvnNgMergeinfoUtil.elideMergeInfo(SVNWCContext context,
SVNRepository repos,
File targetAbsPath,
File limitAbsPath) |
static Collection<String> |
SvnNgPropertiesManager.getEffectiveIgnores(SVNWCContext context,
File absPath,
Collection<String> globalIgnores) |
static Map<File,Map<String,SVNProperties>> |
SvnNgInheritableProperties.getInheritalbeProperites(SVNWCContext context,
SVNRepository repository,
File localAbsPath,
long revision,
SVNDepth depth) |
static Map<String,Map<String,SVNMergeRangeList>> |
SvnNgMergeinfoUtil.getMergeInfo(SVNWCContext context,
SvnRepositoryAccess repoAccess,
SvnTarget target,
boolean includeDescendants,
boolean ignoreInvalidMergeInfo,
SVNURL[] root) |
static SvnNgMergeinfoUtil.SvnMergeInfoInfo |
SvnNgMergeinfoUtil.getWCMergeInfo(SVNWCContext context,
File localAbsPath,
File limitAbsPath,
SVNMergeInfoInheritance inheritance,
boolean ignoreInvalidMergeInfo) |
static Map<String,SVNMergeRangeList> |
SvnNgMergeinfoUtil.getWCOrReposMergeInfo(SVNWCContext context,
File wcPath,
SVNRepository repository,
boolean reposOnly,
SVNMergeInfoInheritance inheritance) |
static void |
SvnNgCommitUtil.harvestCommittables(SVNWCContext context,
File localAbsPath,
SvnCommitPacket committables,
Map<SVNURL,String> lockTokens,
SVNURL repositoryRootUrl,
File copyModeRelPath,
boolean copyModeRoot,
SVNDepth depth,
boolean justLocked,
Collection<String> changelists,
Map<File,File> danglers,
boolean skipFiles,
boolean skipDirs,
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback,
ISvnCommitParameters commitParameters,
Map<File,String> externalsStorage,
ISVNEventHandler eventHandler) |
static SvnCommitPacket |
SvnNgCommitUtil.harvestCommittables(SVNWCContext context,
SvnCommitPacket packet,
Map<SVNURL,String> lockTokens,
File baseDirPath,
Collection<String> targets,
int depthEmptyStart,
SVNDepth depth,
boolean justLocked,
Collection<String> changelists,
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback,
ISvnCommitParameters commitParameters,
Map<File,String> externalsStorage) |
static SvnCommitPacket |
SvnNgCommitUtil.harvestCopyCommitables(SVNWCContext context,
File path,
SVNURL dst,
SvnCommitPacket packet,
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback,
ISvnCommitParameters commitParameters,
Map<File,String> externalsStorage) |
void |
SvnNgWcToWcCopy.move(SVNWCContext context,
File source,
File dst,
boolean metadataOnly) |
static void |
SvnNgCleanup.repairTimestamps(SVNWCContext wcContext,
File localAbsPath) |
static void |
SvnNgRevert.restore(SVNWCContext context,
File localAbsPath,
SVNDepth depth,
boolean useCommitTimes,
boolean revertRoot,
ISVNEventHandler notifier) |
static void |
SvnNgRevert.restore(SVNWCContext context,
File localAbsPath,
SVNDepth depth,
boolean useCommitTimes,
boolean revertRoot,
ISVNEventHandler notifier,
Set<File> modifiedCopiesThatShouldBePreserved) |
protected abstract V |
SvnNgOperationRunner.run(SVNWCContext context) |
protected SvnWcGeneration |
SvnNgDowngrade.run(SVNWCContext context) |
protected SVNCommitInfo |
SvnNgCommit.run(SVNWCContext context) |
protected SVNPropertyData |
SvnNgSetProperty.run(SVNWCContext context) |
protected Void |
SvnNgResolve.run(SVNWCContext context) |
protected SVNProperties |
SvnNgGetProperties.run(SVNWCContext context) |
protected Void |
SvnNgAdd.run(SVNWCContext context) |
protected Void |
SvnNgDiff.run(SVNWCContext context) |
protected Long |
SvnNgCheckout.run(SVNWCContext context) |
protected SvnDiffStatus |
SvnNgDiffSummarize.run(SVNWCContext context) |
protected long[] |
SvnNgUpdate.run(SVNWCContext context) |
protected SVNLock |
SvnNgSetLock.run(SVNWCContext context) |
protected SVNLogEntry |
SvnNgLogMergeInfo.run(SVNWCContext context) |
protected Void |
SvnNgMergeReintegrate.run(SVNWCContext context) |
protected Void |
SvnNgMerge.run(SVNWCContext context) |
protected Map<SVNURL,SVNMergeRangeList> |
SvnNgGetMergeInfo.run(SVNWCContext context) |
protected String |
SvnNgGetChangelistPaths.run(SVNWCContext context) |
protected Void |
SvnNgMergePegged.run(SVNWCContext context) |
protected SvnStatus |
SvnNgGetStatus.run(SVNWCContext context) |
protected Long |
SvnNgSwitch.run(SVNWCContext context) |
protected SVNURL |
SvnNgRelocate.run(SVNWCContext context) |
protected Void |
SvnNgReposToWcCopy.run(SVNWCContext context) |
protected Void |
SvnNgPatch.run(SVNWCContext context) |
protected SvnStatusSummary |
SvnNgGetStatusSummary.run(SVNWCContext context) |
protected Collection<SVNURL> |
SvnNgSuggestMergeSources.run(SVNWCContext context) |
protected Void |
SvnNgRemove.run(SVNWCContext context) |
protected SvnWcGeneration |
SvnNgUpgrade.run(SVNWCContext context) |
protected SVNCommitInfo |
SvnNgWcToReposCopy.run(SVNWCContext context) |
protected Void |
SvnNgSetChangelist.run(SVNWCContext context) |
protected SvnInfo |
SvnNgGetInfo.run(SVNWCContext context) |
protected Void |
SvnNgRevert.run(SVNWCContext context) |
protected Long |
SvnNgExport.run(SVNWCContext context) |
protected Void |
SvnNgCleanup.run(SVNWCContext context) |
protected Void |
SvnNgCat.run(SVNWCContext context) |
protected Void |
SvnNgCanonicalizeUrls.run(SVNWCContext context) |
protected SVNLock |
SvnNgUnlock.run(SVNWCContext context) |
protected Void |
SvnNgWcToWcCopy.run(SVNWCContext context) |
protected Void |
SvnNgMarkReplaced.run(SVNWCContext context) |
protected SVNProperties |
SvnNgGetProperties.run(SVNWCContext context,
File target) |
static void |
SvnNgPropertiesManager.setAutoProperties(SVNWCContext context,
File path,
SVNProperties properties,
ISvnAddParameters addParameters,
Runnable onValidationError) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
String propertyName,
SVNPropertyValue propertyValue,
ISvnPropertyValueProvider pvProvider,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
Collection<String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
String propertyName,
SVNPropertyValue propertyValue,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
Collection<String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
String propertyName,
SVNPropertyValue propertyValue,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
Collection<String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
SVNNodeKind kind,
String propertyName,
SVNPropertyValue value,
ISvnPropertyValueProvider pvProvider,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver) |
protected boolean |
SvnNgWcToWcCopy.tryRun(SVNWCContext context,
Collection<SvnCopySource> sources,
File target) |
protected long |
SvnNgAbstractUpdate.update(SVNWCContext wcContext,
File localAbspath,
SVNRevision revision,
SVNDepth depth,
boolean depthIsSticky,
boolean ignoreExternals,
boolean allowUnversionedObstructions,
boolean addsAsMoodifications,
boolean makeParents,
boolean innerUpdate,
boolean sleepForTimestamp) |
protected long |
SvnNgAbstractUpdate.updateInternal(SVNWCContext wcContext,
File localAbspath,
File anchorAbspath,
SVNRevision revision,
SVNDepth depth,
boolean depthIsSticky,
boolean ignoreExternals,
boolean allowUnversionedObstructions,
boolean addsAsMoodifications,
boolean sleepForTimestamp,
boolean notifySummary,
ISVNConflictHandler conflictHandler) |
Constructor and Description |
---|
SvnDiffEditor(File anchorAbspath,
String target,
ISvnDiffCallback callback,
SVNDepth depth,
SVNWCContext context,
boolean reverseOrder,
boolean useTextBase,
boolean showCopiesAsAdds,
boolean ignoreAncestry,
Collection<String> changelists,
boolean useGitDiffFormat,
ISVNCanceller canceller) |
SvnDiffStatusReceiver(SVNWCContext context,
File anchor,
ISVNWCDb db,
ISvnDiffCallback callback,
boolean ignoreAncestry,
boolean showCopiesAsAdds,
boolean gitFormat,
Collection<String> changelists) |
SvnNgMergeCallback2(SVNWCContext context,
SvnNgMergeDriver mergeDriver,
SvnNgRepositoryAccess repositoryAccess) |
SvnNgMergeDriver(SVNWCContext context,
SvnMerge operation,
SvnNgRepositoryAccess repositoryAccess,
SVNDiffOptions diffOptions) |
SvnNgRemoteMergeEditor(File target,
SVNWCContext context,
SVNRepository repository,
long revision,
ISvnDiffCallback2 processor,
boolean textDeltas) |
SvnNgRepositoryAccess(ISvnOperationOptionsProvider operationOptionsProvider,
SVNWCContext context) |
Modifier and Type | Method and Description |
---|---|
SvnCopySource |
SvnOldRepositoryAccess.createRemoteCopySource(SVNWCContext context,
SvnCopySource localCopySource) |
static void |
SvnOldUpgrade.wipePostUpgrade(SVNWCContext ctx,
File dirAbsPath,
boolean isWholeAdmin) |
Modifier and Type | Method and Description |
---|---|
static SvnPatchTarget |
SvnPatchTarget.applyPatch(SvnPatch patch,
File workingCopyDirectory,
int stripCount,
SVNWCContext context,
boolean ignoreWhitespace,
boolean removeTempFiles) |
static SvnPropertiesPatchTarget |
SvnPropertiesPatchTarget.initPropTarget(String propName,
SvnDiffCallback.OperationKind operation,
SVNWCContext context,
File absPath) |
void |
SvnPatchTarget.installPatchedPropTarget(boolean dryRun,
SVNWCContext context) |
void |
SvnPatchTarget.installPatchedTarget(File workingCopyDirectory,
boolean dryRun,
SVNWCContext context) |
void |
SvnPatchTarget.sendPatchNotification(SVNWCContext context) |
Modifier and Type | Method and Description |
---|---|
SVNWCContext |
SvnOperationFactory.getWcContext()
Returns working copy context.
|
Modifier and Type | Method and Description |
---|---|
void |
ISvnOperationRunner.setWcContext(SVNWCContext context)
Sets operation's context
|
Constructor and Description |
---|
SvnOperationFactory(SVNWCContext context)
Creates operation factory and initializes it with
context . |
Copyright © 2019. All rights reserved.