Uses of Class
org.tmatesoft.svn.core.internal.wc.admin.SVNEntry
Packages that use SVNEntry
Package
Description
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of SVNEntry in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc that return SVNEntryModifier and TypeMethodDescriptionprivate SVNEntrySVNUpdateEditor.locateCopyFrom(java.lang.String copyFromPath, long copyFromRevision, java.io.File dstDir, SVNEntry dstEntry) private SVNEntrySVNUpdateEditor15.locateCopyFrom(java.lang.String copyFromPath, long copyFromRevision, java.io.File dstDir, SVNEntry dstEntry) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNEntryModifier and TypeMethodDescriptionprotected 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) private voidSVNMergeDriver.calculateMergeInheritance(SVNMergeRangeList rangeList, SVNEntry entry, boolean wcPathIsMergeTarget, boolean wcPathHasMissingChild, SVNDepth depth) java.lang.Object[]ISVNMergeStrategy.calculateRemainingRangeList(java.io.File targetFile, SVNEntry entry, SVNURL sourceRoot, boolean[] indirect, SVNURL url1, long revision1, SVNURL url2, long revision2, SVNMergeRange range) java.lang.Object[]SVNMergeDriver.calculateRemainingRangeList(java.io.File targetFile, SVNEntry entry, SVNURL sourceRoot, boolean[] indirect, SVNURL url1, long revision1, SVNURL url2, long revision2, SVNMergeRange range) voidSVNMergeDriver.calculateRemainingRanges(SVNMergeDriver.MergePath parent, SVNMergeDriver.MergePath child, SVNURL sourceRootURL, SVNURL url1, long revision1, SVNURL url2, long revision2, java.util.Map targetMergeInfo, SVNMergeRangeList implicitSrcGap, boolean isSubtree, boolean childInheritsImplicit, SVNEntry entry, SVNRepository repository) private SVNTreeConflictDescriptionSVNUpdateEditor.checkTreeConflict(java.io.File path, SVNEntry entry, SVNAdminArea parentArea, SVNLog log, SVNConflictAction action, SVNNodeKind theirKind, SVNURL theirURL) private SVNLocationEntrySVNCopyDriver.determineCopyFromInfo(java.io.File src, SVNWCAccess srcAccess, SVNEntry srcEntry, SVNEntry dstEntry) 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.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) private voidSVNMergeDriver.ensureImplicitMergeinfo(SVNMergeDriver.MergePath parent, SVNMergeDriver.MergePath child, boolean childInheritsParent, SVNEntry entry, long revision1, long revision2, SVNRepository repository) private voidSVNCopyDriver.extendWCMergeInfo(java.io.File path, SVNEntry entry, java.util.Map mergeInfo, SVNWCAccess access) private voidSVNMergeDriver.filterMergedRevisions(SVNMergeDriver.MergePath parent, SVNMergeDriver.MergePath child, SVNEntry entry, SVNRepository repository, java.lang.String mergeInfoPath, java.util.Map targetMergeInfo, long rev1, long rev2, boolean childInheritsImplicit) 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) protected java.util.Map[]SVNMergeDriver.getFullMergeInfo(SVNEntry entry, boolean getRecorded, boolean getImplicit, boolean[] indirect, SVNMergeInfoInheritance inherit, SVNRepository repos, java.io.File target, long start, long end) private java.util.ListSVNMergeDriver.getMergeInfoPaths(java.util.List children, java.lang.String mergeSrcPath, SVNEntry entry, SVNURL sourceRootURL, long revision1, long revision2, boolean honorMergeInfo, SVNRepository repository, SVNDepth depth) static java.util.MapSVNPropertiesManager.getWorkingCopyPropertyValues(java.io.File path, SVNEntry entry, java.lang.String propName, SVNDepth depth, boolean base) private SVNNodeKindSVNMergeCallback.getWorkingNodeKind(SVNEntry entry, java.lang.String path) private voidSVNStatusEditor.handleDirEntry(SVNAdminArea dir, java.lang.String entryName, SVNEntry dirEntry, SVNEntry entry, SVNNodeKind fileKind, boolean special, SVNDepth depth, boolean getAll, boolean noIgnore, ISVNStatusHandler handler) voidSVNMergeDriver.MergeInfoFetcher.handleEntry(java.io.File path, SVNEntry entry) voidSVNMergeDriver.SubTreeMergeInfoHandler.handleEntry(java.io.File path, SVNEntry entry) private voidSVNRemoteStatusEditor.handleStatusHash(SVNEntry dirEntry, java.util.Map hash, boolean deleted, SVNDepth depth) 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 booleanSVNWCManager.isEntrySwitched(java.io.File path, SVNEntry entry) static booleanSVNStatusEditor.isNameConflict(SVNEntry entry) private SVNEntrySVNUpdateEditor.locateCopyFrom(java.lang.String copyFromPath, long copyFromRevision, java.io.File dstDir, SVNEntry dstEntry) private SVNEntrySVNUpdateEditor15.locateCopyFrom(java.lang.String copyFromPath, long copyFromRevision, java.io.File dstDir, SVNEntry dstEntry) static voidSVNWCManager.markEntry(SVNAdminArea dir, SVNEntry entry, java.lang.String schedule, boolean copied, boolean keepLocal, int flags) private voidSVNMergeDriver.mergeCousinsAndSupplementMergeInfo(java.io.File targetWCPath, SVNEntry entry, SVNAdminArea adminArea, SVNRepository repository1, SVNRepository repository2, SVNURL url1, long rev1, SVNURL url2, long rev2, long youngestCommonRev, SVNURL sourceReposRoot, SVNURL wcReposRoot, SVNDepth depth, boolean ignoreAncestry, boolean force, boolean recordOnly, boolean dryRun) static java.util.MapSVNPropertiesManager.parseMergeInfo(java.io.File path, SVNEntry entry, boolean base) protected voidSVNMergeDriver.recordMergeInfoForDirectoryMerge(java.util.Map resultCatalog, SVNEntry targetEntry, SVNMergeRange range, java.lang.String mergeInfoPath, SVNDepth depth) private voidSVNMergeDriver.recordSkips(java.lang.String mergeInfoPath, SVNEntry targetEntry, boolean isRollback) private voidSVNDiffEditor.reportAddedFile(SVNDiffEditor.SVNDirectoryInfo info, java.lang.String path, SVNEntry entry) private voidSVNDiffEditor.reportModifiedFile(SVNDiffEditor.SVNDirectoryInfo dirInfo, SVNEntry entry) private voidSVNUpdateEditor.scheduleExistingEntryForReAdd(SVNEntry entry, java.io.File path, SVNURL theirURL, boolean modifyCopyFrom) static java.lang.StringSVNAdminUtil.serializeExternalFileData(SVNEntry entry) static voidSVNAdminUtil.unserializeExternalFileData(SVNEntry entry, java.lang.String rawExternalFileData) private voidSVNMergeDriver.updateWCMergeInfo(java.util.Map resultCatalog, java.io.File targetPath, java.lang.String parentReposPath, SVNEntry entry, java.util.Map merges, boolean isRollBack) -
Uses of SVNEntry in org.tmatesoft.svn.core.internal.wc.admin
Subclasses of SVNEntry in org.tmatesoft.svn.core.internal.wc.adminMethods in org.tmatesoft.svn.core.internal.wc.admin that return SVNEntryModifier and TypeMethodDescriptionSVNAdminArea.addEntry(java.lang.String name) SVNAdminArea.getEntry(java.lang.String name, boolean hidden) SVNWCAccess.getEntry(java.io.File path, boolean showHidden) SVNAdminArea.getVersionedEntry(java.lang.String name, boolean hidden) SVNWCAccess.getVersionedEntry(java.io.File path, boolean showHidden) SVNAdminArea.modifyEntry(java.lang.String name, java.util.Map attributes, boolean save, boolean force) protected SVNEntrySVNAdminArea14.readEntry(java.io.BufferedReader reader, int entryNumber) Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNEntryModifier and TypeMethodDescriptionprotected abstract SVNVersionedPropertiesSVNAdminArea.formatProperties(SVNEntry entry, SVNProperties srcProperties) protected SVNVersionedPropertiesSVNAdminArea14.formatProperties(SVNEntry entry, SVNProperties srcProperties) protected SVNVersionedPropertiesSVNXMLAdminArea.formatProperties(SVNEntry entry, SVNProperties srcProperties) private voidSVNAdminArea.handleCharsetProperty(SVNAdminArea adminArea, SVNLog log, SVNEntry entry, SVNVersionedProperties baseProps) voidISVNEntryHandler.handleEntry(java.io.File path, SVNEntry entry) voidSVNWCAccess.TCEntryHandler.handleEntry(java.io.File path, SVNEntry entry) private voidSVNAdminArea.handlePropTime(SVNLog log, SVNEntry entry) static booleanSVNWCAccess.matchesChangeList(java.util.Collection changeLists, SVNEntry entry) protected abstract booleanSVNAdminArea.readExtraOptions(java.io.BufferedReader reader, SVNEntry entry) protected booleanSVNAdminArea14.readExtraOptions(java.io.BufferedReader reader, SVNEntry entry) protected booleanSVNAdminArea15.readExtraOptions(java.io.BufferedReader reader, SVNEntry entry) protected booleanSVNAdminArea16.readExtraOptions(java.io.BufferedReader reader, SVNEntry entry) protected booleanSVNXMLAdminArea.readExtraOptions(java.io.BufferedReader reader, SVNEntry entryAttrs) private voidSVNAdminArea14.writeEntry(java.io.Writer writer, java.lang.String name, SVNEntry entry, SVNEntry rootEntry) protected abstract intSVNAdminArea.writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields) protected intSVNAdminArea14.writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields) protected intSVNAdminArea15.writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields) protected intSVNAdminArea16.writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields) protected intSVNXMLAdminArea.writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry Attrs, int emptyFields) -
Uses of SVNEntry in org.tmatesoft.svn.core.internal.wc16
Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type SVNEntryModifier and TypeMethodDescriptionprivate static booleanSVNUpdateClient16.canonicalizeEntry(SVNEntry entry, boolean omitDefaultPort) private voidSVNWCClient16.doGetLocalProperty(SVNEntry entry, SVNAdminArea area, java.lang.String propName, boolean base, ISVNPropertyHandler handler, SVNDepth depth, java.util.Collection changeLists) protected voidSVNBasicDelegate.elideMergeInfo(SVNWCAccess access, java.io.File path, SVNEntry entry, java.io.File wcElisionLimitPath) protected SVNURLSVNBasicDelegate.getEntryLocation(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision) protected java.util.MapSVNBasicDelegate.getWCMergeInfo(java.io.File path, SVNEntry entry, java.io.File limitPath, SVNMergeInfoInheritance inherit, boolean base, boolean[] inherited) mergeInfo must not be null!protected java.util.MapSVNBasicDelegate.getWCOrRepositoryMergeInfo(java.io.File path, SVNEntry entry, SVNMergeInfoInheritance inherit, boolean[] indirect, boolean reposOnly, SVNRepository repository) voidSVNChangelistClient16.SVNChangeListWalker.handleEntry(java.io.File path, SVNEntry entry) voidSVNWCClient16.PropFetchHandler.handleEntry(java.io.File path, SVNEntry entry) voidSVNWCClient16.PropSetHandler.handleEntry(java.io.File path, SVNEntry entry) voidSVNWCClient16.PropSetHandlerExt.handleEntry(java.io.File path, SVNEntry entry) private booleanSVNMoveClient16.isCopiedAsAChild(java.io.File path, SVNEntry entry) private java.util.MapSVNUpdateClient16.relocateEntry(SVNEntry entry, java.lang.String from, java.lang.String to, java.util.Map validatedURLs) private voidSVNWCClient16.reportEntry(java.io.File path, SVNEntry entry, ISVNInfoHandler handler) private booleanSVNWCClient16.revert(SVNAdminArea dir, java.lang.String name, SVNEntry entry, boolean useCommitTime) private voidSVNWCClient16.setLocalProperties(java.io.File path, SVNEntry entry, SVNAdminArea adminArea, boolean force, ISVNPropertyValueProvider propertyValueProvider, ISVNPropertyHandler handler) -
Uses of SVNEntry in org.tmatesoft.svn.core.internal.wc17
Subclasses of SVNEntry in org.tmatesoft.svn.core.internal.wc17 -
Uses of SVNEntry in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old that return types with arguments of type SVNEntryModifier and TypeMethodDescriptionprivate static java.util.Map<java.lang.String,SVNEntry> SvnOldUpgrade.readEntries(SVNWCAccess access, java.io.File localAbsPath) Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNEntryModifier and TypeMethodDescriptionprivate voidSvnOldUpgrade.ensureReposInfo(SVNEntry entry, java.io.File localAbsPath, SvnOldUpgrade.RepositoryInfo lastRepositoryInfo, java.util.Map<SVNURL, java.lang.String> reposCache) private voidSvnOldUpgrade.fetchReposInfo(SVNEntry entry, SvnOldUpgrade.RepositoryInfo lastRepositoryInfo) static SVNURLSvnOldUpgrade.getEntryCopyFromURL(SVNEntry entry) protected SVNURLSvnOldRepositoryAccess.getEntryLocation(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision) static SVNURLSvnOldUpgrade.getEntryRepositoryRootURL(SVNEntry entry) static SVNURLSvnOldUpgrade.getEntryURL(SVNEntry entry) private static SvnOldUpgradeEntries.WriteBatonSvnOldUpgradeEntries.writeEntry(boolean isCalculateEntryNode, SvnOldUpgradeEntries.WriteBaton parentNode, SVNWCDb db, ISVNWCDb.SVNWCDbUpgradeData upgradeData, SVNEntry entry, SvnOldUpgrade.TextBaseInfo textBaseInfo, java.io.File localRelPath, java.io.File tmpEntryAbsPath, java.io.File rootAbsPath, SVNEntry thisDir, boolean isCreateLocks, int targetWorkingCopyFormat) Method parameters in org.tmatesoft.svn.core.internal.wc2.old with type arguments of type SVNEntryModifier and TypeMethodDescriptionSvnOldUpgradeEntries.writeUpgradedEntries(SvnOldUpgradeEntries.WriteBaton parentNode, SVNWCDb db, ISVNWCDb.SVNWCDbUpgradeData upgradeData, java.io.File dirAbsPath, java.util.Map<java.lang.String, SVNEntry> entries, SVNHashMap textBases, int targetWorkingCopyFormat) -
Uses of SVNEntry in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as SVNEntryMethods in org.tmatesoft.svn.core.wc that return SVNEntryModifier and TypeMethodDescriptionSVNStatus.getEntry()Returns a WC entry for which this object is generated.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNEntryModifier and TypeMethodDescriptionstatic SVNInfoSVNInfo.createInfo(java.io.File file, SVNEntry entry) voidSets a WC entry for which this object is generated.