Uses of Class
org.tmatesoft.svn.core.internal.wc.admin.SVNEntry
-
Packages that use SVNEntry Package Description org.tmatesoft.svn.core.internal.wc org.tmatesoft.svn.core.internal.wc.admin org.tmatesoft.svn.core.internal.wc16 org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc2.old 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 SVNEntry in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNEntry Modifier and Type Method Description 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)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)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)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)static java.util.MapSVNPropertiesManager. getWorkingCopyPropertyValues(java.io.File path, SVNEntry entry, java.lang.String propName, SVNDepth depth, boolean base)voidSVNMergeDriver.MergeInfoFetcher. handleEntry(java.io.File path, SVNEntry entry)voidSVNMergeDriver.SubTreeMergeInfoHandler. handleEntry(java.io.File path, SVNEntry entry)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)static voidSVNWCManager. markEntry(SVNAdminArea dir, SVNEntry entry, java.lang.String schedule, boolean copied, boolean keepLocal, int flags)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)static java.lang.StringSVNAdminUtil. serializeExternalFileData(SVNEntry entry)static voidSVNAdminUtil. unserializeExternalFileData(SVNEntry entry, java.lang.String rawExternalFileData) -
Uses of SVNEntry in org.tmatesoft.svn.core.internal.wc.admin
Subclasses of SVNEntry in org.tmatesoft.svn.core.internal.wc.admin Modifier and Type Class Description classSVNEntry16Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNEntry Modifier and Type Method Description SVNEntrySVNAdminArea. addEntry(java.lang.String name)SVNEntrySVNAdminArea. getEntry(java.lang.String name, boolean hidden)SVNEntrySVNWCAccess. getEntry(java.io.File path, boolean showHidden)SVNEntrySVNAdminArea. getVersionedEntry(java.lang.String name, boolean hidden)SVNEntrySVNWCAccess. getVersionedEntry(java.io.File path, boolean showHidden)SVNEntrySVNAdminArea. 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 SVNEntry Modifier and Type Method Description protected abstract SVNVersionedPropertiesSVNAdminArea. formatProperties(SVNEntry entry, SVNProperties srcProperties)protected SVNVersionedPropertiesSVNAdminArea14. formatProperties(SVNEntry entry, SVNProperties srcProperties)protected SVNVersionedPropertiesSVNXMLAdminArea. formatProperties(SVNEntry entry, SVNProperties srcProperties)voidISVNEntryHandler. handleEntry(java.io.File path, 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)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 SVNEntry Modifier and Type Method Description 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) -
Uses of SVNEntry in org.tmatesoft.svn.core.internal.wc17
Subclasses of SVNEntry in org.tmatesoft.svn.core.internal.wc17 Modifier and Type Class Description classSVNEntry17 -
Uses of SVNEntry in org.tmatesoft.svn.core.internal.wc2.old
Methods in org.tmatesoft.svn.core.internal.wc2.old with parameters of type SVNEntry Modifier and Type Method Description 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)Method parameters in org.tmatesoft.svn.core.internal.wc2.old with type arguments of type SVNEntry Modifier and Type Method Description static org.tmatesoft.svn.core.internal.wc2.old.SvnOldUpgradeEntries.WriteBatonSvnOldUpgradeEntries. writeUpgradedEntries(org.tmatesoft.svn.core.internal.wc2.old.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
Methods in org.tmatesoft.svn.core.wc that return SVNEntry Modifier and Type Method Description SVNEntrySVNStatus. getEntry()Returns a WC entry for which this object is generated.Methods in org.tmatesoft.svn.core.wc with parameters of type SVNEntry Modifier and Type Method Description static SVNInfoSVNInfo. createInfo(java.io.File file, SVNEntry entry)voidSVNStatus. setEntry(SVNEntry entry)Sets a WC entry for which this object is generated.
-