public static class GenerationGraph.Builder extends Object
GenerationGraph command.| Modifier and Type | Method and Description |
|---|---|
Runnable |
build()
Create an executable version of the
GenerationGraph command. |
GenerationGraph.Builder |
withOutput(OutputStream out)
The destination of the output of the command.
|
GenerationGraph.Builder |
withPath(File path)
The path to an existing segment store.
|
public GenerationGraph.Builder withPath(File path)
path - the path to an existing segment store.public GenerationGraph.Builder withOutput(OutputStream out)
out - the destination of the output of the command.public Runnable build()
GenerationGraph command.Runnable.Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.