Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.WCDbBaseInfo
-
Packages that use ISVNWCDb.WCDbBaseInfo Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of ISVNWCDb.WCDbBaseInfo in org.tmatesoft.svn.core.internal.wc17
Methods in org.tmatesoft.svn.core.internal.wc17 that return ISVNWCDb.WCDbBaseInfo Modifier and Type Method Description ISVNWCDb.WCDbBaseInfo
SVNWCContext. getNodeBase(java.io.File localAbsPath, boolean ignoreNonExisting, boolean showHidden)
-
Uses of ISVNWCDb.WCDbBaseInfo in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNWCDb.WCDbBaseInfo Modifier and Type Method Description ISVNWCDb.WCDbBaseInfo
ISVNWCDb. getBaseInfo(java.io.File localAbsPath, ISVNWCDb.WCDbBaseInfo.BaseInfoField... fields)
Retrieve information about a node in the BASE tree.ISVNWCDb.WCDbBaseInfo
SVNWCDb. getBaseInfo(java.io.File localAbsPath, ISVNWCDb.WCDbBaseInfo.BaseInfoField... fields)
ISVNWCDb.WCDbBaseInfo
SVNWCDb. getBaseInfo(SVNWCDbRoot root, java.io.File localRelPath, ISVNWCDb.WCDbBaseInfo.BaseInfoField... fields)
Methods in org.tmatesoft.svn.core.internal.wc17.db that return types with arguments of type ISVNWCDb.WCDbBaseInfo Modifier and Type Method Description java.util.Map<java.lang.String,ISVNWCDb.WCDbBaseInfo>
ISVNWCDb. getBaseChildrenMap(java.io.File localAbsPath, boolean fetchLocks)
java.util.Map<java.lang.String,ISVNWCDb.WCDbBaseInfo>
ISVNWCDb. getBaseChildrenMap(SVNWCDbRoot root, java.io.File localRelPath, boolean fetchLocks)
java.util.Map<java.lang.String,ISVNWCDb.WCDbBaseInfo>
SVNWCDb. getBaseChildrenMap(java.io.File localAbsPath, boolean fetchLocks)
java.util.Map<java.lang.String,ISVNWCDb.WCDbBaseInfo>
SVNWCDb. getBaseChildrenMap(SVNWCDbRoot wcRoot, java.io.File localRelPath, boolean fetchLocks)
-