Uses of Class
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.SVNWCDbOpenMode
-
Packages that use ISVNWCDb.SVNWCDbOpenMode Package Description org.tmatesoft.svn.core.internal.wc17 org.tmatesoft.svn.core.internal.wc17.db -
-
Uses of ISVNWCDb.SVNWCDbOpenMode in org.tmatesoft.svn.core.internal.wc17
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDb.SVNWCDbOpenMode Constructor Description SVNWCContext(ISVNWCDb.SVNWCDbOpenMode mode, ISVNOptions config, boolean autoUpgrade, boolean enforceEmptyWQ, ISVNEventHandler eventHandler)
-
Uses of ISVNWCDb.SVNWCDbOpenMode in org.tmatesoft.svn.core.internal.wc17.db
Methods in org.tmatesoft.svn.core.internal.wc17.db that return ISVNWCDb.SVNWCDbOpenMode Modifier and Type Method Description static ISVNWCDb.SVNWCDbOpenMode
ISVNWCDb.SVNWCDbOpenMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ISVNWCDb.SVNWCDbOpenMode[]
ISVNWCDb.SVNWCDbOpenMode. 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 with parameters of type ISVNWCDb.SVNWCDbOpenMode Modifier and Type Method Description SVNSqlJetDb
ISVNWCDb. borrowDbTemp(java.io.File dirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode)
SVNSqlJetDb
SVNWCDb. borrowDbTemp(java.io.File localDirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode)
void
ISVNWCDb. open(ISVNWCDb.SVNWCDbOpenMode mode, ISVNOptions config, boolean autoUpgrade, boolean enforceEmptyWQ)
Open a working copy administrative database context.void
SVNWCDb. open(ISVNWCDb.SVNWCDbOpenMode mode, ISVNOptions config, boolean autoUpgrade, boolean enforceEmptyWQ)
-