Uses of Interface
org.tigris.subversion.javahl.OutputInterface
Packages that use OutputInterface
Package
Description
Provides a (mostly native, using JNI and javah) implementation of
a high level Java API for
Subversion.
-
Uses of OutputInterface in org.tigris.subversion.javahl
Classes in org.tigris.subversion.javahl that implement OutputInterfaceModifier and TypeClassDescriptionclass
this class implements the connection to SVNAdminMethods in org.tigris.subversion.javahl that return OutputInterfaceModifier and TypeMethodDescriptionSVNInputStream.getOutputer()
Get the Interface to connect to SVNAdminMethods in org.tigris.subversion.javahl with parameters of type OutputInterfaceModifier and TypeMethodDescriptionprivate static java.io.OutputStream
SVNAdmin.createOutputStream
(OutputInterface dataOut) void
SVNAdmin.dump
(java.lang.String path, OutputInterface dataOut, OutputInterface errorOut, Revision start, Revision end, boolean incremental) dump the data in a repositoryvoid
SVNAdmin.dump
(java.lang.String path, OutputInterface dataOut, OutputInterface errorOut, Revision start, Revision end, boolean incremental, boolean useDeltas) dump the data in a repositoryvoid
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,void
SVNAdmin.verify
(java.lang.String path, OutputInterface messageOut, Revision start, Revision end) verify the repository