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 classSVNInputStream.Outputerthis class implements the connection to SVNAdminMethods in org.tigris.subversion.javahl that return OutputInterface Modifier and Type Method Description OutputInterfaceSVNInputStream. getOutputer()Get the Interface to connect to SVNAdminMethods in org.tigris.subversion.javahl with parameters of type OutputInterface Modifier and Type Method Description private 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
-