Class DebugTars.Builder
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.tool.DebugTars.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DebugTars
build()
Create an executable version of theDebugTars
command.DebugTars.Builder
withPath(File path)
The path to an existing segment store.DebugTars.Builder
withTar(String tar)
Add a TAR file.
-
-
-
Method Detail
-
withPath
public DebugTars.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.
-
withTar
public DebugTars.Builder withTar(String tar)
Add a TAR file. The command will print information about every TAR file added via this method. It is mandatory to add at least one TAR file.- Parameters:
tar
- the name of a TAR file.- Returns:
- this builder.
-
-