Uses of Enum
org.tmatesoft.svn.core.internal.wc17.db.ISVNWCDb.SVNWCDbOpenMode
Packages that use ISVNWCDb.SVNWCDbOpenMode
-
Uses of ISVNWCDb.SVNWCDbOpenMode in org.tmatesoft.svn.core.internal.wc17
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNWCDb.SVNWCDbOpenModeModifierConstructorDescriptionSVNWCContext
(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.SVNWCDbOpenModeModifier and TypeMethodDescriptionstatic ISVNWCDb.SVNWCDbOpenMode
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.SVNWCDbOpenModeModifier and TypeMethodDescriptionISVNWCDb.borrowDbTemp
(File dirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode) SVNWCDb.borrowDbTemp
(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)