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 SVNEntry
SVNUpdateEditor.locateCopyFrom
(String copyFromPath, long copyFromRevision, File dstDir, SVNEntry dstEntry) private SVNEntry
SVNUpdateEditor15.locateCopyFrom
(String copyFromPath, long copyFromRevision, File dstDir, SVNEntry dstEntry) Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNEntryModifier and TypeMethodDescriptionprotected SVNStatus
SVNStatusEditor.assembleStatus
(File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored) static SVNStatus
SVNStatusUtil.assembleStatus
(File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored, Map repositoryLocks, SVNURL reposRoot, SVNWCAccess wcAccess) private void
SVNMergeDriver.calculateMergeInheritance
(SVNMergeRangeList rangeList, SVNEntry entry, boolean wcPathIsMergeTarget, boolean wcPathHasMissingChild, SVNDepth depth) Object[]
ISVNMergeStrategy.calculateRemainingRangeList
(File targetFile, SVNEntry entry, SVNURL sourceRoot, boolean[] indirect, SVNURL url1, long revision1, SVNURL url2, long revision2, SVNMergeRange range) Object[]
SVNMergeDriver.calculateRemainingRangeList
(File targetFile, SVNEntry entry, SVNURL sourceRoot, boolean[] indirect, SVNURL url1, long revision1, SVNURL url2, long revision2, SVNMergeRange range) void
SVNMergeDriver.calculateRemainingRanges
(SVNMergeDriver.MergePath parent, SVNMergeDriver.MergePath child, SVNURL sourceRootURL, SVNURL url1, long revision1, SVNURL url2, long revision2, Map targetMergeInfo, SVNMergeRangeList implicitSrcGap, boolean isSubtree, boolean childInheritsImplicit, SVNEntry entry, SVNRepository repository) private SVNTreeConflictDescription
SVNUpdateEditor.checkTreeConflict
(File path, SVNEntry entry, SVNAdminArea parentArea, SVNLog log, SVNConflictAction action, SVNNodeKind theirKind, SVNURL theirURL) private SVNLocationEntry
SVNCopyDriver.determineCopyFromInfo
(File src, SVNWCAccess srcAccess, SVNEntry srcEntry, SVNEntry dstEntry) protected void
SVNMergeDriver.doDirectoryMerge
(Map resultCatalog, SVNURL url1, long revision1, SVNURL url2, long revision2, SVNEntry parentEntry, SVNAdminArea adminArea, SVNDepth depth) protected void
SVNMergeDriver.doDirectoryMerge
(SVNURL url1, long revision1, SVNURL url2, long revision2, SVNEntry parentEntry, SVNAdminArea adminArea, SVNDepth depth) Deprecated.protected void
SVNMergeDriver.doMerge
(Map resultCatalog, List mergeSources, 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 void
SVNMergeDriver.ensureImplicitMergeinfo
(SVNMergeDriver.MergePath parent, SVNMergeDriver.MergePath child, boolean childInheritsParent, SVNEntry entry, long revision1, long revision2, SVNRepository repository) private void
SVNCopyDriver.extendWCMergeInfo
(File path, SVNEntry entry, Map mergeInfo, SVNWCAccess access) private void
SVNMergeDriver.filterMergedRevisions
(SVNMergeDriver.MergePath parent, SVNMergeDriver.MergePath child, SVNEntry entry, SVNRepository repository, String mergeInfoPath, Map targetMergeInfo, long rev1, long rev2, boolean childInheritsImplicit) protected void
SVNStatusEditor.getDirStatus
(SVNEntry parentEntry, SVNAdminArea dir, String entryName, SVNDepth depth, boolean getAll, boolean noIgnore, Collection ignorePatterns, boolean skipThisDir, ISVNStatusHandler handler) protected Map[]
SVNMergeDriver.getFullMergeInfo
(SVNEntry entry, boolean getRecorded, boolean getImplicit, boolean[] indirect, SVNMergeInfoInheritance inherit, SVNRepository repos, File target, long start, long end) private List
SVNMergeDriver.getMergeInfoPaths
(List children, String mergeSrcPath, SVNEntry entry, SVNURL sourceRootURL, long revision1, long revision2, boolean honorMergeInfo, SVNRepository repository, SVNDepth depth) static Map
SVNPropertiesManager.getWorkingCopyPropertyValues
(File path, SVNEntry entry, String propName, SVNDepth depth, boolean base) private SVNNodeKind
SVNMergeCallback.getWorkingNodeKind
(SVNEntry entry, String path) private void
SVNStatusEditor.handleDirEntry
(SVNAdminArea dir, String entryName, SVNEntry dirEntry, SVNEntry entry, SVNNodeKind fileKind, boolean special, SVNDepth depth, boolean getAll, boolean noIgnore, ISVNStatusHandler handler) void
SVNMergeDriver.MergeInfoFetcher.handleEntry
(File path, SVNEntry entry) void
SVNMergeDriver.SubTreeMergeInfoHandler.handleEntry
(File path, SVNEntry entry) private void
SVNRemoteStatusEditor.handleStatusHash
(SVNEntry dirEntry, Map hash, boolean deleted, SVNDepth depth) static void
SVNCommitUtil.harvestCommitables
(Map commitables, SVNAdminArea dir, File path, SVNEntry parentEntry, SVNEntry entry, String url, String copyFromURL, boolean copyMode, boolean addsOnly, boolean justLocked, Map lockTokens, SVNDepth depth, boolean forcedRecursion, Collection changelists, ISVNCommitParameters params, Map pathsToExternalsProperties) static boolean
SVNWCManager.isEntrySwitched
(File path, SVNEntry entry) static boolean
SVNStatusEditor.isNameConflict
(SVNEntry entry) private SVNEntry
SVNUpdateEditor.locateCopyFrom
(String copyFromPath, long copyFromRevision, File dstDir, SVNEntry dstEntry) private SVNEntry
SVNUpdateEditor15.locateCopyFrom
(String copyFromPath, long copyFromRevision, File dstDir, SVNEntry dstEntry) static void
SVNWCManager.markEntry
(SVNAdminArea dir, SVNEntry entry, String schedule, boolean copied, boolean keepLocal, int flags) private void
SVNMergeDriver.mergeCousinsAndSupplementMergeInfo
(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 Map
SVNPropertiesManager.parseMergeInfo
(File path, SVNEntry entry, boolean base) protected void
SVNMergeDriver.recordMergeInfoForDirectoryMerge
(Map resultCatalog, SVNEntry targetEntry, SVNMergeRange range, String mergeInfoPath, SVNDepth depth) private void
SVNMergeDriver.recordSkips
(String mergeInfoPath, SVNEntry targetEntry, boolean isRollback) private void
SVNDiffEditor.reportAddedFile
(SVNDiffEditor.SVNDirectoryInfo info, String path, SVNEntry entry) private void
SVNDiffEditor.reportModifiedFile
(SVNDiffEditor.SVNDirectoryInfo dirInfo, SVNEntry entry) private void
SVNUpdateEditor.scheduleExistingEntryForReAdd
(SVNEntry entry, File path, SVNURL theirURL, boolean modifyCopyFrom) static String
SVNAdminUtil.serializeExternalFileData
(SVNEntry entry) static void
SVNAdminUtil.unserializeExternalFileData
(SVNEntry entry, String rawExternalFileData) private void
SVNMergeDriver.updateWCMergeInfo
(Map resultCatalog, File targetPath, String parentReposPath, SVNEntry entry, 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.getVersionedEntry
(String name, boolean hidden) SVNWCAccess.getVersionedEntry
(File path, boolean showHidden) SVNAdminArea.modifyEntry
(String name, Map attributes, boolean save, boolean force) protected SVNEntry
SVNAdminArea14.readEntry
(BufferedReader reader, int entryNumber) Methods in org.tmatesoft.svn.core.internal.wc.admin with parameters of type SVNEntryModifier and TypeMethodDescriptionprotected abstract SVNVersionedProperties
SVNAdminArea.formatProperties
(SVNEntry entry, SVNProperties srcProperties) protected SVNVersionedProperties
SVNAdminArea14.formatProperties
(SVNEntry entry, SVNProperties srcProperties) protected SVNVersionedProperties
SVNXMLAdminArea.formatProperties
(SVNEntry entry, SVNProperties srcProperties) private void
SVNAdminArea.handleCharsetProperty
(SVNAdminArea adminArea, SVNLog log, SVNEntry entry, SVNVersionedProperties baseProps) void
ISVNEntryHandler.handleEntry
(File path, SVNEntry entry) void
SVNWCAccess.TCEntryHandler.handleEntry
(File path, SVNEntry entry) private void
SVNAdminArea.handlePropTime
(SVNLog log, SVNEntry entry) static boolean
SVNWCAccess.matchesChangeList
(Collection changeLists, SVNEntry entry) protected abstract boolean
SVNAdminArea.readExtraOptions
(BufferedReader reader, SVNEntry entry) protected boolean
SVNAdminArea14.readExtraOptions
(BufferedReader reader, SVNEntry entry) protected boolean
SVNAdminArea15.readExtraOptions
(BufferedReader reader, SVNEntry entry) protected boolean
SVNAdminArea16.readExtraOptions
(BufferedReader reader, SVNEntry entry) protected boolean
SVNXMLAdminArea.readExtraOptions
(BufferedReader reader, SVNEntry entryAttrs) private void
SVNAdminArea14.writeEntry
(Writer writer, String name, SVNEntry entry, SVNEntry rootEntry) protected abstract int
SVNAdminArea.writeExtraOptions
(Writer writer, String entryName, SVNEntry entry, int emptyFields) protected int
SVNAdminArea14.writeExtraOptions
(Writer writer, String entryName, SVNEntry entry, int emptyFields) protected int
SVNAdminArea15.writeExtraOptions
(Writer writer, String entryName, SVNEntry entry, int emptyFields) protected int
SVNAdminArea16.writeExtraOptions
(Writer writer, String entryName, SVNEntry entry, int emptyFields) protected int
SVNXMLAdminArea.writeExtraOptions
(Writer writer, 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 boolean
SVNUpdateClient16.canonicalizeEntry
(SVNEntry entry, boolean omitDefaultPort) private void
SVNWCClient16.doGetLocalProperty
(SVNEntry entry, SVNAdminArea area, String propName, boolean base, ISVNPropertyHandler handler, SVNDepth depth, Collection changeLists) protected void
SVNBasicDelegate.elideMergeInfo
(SVNWCAccess access, File path, SVNEntry entry, File wcElisionLimitPath) protected SVNURL
SVNBasicDelegate.getEntryLocation
(File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision) protected Map
SVNBasicDelegate.getWCMergeInfo
(File path, SVNEntry entry, File limitPath, SVNMergeInfoInheritance inherit, boolean base, boolean[] inherited) mergeInfo must not be null!protected Map
SVNBasicDelegate.getWCOrRepositoryMergeInfo
(File path, SVNEntry entry, SVNMergeInfoInheritance inherit, boolean[] indirect, boolean reposOnly, SVNRepository repository) void
SVNChangelistClient16.SVNChangeListWalker.handleEntry
(File path, SVNEntry entry) void
SVNWCClient16.PropFetchHandler.handleEntry
(File path, SVNEntry entry) void
SVNWCClient16.PropSetHandler.handleEntry
(File path, SVNEntry entry) void
SVNWCClient16.PropSetHandlerExt.handleEntry
(File path, SVNEntry entry) private boolean
SVNMoveClient16.isCopiedAsAChild
(File path, SVNEntry entry) private Map
SVNUpdateClient16.relocateEntry
(SVNEntry entry, String from, String to, Map validatedURLs) private void
SVNWCClient16.reportEntry
(File path, SVNEntry entry, ISVNInfoHandler handler) private boolean
SVNWCClient16.revert
(SVNAdminArea dir, String name, SVNEntry entry, boolean useCommitTime) private void
SVNWCClient16.setLocalProperties
(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 TypeMethodDescriptionSvnOldUpgrade.readEntries
(SVNWCAccess access, File localAbsPath) Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNEntryModifier and TypeMethodDescriptionprivate void
SvnOldUpgrade.ensureReposInfo
(SVNEntry entry, File localAbsPath, SvnOldUpgrade.RepositoryInfo lastRepositoryInfo, Map<SVNURL, String> reposCache) private void
SvnOldUpgrade.fetchReposInfo
(SVNEntry entry, SvnOldUpgrade.RepositoryInfo lastRepositoryInfo) static SVNURL
SvnOldUpgrade.getEntryCopyFromURL
(SVNEntry entry) protected SVNURL
SvnOldRepositoryAccess.getEntryLocation
(File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision) static SVNURL
SvnOldUpgrade.getEntryRepositoryRootURL
(SVNEntry entry) static SVNURL
SvnOldUpgrade.getEntryURL
(SVNEntry entry) private static SvnOldUpgradeEntries.WriteBaton
SvnOldUpgradeEntries.writeEntry
(boolean isCalculateEntryNode, SvnOldUpgradeEntries.WriteBaton parentNode, SVNWCDb db, ISVNWCDb.SVNWCDbUpgradeData upgradeData, SVNEntry entry, SvnOldUpgrade.TextBaseInfo textBaseInfo, File localRelPath, File tmpEntryAbsPath, 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, File dirAbsPath, Map<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 SVNEntry