Class History
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.tool.History
-
public class History extends Object
Prints the revision history of an existing segment store. Optionally, it can narrow to the output to the history of a single node.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHistory.BuilderCollect options for theHistorycommand.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static History.Builderbuilder()Create a builder for theHistorycommand.intrun()
-
-
-
Method Detail
-
builder
public static History.Builder builder()
Create a builder for theHistorycommand.- Returns:
- an instance of
History.Builder.
-
run
public int run()
-
-