Uses of Class
org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea
-
Packages that use SVNAdminArea Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin org.tmatesoft.svn.core.internal.wc.patch org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.wc This package provides a high-level API for managing Working Copies in a way compatible with the native SVN command line client. -
-
Uses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as SVNAdminArea Modifier and Type Field Description protected SVNAdminAreaSVNRemoteDiffEditor. myAdminAreaMethods in org.tmatesoft.svn.core.internal.wc that return SVNAdminArea Modifier and Type Method Description protected SVNAdminAreaAbstractDiffCallback. getAdminArea()protected SVNAdminAreaSVNStatusEditor. getAnchor()protected SVNAdminAreaSVNMergeCallback. retrieve(java.io.File path, boolean lenient)protected SVNAdminAreaSVNRemoteDiffEditor. retrieve(java.io.File path, boolean lenient)protected SVNAdminAreaSVNRemoteDiffEditor. retrieveParent(java.io.File path, boolean lenient)Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNAdminArea Modifier and Type Method Description static voidSVNWCManager. add(java.io.File path, SVNAdminArea parentDir, SVNURL copyFromURL, long copyFromRev, SVNDepth depth)static voidSVNWCManager. add(java.io.File path, SVNAdminArea parentDir, SVNURL copyFromURL, SVNRevision copyFromRev, SVNDepth depth)static voidSVNWCManager. addProperties(SVNAdminArea dir, java.lang.String fileName, SVNProperties properties, boolean base, SVNLog log)static voidSVNWCManager. addRepositoryFile(SVNAdminArea dir, java.lang.String fileName, java.io.File text, java.io.File textBase, SVNProperties baseProperties, SVNProperties properties, java.lang.String copyFromURL, long copyFromRev)protected booleanSVNMergeCallback. areFilesTheSame(java.io.File older, SVNProperties originalProps, java.io.File mine, SVNAdminArea adminArea)protected SVNStatusSVNStatusEditor. assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored)static SVNStatusSVNStatusUtil. assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored, java.util.Map repositoryLocks, SVNURL reposRoot, SVNWCAccess wcAccess)voidSVNUpdateEditor. cleanup(SVNAdminArea area)voidSVNUpdateEditor15. cleanup(SVNAdminArea area)protected java.io.FileSVNRemoteDiffEditor. createTempFile(SVNAdminArea dir, java.lang.String name)static java.io.FileSVNAdminUtil. createTmpFile(SVNAdminArea adminArea)Creates "tempfile[.n].tmp" in admin area's /tmp dirstatic java.io.FileSVNAdminUtil. createTmpFile(SVNAdminArea adminArea, java.lang.String prefix, java.lang.String suffix, boolean tmp)static voidSVNWCManager. delete(SVNWCAccess wcAccess, SVNAdminArea root, java.io.File path, boolean deleteFiles, boolean cancellable)protected voidSVNRemoteDiffEditor. deleteEntry(java.lang.String path, SVNNodeKind nodeKind, SVNAdminArea dir)static voidSVNPropertiesManager. deleteWCProperties(SVNAdminArea dir, java.lang.String name, boolean recursive)protected voidSVNMergeDriver. doDirectoryMerge(java.util.Map resultCatalog, SVNURL url1, long revision1, SVNURL url2, long revision2, SVNEntry parentEntry, SVNAdminArea adminArea, SVNDepth depth)protected voidSVNMergeDriver. doDirectoryMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNEntry parentEntry, SVNAdminArea adminArea, SVNDepth depth)Deprecated.static voidSVNWCManager. doEraseFromWC(java.io.File path, SVNAdminArea dir, SVNNodeKind kind, boolean deleteFiles)protected voidSVNMergeDriver. doFileMerge(java.util.Map resultCatalog, SVNURL url1, long revision1, SVNURL url2, long revision2, java.io.File targetWCPath, SVNAdminArea adminArea, boolean sourcesRelated)protected voidSVNMergeDriver. doFileMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, java.io.File targetWCPath, SVNAdminArea adminArea, boolean sourcesRelated)Deprecated.protected voidSVNMergeDriver. doMerge(java.util.Map resultCatalog, java.util.List mergeSources, java.io.File target, SVNEntry targetEntry, SVNAdminArea adminArea, boolean sourcesAncestral, boolean sourcesRelated, boolean sameRepository, boolean ignoreAncestry, boolean force, boolean dryRun, boolean recordOnly, boolean reintegrateMerge, SVNDepth depth)protected voidSVNMergeDriver. doMergeInfoUnawareDirectoryMerge(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNAdminArea adminArea, SVNDepth depth)ISVNReusableEditorISVNMergeStrategy. driveMergeReportEditor(java.io.File targetWCPath, SVNURL url1, long revision1, SVNURL url2, long revision2, java.util.List childrenWithMergeInfo, boolean isRollBack, SVNDepth depth, SVNAdminArea adminArea, SVNMergeCallback mergeCallback, ISVNReusableEditor editor)ISVNReusableEditorSVNMergeDriver. driveMergeReportEditor(java.io.File targetWCPath, SVNURL url1, long revision1, SVNURL url2, long revision2, java.util.List childrenWithMergeInfo, boolean isRollBack, SVNDepth depth, SVNAdminArea adminArea, SVNMergeCallback mergeCallback, ISVNReusableEditor editor)protected voidSVNStatusEditor. getDirStatus(SVNEntry parentEntry, SVNAdminArea dir, java.lang.String entryName, SVNDepth depth, boolean getAll, boolean noIgnore, java.util.Collection ignorePatterns, boolean skipThisDir, ISVNStatusHandler handler)static java.util.CollectionSVNStatusEditor. getIgnorePatterns(SVNAdminArea dir, java.util.Collection globalIgnores)ISVNReusableEditorISVNMergeStrategy. getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor)ISVNReusableEditorSVNMergeDriver. getMergeReportEditor(long defaultStart, long revision, SVNAdminArea adminArea, SVNDepth depth, AbstractDiffCallback mergeCallback, ISVNReusableEditor editor)static voidSVNCommitUtil. harvestCommitables(java.util.Map commitables, SVNAdminArea dir, java.io.File path, SVNEntry parentEntry, SVNEntry entry, java.lang.String url, java.lang.String copyFromURL, boolean copyMode, boolean addsOnly, boolean justLocked, java.util.Map lockTokens, SVNDepth depth, boolean forcedRecursion, java.util.Collection changelists, ISVNCommitParameters params, java.util.Map pathsToExternalsProperties)static voidSVNWCManager. markEntry(SVNAdminArea dir, SVNEntry entry, java.lang.String schedule, boolean copied, boolean keepLocal, int flags)static voidSVNWCManager. markTree(SVNAdminArea dir, java.lang.String schedule, boolean copied, boolean keepLocal, int flags)static voidSVNWCManager. markTreeCancellable(SVNAdminArea dir, java.lang.String schedule, boolean copied, boolean keepLocal, int flags)SVNMergeResultDefaultSVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)protected voidSVNMergeDriver. recordTreeConflict(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)protected voidSVNMergeDriver. recordTreeConflictOnAdd(java.io.File victim, SVNAdminArea adminArea, SVNNodeKind kind, SVNConflictAction action, SVNConflictReason reason)booleanSVNUpdateEditor. treeHasLocalModifications(SVNAdminArea adminArea, boolean[] allModsAreDeletes)Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type SVNAdminArea Constructor Description AbstractDiffCallback(SVNAdminArea adminArea)SVNDiffCallback(SVNAdminArea adminArea, ISVNDiffGenerator generator, long rev1, long rev2, java.io.OutputStream result)SVNMergeCallback(SVNAdminArea adminArea, SVNURL url, boolean force, boolean dryRun, SVNDiffOptions options, java.util.Map conflictedPathsGetter, SVNMergeDriver mergeDriver)SVNMergeCallback15(SVNAdminArea adminArea, SVNURL url, boolean force, boolean dryRun, SVNDiffOptions options, java.util.Map conflictedPathsGetter, SVNMergeDriver mergeDriver)SVNRemoteDiffEditor(SVNAdminArea adminArea, java.io.File target, AbstractDiffCallback callback, SVNRepository repos, long revision1, long revision2, boolean dryRun, ISVNEventHandler handler, ISVNEventHandler cancelHandler) -
Uses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc.admin
Subclasses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc.admin Modifier and Type Class Description classSVNAdminArea14classSVNAdminArea15classSVNAdminArea16classSVNXMLAdminAreaFields in org.tmatesoft.svn.core.internal.wc.admin declared as SVNAdminArea Modifier and Type Field Description protected SVNAdminAreaSVNLog. myAdminAreaMethods in org.tmatesoft.svn.core.internal.wc.admin that return SVNAdminArea Modifier and Type Method Description static SVNAdminAreaSVNAdminAreaFactory. changeWCFormat(SVNAdminArea adminArea, int format)protected SVNAdminAreaSVNAdminArea14. createAdminAreaForDir(java.io.File dir)protected SVNAdminAreaSVNAdminArea15. createAdminAreaForDir(java.io.File dir)abstract SVNAdminAreaSVNAdminArea. createVersionedDirectory(java.io.File dir, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, boolean createMyself, SVNDepth depth)SVNAdminAreaSVNAdminArea14. createVersionedDirectory(java.io.File dir, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, boolean createMyself, SVNDepth depth)SVNAdminAreaSVNXMLAdminArea. createVersionedDirectory(java.io.File dir, java.lang.String url, java.lang.String rootURL, java.lang.String uuid, long revNumber, boolean createMyself, SVNDepth depth)protected SVNAdminAreaSVNAdminArea14Factory. doChangeWCFormat(SVNAdminArea adminArea)protected SVNAdminAreaSVNAdminArea15Factory. doChangeWCFormat(SVNAdminArea adminArea)protected SVNAdminAreaSVNAdminArea16Factory. doChangeWCFormat(SVNAdminArea adminArea)protected abstract SVNAdminAreaSVNAdminAreaFactory. doChangeWCFormat(SVNAdminArea area)protected SVNAdminAreaSVNXMLAdminAreaFactory. doChangeWCFormat(SVNAdminArea adminArea)protected SVNAdminAreaSVNAdminArea14Factory. doOpen(java.io.File path, int version)protected SVNAdminAreaSVNAdminArea15Factory. doOpen(java.io.File path, int version)protected SVNAdminAreaSVNAdminArea16Factory. doOpen(java.io.File path, int version)protected abstract SVNAdminAreaSVNAdminAreaFactory. doOpen(java.io.File path, int version)protected SVNAdminAreaSVNXMLAdminAreaFactory. doOpen(java.io.File path, int version)SVNAdminAreaSVNAdminArea. formatWC(SVNAdminArea adminArea)abstract SVNAdminAreaSVNEntry. getAdminArea()SVNAdminAreaSVNEntry16. getAdminArea()SVNAdminAreaSVNWCAccess. getAdminArea(java.io.File path)SVNAdminArea[]SVNWCAccess. getAdminAreas()SVNAdminAreaSVNAdminAreaInfo. getAnchor()SVNAdminAreaSVNAdminAreaInfo. getTarget()static SVNAdminAreaSVNAdminAreaFactory. open(java.io.File path, java.util.logging.Level logLevel)SVNAdminAreaSVNWCAccess. open(java.io.File path, boolean writeLock, boolean stealLock, boolean upgradeFormat, int depth, java.util.logging.Level logLevel)SVNAdminAreaSVNWCAccess. open(java.io.File path, boolean writeLock, boolean stealLock, int depth)SVNAdminAreaSVNWCAccess. open(java.io.File path, boolean writeLock, int depth)SVNAdminAreaSVNWCAccess. probeOpen(java.io.File path, boolean writeLock, int depth)SVNAdminAreaSVNWCAccess. probeOpen(java.io.File path, boolean writeLock, int depth, java.util.logging.Level logLevel)SVNAdminAreaSVNWCAccess. probeRetrieve(java.io.File path)SVNAdminAreaSVNWCAccess. probeTry(java.io.File path, boolean writeLock, int depth)SVNAdminAreaSVNWCAccess. retrieve(java.io.File path)static SVNAdminAreaSVNAdminAreaFactory. upgrade(SVNAdminArea area)SVNAdminAreaSVNWCAccess. upgrade(java.io.File path)Ugrades SVNAdminArea associated with the path and cached in this SVNWCAccess instance.Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNAdminArea Modifier and Type Method Description static SVNAdminAreaSVNAdminAreaFactory. changeWCFormat(SVNAdminArea adminArea, int format)voidISVNCleanupHandler. cleanup(SVNAdminArea area)SVNMergeCallbackSVNWCAccess. createMergeCallback(SVNMergeDriver mergeDriver, SVNAdminArea adminArea, SVNURL url, SVNDiffOptions mergeOptions, java.util.Map conflictedPaths, boolean force, boolean dryRun)static java.io.FileSVNTranslator. detranslateWorkingCopy(SVNAdminArea dir, java.lang.String name, SVNProperties propDiff, boolean force)protected SVNAdminAreaSVNAdminArea14Factory. doChangeWCFormat(SVNAdminArea adminArea)protected SVNAdminAreaSVNAdminArea15Factory. doChangeWCFormat(SVNAdminArea adminArea)protected SVNAdminAreaSVNAdminArea16Factory. doChangeWCFormat(SVNAdminArea adminArea)protected abstract SVNAdminAreaSVNAdminAreaFactory. doChangeWCFormat(SVNAdminArea area)protected SVNAdminAreaSVNXMLAdminAreaFactory. doChangeWCFormat(SVNAdminArea adminArea)SVNAdminAreaSVNAdminArea. formatWC(SVNAdminArea adminArea)java.lang.StringSVNAdminArea. getRelativePath(SVNAdminArea anchor)static java.io.FileSVNTranslator. getTranslatedFile(SVNAdminArea dir, java.lang.String name, java.io.File src, boolean forceEOLRepair, boolean useGlobalTmp, boolean forceCopy, boolean toNormalFormat)static java.io.InputStreamSVNTranslator. getTranslatedStream(SVNAdminArea adminArea, java.lang.String name, boolean translateToNormalForm, boolean repairEOL)voidSVNLogRunner. logCompleted(SVNAdminArea adminArea)voidSVNLogRunner. logFailed(SVNAdminArea adminArea)voidSVNLog. logRemoveRevertFile(java.lang.String name, SVNAdminArea adminArea, boolean isProp)voidSVNLogRunner. logStarted(SVNAdminArea adminArea)static java.io.FileSVNTranslator. maybeUpdateTargetEOLs(SVNAdminArea dir, java.io.File target, SVNProperties propDiff)voidSVNWCAccess. registerCleanupHandler(SVNAdminArea area, ISVNCleanupHandler handler)voidSVNLogRunner. runCommand(SVNAdminArea adminArea, java.lang.String name, SVNProperties attributes, int count)voidSVNAdminAreaInfo. setAnchor(SVNAdminArea anchor)This method has been added to give an ability to replace read-only areas with write enabled ones.voidSVNAdminAreaInfo. setTarget(SVNAdminArea target)This method has been added to give an ability to replace read-only areas with write enabled ones.static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, boolean safelyEncode, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, java.lang.String customEOLStyle, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.io.File src, java.io.File dst, java.lang.String customEOLStyle, boolean safelyEncode, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, boolean safelyEncode, boolean expand)static voidSVNTranslator. translate(SVNAdminArea adminArea, java.lang.String name, java.lang.String srcPath, java.lang.String dstPath, java.lang.String customEOLStyle, boolean expand)static SVNAdminAreaSVNAdminAreaFactory. upgrade(SVNAdminArea area)Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNAdminArea Constructor Description SVNAdminAreaInfo(SVNWCAccess access, SVNAdminArea anchor, SVNAdminArea target, java.lang.String targetName)SVNEntry16(java.util.Map attributes, SVNAdminArea adminArea, java.lang.String name)SVNEntry16(SVNAdminArea adminArea, java.lang.String name)SVNLog(SVNAdminArea adminArea)SVNLogImpl(java.io.File logFile, java.io.File tmpFile, SVNAdminArea adminArea) -
Uses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc.patch
Methods in org.tmatesoft.svn.core.internal.wc.patch with parameters of type SVNAdminArea Modifier and Type Method Description static SVNPatchTargetSVNPatchTarget. applyPatch(SVNPatch patch, java.io.File absWCPath, int stripCount, SVNAdminArea wc)Apply a PATCH to a working copy at ABS_WC_PATH.static SVNPatchTargetSVNPatchTarget. initPatchTarget(SVNPatch patch, java.io.File baseDir, int stripCount, SVNAdminArea wc)Attempt to initialize a patch TARGET structure for a target file described by PATCH.voidSVNPatchTarget. installPatchedTarget(java.io.File absWCPath, boolean dryRun, SVNAdminArea wc)Install a patched TARGET into the working copy at ABS_WC_PATH.voidSVNPatchTarget. sendPatchNotification(SVNAdminArea wc)Use client context CTX to send a suitable notification for a patch TARGET. -
Uses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNAdminArea Modifier and Type Method Description protected SVNRepositorySVNBasicDelegate. createRepository(SVNURL url, java.io.File path, SVNAdminArea area, SVNRevision pegRevision, SVNRevision revision, long[] pegRev)SVNURLSVNBasicDelegate. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access)Returns the root of the repository. -
Uses of SVNAdminArea in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return SVNAdminArea Modifier and Type Method Description SVNAdminAreaSVNEntry17. getAdminArea()Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type SVNAdminArea Modifier and Type Method Description SVNMergeResultDefaultSvnMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun) -
Uses of SVNAdminArea in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return SVNAdminArea Modifier and Type Method Description SVNAdminAreaSVNMergeFileSet. getAdminArea()Returns the admin area which controls the file.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNAdminArea Modifier and Type Method Description SVNURLSVNBasicClient. getReposRoot(java.io.File path, SVNURL url, SVNRevision pegRevision, SVNAdminArea adminArea, SVNWCAccess access)Deprecated.SVNMergeResultISVNMerger. mergeProperties(java.lang.String localPath, SVNProperties workingProperties, SVNProperties baseProperties, SVNProperties serverBaseProps, SVNProperties propDiff, SVNAdminArea adminArea, SVNLog log, boolean baseMerge, boolean dryRun)GivenadminArea/localPathand property changes (propDiff) based onserverBaseProps, merges the changes into the working copy.Constructors in org.tmatesoft.svn.core.wc with parameters of type SVNAdminArea Constructor Description SVNMergeFileSet(SVNAdminArea adminArea, SVNLog log, java.io.File baseFile, java.io.File localFile, java.lang.String wcPath, java.io.File reposFile, java.io.File resultFile, java.io.File copyFromFile, java.lang.String mimeType)Creates a newSVNMergeFileSetobject given the data prepared for merging a file.
-