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 SVNStatus
SVNStatusEditor. assembleStatus(java.io.File file, SVNAdminArea dir, SVNEntry entry, SVNEntry parentEntry, SVNNodeKind fileKind, boolean special, boolean reportAll, boolean isIgnored)
static SVNStatus
SVNStatusUtil. 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)
void
SVNMergeDriver. 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 void
SVNMergeDriver. doDirectoryMerge(java.util.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(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 void
SVNStatusEditor. 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.Map
SVNPropertiesManager. getWorkingCopyPropertyValues(java.io.File path, SVNEntry entry, java.lang.String propName, SVNDepth depth, boolean base)
void
SVNMergeDriver.MergeInfoFetcher. handleEntry(java.io.File path, SVNEntry entry)
void
SVNMergeDriver.SubTreeMergeInfoHandler. handleEntry(java.io.File path, SVNEntry entry)
static void
SVNCommitUtil. 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 boolean
SVNWCManager. isEntrySwitched(java.io.File path, SVNEntry entry)
static boolean
SVNStatusEditor. isNameConflict(SVNEntry entry)
static void
SVNWCManager. markEntry(SVNAdminArea dir, SVNEntry entry, java.lang.String schedule, boolean copied, boolean keepLocal, int flags)
static java.util.Map
SVNPropertiesManager. parseMergeInfo(java.io.File path, SVNEntry entry, boolean base)
protected void
SVNMergeDriver. recordMergeInfoForDirectoryMerge(java.util.Map resultCatalog, SVNEntry targetEntry, SVNMergeRange range, java.lang.String mergeInfoPath, SVNDepth depth)
static java.lang.String
SVNAdminUtil. serializeExternalFileData(SVNEntry entry)
static void
SVNAdminUtil. 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 class
SVNEntry16
Methods in org.tmatesoft.svn.core.internal.wc.admin that return SVNEntry Modifier and Type Method Description SVNEntry
SVNAdminArea. addEntry(java.lang.String name)
SVNEntry
SVNAdminArea. getEntry(java.lang.String name, boolean hidden)
SVNEntry
SVNWCAccess. getEntry(java.io.File path, boolean showHidden)
SVNEntry
SVNAdminArea. getVersionedEntry(java.lang.String name, boolean hidden)
SVNEntry
SVNWCAccess. getVersionedEntry(java.io.File path, boolean showHidden)
SVNEntry
SVNAdminArea. modifyEntry(java.lang.String name, java.util.Map attributes, boolean save, boolean force)
protected SVNEntry
SVNAdminArea14. 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 SVNVersionedProperties
SVNAdminArea. formatProperties(SVNEntry entry, SVNProperties srcProperties)
protected SVNVersionedProperties
SVNAdminArea14. formatProperties(SVNEntry entry, SVNProperties srcProperties)
protected SVNVersionedProperties
SVNXMLAdminArea. formatProperties(SVNEntry entry, SVNProperties srcProperties)
void
ISVNEntryHandler. handleEntry(java.io.File path, SVNEntry entry)
static boolean
SVNWCAccess. matchesChangeList(java.util.Collection changeLists, SVNEntry entry)
protected abstract boolean
SVNAdminArea. readExtraOptions(java.io.BufferedReader reader, SVNEntry entry)
protected boolean
SVNAdminArea14. readExtraOptions(java.io.BufferedReader reader, SVNEntry entry)
protected boolean
SVNAdminArea15. readExtraOptions(java.io.BufferedReader reader, SVNEntry entry)
protected boolean
SVNAdminArea16. readExtraOptions(java.io.BufferedReader reader, SVNEntry entry)
protected boolean
SVNXMLAdminArea. readExtraOptions(java.io.BufferedReader reader, SVNEntry entryAttrs)
protected abstract int
SVNAdminArea. writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields)
protected int
SVNAdminArea14. writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields)
protected int
SVNAdminArea15. writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields)
protected int
SVNAdminArea16. writeExtraOptions(java.io.Writer writer, java.lang.String entryName, SVNEntry entry, int emptyFields)
protected int
SVNXMLAdminArea. 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 void
SVNBasicDelegate. elideMergeInfo(SVNWCAccess access, java.io.File path, SVNEntry entry, java.io.File wcElisionLimitPath)
protected SVNURL
SVNBasicDelegate. getEntryLocation(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision)
protected java.util.Map
SVNBasicDelegate. 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.Map
SVNBasicDelegate. 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 class
SVNEntry17
-
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 SVNURL
SvnOldUpgrade. getEntryCopyFromURL(SVNEntry entry)
protected SVNURL
SvnOldRepositoryAccess. getEntryLocation(java.io.File path, SVNEntry entry, long[] revNum, SVNRevision pegRevision)
static SVNURL
SvnOldUpgrade. getEntryRepositoryRootURL(SVNEntry entry)
static SVNURL
SvnOldUpgrade. 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.WriteBaton
SvnOldUpgradeEntries. 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 SVNEntry
SVNStatus. 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 SVNInfo
SVNInfo. createInfo(java.io.File file, SVNEntry entry)
void
SVNStatus. setEntry(SVNEntry entry)
Sets a WC entry for which this object is generated.
-