Uses of Interface
org.tigris.subversion.javahl.InputInterface
-
Packages that use InputInterface Package Description org.tigris.subversion.javahl 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 InputInterface Modifier and Type Class Description class
SVNOutputStream.Inputer
this class implements the connection to SVNAdminMethods in org.tigris.subversion.javahl that return InputInterface Modifier and Type Method Description InputInterface
SVNOutputStream. getInputer()
Get the Interface to connect to SVNAdminMethods in org.tigris.subversion.javahl with parameters of type InputInterface Modifier and Type Method Description 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,
-