Uses of Interface
org.tigris.subversion.javahl.OutputInterface
-
Packages that use OutputInterface 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 OutputInterface in org.tigris.subversion.javahl
Classes in org.tigris.subversion.javahl that implement OutputInterface Modifier and Type Class Description class
SVNInputStream.Outputer
this class implements the connection to SVNAdminMethods in org.tigris.subversion.javahl that return OutputInterface Modifier and Type Method Description OutputInterface
SVNInputStream. getOutputer()
Get the Interface to connect to SVNAdminMethods in org.tigris.subversion.javahl with parameters of type OutputInterface Modifier and Type Method Description 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
-