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 TypeClassDescriptionclassthis 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.OutputStreamSVNAdmin.createOutputStream(OutputInterface dataOut) voidSVNAdmin.dump(java.lang.String path, OutputInterface dataOut, OutputInterface errorOut, Revision start, Revision end, boolean incremental) dump the data in a repositoryvoidSVNAdmin.dump(java.lang.String path, OutputInterface dataOut, OutputInterface errorOut, Revision start, Revision end, boolean incremental, boolean useDeltas) dump the data in a repositoryvoidSVNAdmin.load(java.lang.String path, InputInterface dataInput, OutputInterface messageOutput, boolean ignoreUUID, boolean forceUUID, boolean usePreCommitHook, boolean usePostCommitHook, java.lang.String relativePath) voidSVNAdmin.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,voidSVNAdmin.verify(java.lang.String path, OutputInterface messageOut, Revision start, Revision end) verify the repository