Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.SVNWCDbKind
-
Packages that use ISVNWCDb.SVNWCDbKind Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db org.tmatesoft.svn.core.internal.wc2.ng -
-
Uses of ISVNWCDb.SVNWCDbKind in org.tmatesoft.svn.core.internal.wc17
Fields in org.tmatesoft.svn.core.internal.wc17 declared as ISVNWCDb.SVNWCDbKind Modifier and Type Field Description ISVNWCDb.SVNWCDbKind
SVNWCContext.CheckWCRootInfo. kind
Methods in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDb.SVNWCDbKind Modifier and Type Method Description SVNWCContext.MergePropertiesInfo
SVNWCContext. mergeProperties2(SVNWCContext.MergePropertiesInfo mergeInfo, java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind, SVNConflictVersion leftVersion, SVNConflictVersion rightVersion, SVNProperties serverBaseProperties, SVNProperties pristineProperties, SVNProperties actualProperties, SVNProperties propChanges, boolean baseMerge, boolean dryRun, ISVNConflictHandler conflictResolver)
void
SVNWCContext.ISVNWCNodeHandler. nodeFound(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind)
static boolean
SVNReporter17. restoreNode(SVNWCContext context, java.io.File local_abspath, ISVNWCDb.SVNWCDbKind kind, long target_rev, boolean useCommitTimes)
SVNSkel
SVNWCContext. wqBuildBaseRemove(java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind)
static SVNSkel
SVNWCContext. wqBuildBaseRemove(SVNWCDb db, java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind)
-
Uses of ISVNWCDb.SVNWCDbKind in org.tmatesoft.svn.core.internal.wc17.db
Fields in org.tmatesoft.svn.core.internal.wc17.db declared as ISVNWCDb.SVNWCDbKind Modifier and Type Field Description ISVNWCDb.SVNWCDbKind
ISVNWCDb.SVNWCDbInfo. kind
ISVNWCDb.SVNWCDbKind
ISVNWCDb.SwitchedInfo. kind
ISVNWCDb.SVNWCDbKind
ISVNWCDb.WCDbBaseInfo. kind
ISVNWCDb.SVNWCDbKind
ISVNWCDb.WCDbInfo. kind
ISVNWCDb.SVNWCDbKind
SVNWCDb.InsertBase. kind
ISVNWCDb.SVNWCDbKind
SVNWCDb.InsertWorking. kind
Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNWCDb.SVNWCDbKind Modifier and Type Method Description static ISVNWCDb.SVNWCDbKind
SvnWcDbStatementUtil. getColumnKind(SVNSqlJetStatement stmt, java.lang.Enum<?> f)
static ISVNWCDb.SVNWCDbKind
SvnWcDbStatementUtil. parseKind(java.lang.String kindString)
ISVNWCDb.SVNWCDbKind
ISVNWCDb. readKind(java.io.File localAbsPath, boolean allowMissing)
Return the kind of the node in DB at LOCAL_ABSPATH.ISVNWCDb.SVNWCDbKind
SVNWCDb. readKind(java.io.File localAbsPath, boolean allowMissing)
static ISVNWCDb.SVNWCDbKind
ISVNWCDb.SVNWCDbKind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ISVNWCDb.SVNWCDbKind[]
ISVNWCDb.SVNWCDbKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tmatesoft.svn.core.internal.wc17.db that return types with arguments of type ISVNWCDb.SVNWCDbKind Modifier and Type Method Description java.util.Map<java.lang.String,ISVNWCDb.SVNWCDbKind>
SVNWCDb. getChildrenOpDepth(SVNWCDbRoot wcRoot, java.io.File localRelPath, int opDepth)
static java.util.Map<java.io.File,ISVNWCDb.SVNWCDbKind>
SvnWcDbRevert. readRevertCopiedChildren(SVNWCContext context, java.io.File localAbsPath)
Methods in org.tmatesoft.svn.core.internal.wc17.db with parameters of type ISVNWCDb.SVNWCDbKind Modifier and Type Method Description void
ISVNWCDb. addBaseExcludedNode(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems)
Create a node in the BASE tree that is present in name only.void
SVNWCDb. addBaseExcludedNode(java.io.File localAbsPath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, ISVNWCDb.SVNWCDbStatus status, SVNSkel conflict, SVNSkel workItems)
void
ISVNWCDb. addBaseNotPresentNode(java.io.File localAbspath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, SVNSkel conflict, SVNSkel workItems)
void
SVNWCDb. addBaseNotPresentNode(java.io.File localAbspath, java.io.File reposRelPath, SVNURL reposRootUrl, java.lang.String reposUuid, long revision, ISVNWCDb.SVNWCDbKind kind, SVNSkel conflict, SVNSkel workItems)
static java.lang.String
SvnWcDbStatementUtil. getKindText(ISVNWCDb.SVNWCDbKind kind)
void
ISVNWCDb. opRemoveNode(java.io.File localAbspath, long revision, ISVNWCDb.SVNWCDbKind kind)
void
SVNWCDb. opRemoveNode(java.io.File localAbspath, long notPresentRevision, ISVNWCDb.SVNWCDbKind notPresentKind)
-
Uses of ISVNWCDb.SVNWCDbKind in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng with parameters of type ISVNWCDb.SVNWCDbKind Modifier and Type Method Description void
SvnNgGetChangelistPaths. nodeFound(java.io.File localAbsPath, ISVNWCDb.SVNWCDbKind kind)
void
SvnNgGetInfo. nodeFound(java.io.File localAbspath, ISVNWCDb.SVNWCDbKind kind)
-