Class Revisions.Builder
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.tool.Revisions.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Revisions
build()
Create an executable version of theRevisions
command.Revisions.Builder
withOutput(File out)
The file where the output of this command is stored.Revisions.Builder
withPath(String path)
The path to an existing segment store.
-
-
-
Method Detail
-
withPath
public Revisions.Builder withPath(String path)
The path to an existing segment store. This parameter is required.- Parameters:
path
- the path to an existing segment store.- Returns:
- this builder.
-
withOutput
public Revisions.Builder withOutput(File out)
The file where the output of this command is stored. this parameter is mandatory.- Parameters:
out
- the output file.- Returns:
- this builder.
-
-