Class OutputFormatWriter
- java.lang.Object
-
- org.molgenis.vibe.cli.io.output.format.OutputFormatWriter
-
- Direct Known Subclasses:
PrioritizedOutputFormatWriter
public abstract class OutputFormatWriter extends Object
Abstract class defining a complete writer (usingOutputWriteras target to write to).
-
-
Constructor Summary
Constructors Constructor Description OutputFormatWriter(OutputWriter outputWriter)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidgenerateOutput()protected OutputWritergetOutputWriter()voidrun()
-
-
-
Constructor Detail
-
OutputFormatWriter
public OutputFormatWriter(OutputWriter outputWriter)
-
-
Method Detail
-
getOutputWriter
protected OutputWriter getOutputWriter()
-
generateOutput
protected abstract void generateOutput() throws IOException- Throws:
IOException
-
run
public void run() throws IOException- Throws:
IOException
-
-