Uses of Interface
org.tigris.subversion.javahl.InputInterface
Packages that use InputInterface
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of InputInterface in org.tigris.subversion.javahl
Classes in org.tigris.subversion.javahl that implement InputInterfaceModifier and TypeClassDescriptionclass
this class implements the connection to SVNAdminMethods in org.tigris.subversion.javahl that return InputInterfaceModifier and TypeMethodDescriptionSVNOutputStream.getInputer()
Get the Interface to connect to SVNAdminMethods in org.tigris.subversion.javahl with parameters of type InputInterfaceModifier and TypeMethodDescriptionprivate static InputStream
SVNAdmin.createInputStream
(InputInterface dataIn) void
SVNAdmin.load
(String path, InputInterface dataInput, OutputInterface messageOutput, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, String relativePath) void
SVNAdmin.load
(String path, InputInterface dataInput, OutputInterface messageOutput, boolean ignoreUUID, boolean forceUUID, String relativePath) load the data of a dump into a repository,