Class DebugStore.Builder
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.tool.DebugStore.Builder
-
- Enclosing class:
- DebugStore
public static class DebugStore.Builder extends Object
Collect options for theDebugStorecommand.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugStorebuild()Create an executable version of theDebugStorecommand.DebugStore.BuilderwithPath(File path)The path to an existing segment store.
-
-
-
Method Detail
-
withPath
public DebugStore.Builder withPath(File path)
The path to an existing segment store. This parameter is required.- Parameters:
path- the path to an existing segment store.- Returns:
- this builder.
-
build
public DebugStore build()
Create an executable version of theDebugStorecommand.- Returns:
- an instance of
Runnable.
-
-