| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.wc2 | |
| org.tmatesoft.svn.core.internal.wc2.ng | |
| org.tmatesoft.svn.core.internal.wc2.old |
| Modifier and Type | Method and Description |
|---|---|
static SvnRepositoryAccess.RepositoryInfo |
SvnRepositoryAccess.RepositoryInfo.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SvnRepositoryAccess.RepositoryInfo[] |
SvnRepositoryAccess.RepositoryInfo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Structure<SvnRepositoryAccess.RepositoryInfo> |
SvnRepositoryAccess.createRepositoryFor(SvnTarget target,
SVNRevision revision,
SVNRevision pegRevision,
java.io.File baseDirectory) |
| Modifier and Type | Method and Description |
|---|---|
Structure<SvnRepositoryAccess.RepositoryInfo> |
SvnNgRepositoryAccess.createRepositoryFor(SvnTarget target,
SVNRevision revision,
SVNRevision pegRevision,
java.io.File baseDirectory) |
| Modifier and Type | Method and Description |
|---|---|
Structure<SvnRepositoryAccess.RepositoryInfo> |
SvnOldRepositoryAccess.createRepositoryFor(SvnTarget target,
SVNRevision revision,
SVNRevision pegRevision,
java.io.File baseDirectory) |