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.SVNWCDbOpenModeISVNWCDb.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.SVNWCDbOpenModeModifier and TypeMethodDescriptionISVNWCDb.borrowDbTemp(java.io.File dirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode) SVNWCDb.borrowDbTemp(java.io.File localDirAbsPath, ISVNWCDb.SVNWCDbOpenMode mode) voidISVNWCDb.open(ISVNWCDb.SVNWCDbOpenMode mode, ISVNOptions config, boolean autoUpgrade, boolean enforceEmptyWQ) Open a working copy administrative database context.voidSVNWCDb.open(ISVNWCDb.SVNWCDbOpenMode mode, ISVNOptions config, boolean autoUpgrade, boolean enforceEmptyWQ)