Class DebugTars
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.tool.DebugTars
-
public class DebugTars extends Object
Print information about one or more TAR files from an existing segment store.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DebugTars.Builder
Collect options for theDebugTars
command.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DebugTars.Builder
builder()
Create a builder for theDebugTars
command.int
run()
-
-
-
Method Detail
-
builder
public static DebugTars.Builder builder()
Create a builder for theDebugTars
command.- Returns:
- an instance of
DebugTars.Builder
.
-
run
public int run()
-
-