Module org.eclipse.jgit
Interface FileReftableStack.Writer
-
- Enclosing class:
- FileReftableStack
public static interface FileReftableStack.WriterWriter is a callable that writes data to a reftable under construction. It should set the min/max update index, and then write refs and/or logs. It should not call finish() on the writer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcall(ReftableWriter w)Write data to reftable
-
-
-
Method Detail
-
call
void call(ReftableWriter w) throws IOException
Write data to reftable- Parameters:
w- writer to use- Throws:
IOException
-
-