Package | Description |
---|---|
org.tigris.subversion.javahl |
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNOutputStream.Inputer
this class implements the connection to SVNAdmin
|
Modifier and Type | Method and Description |
---|---|
InputInterface |
SVNOutputStream.getInputer()
Get the Interface to connect to SVNAdmin
|
Modifier and Type | Method and Description |
---|---|
private static java.io.InputStream |
SVNAdmin.createInputStream(InputInterface dataIn) |
void |
SVNAdmin.load(java.lang.String path,
InputInterface dataInput,
OutputInterface messageOutput,
boolean ignoreUUID,
boolean forceUUID,
boolean usePreCommitHook,
boolean usePostCommitHook,
java.lang.String relativePath) |
void |
SVNAdmin.load(java.lang.String path,
InputInterface dataInput,
OutputInterface messageOutput,
boolean ignoreUUID,
boolean forceUUID,
java.lang.String relativePath)
load the data of a dump into a repository,
|