| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.wc17 | |
| org.tmatesoft.svn.core.internal.wc17.db |
| Constructor and Description |
|---|
SVNWCContext(ISVNWCDb.SVNWCDbOpenMode mode,
ISVNOptions config,
boolean autoUpgrade,
boolean enforceEmptyWQ,
ISVNEventHandler eventHandler) |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
SVNSqlJetDb |
SVNWCDb.borrowDbTemp(java.io.File localDirAbsPath,
ISVNWCDb.SVNWCDbOpenMode mode) |
SVNSqlJetDb |
ISVNWCDb.borrowDbTemp(java.io.File dirAbsPath,
ISVNWCDb.SVNWCDbOpenMode mode) |
void |
SVNWCDb.open(ISVNWCDb.SVNWCDbOpenMode mode,
ISVNOptions config,
boolean autoUpgrade,
boolean enforceEmptyWQ) |
void |
ISVNWCDb.open(ISVNWCDb.SVNWCDbOpenMode mode,
ISVNOptions config,
boolean autoUpgrade,
boolean enforceEmptyWQ)
Open a working copy administrative database context.
|