Class Diff
- java.lang.Object
-
- org.apache.jackrabbit.oak.segment.tool.Diff
-
public class Diff extends Object
Shows the differences between two head states.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDiff.BuilderCollect options for theDiffcommand.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Diff.Builderbuilder()Create a builder for theDiffcommand.intrun()
-
-
-
Method Detail
-
builder
public static Diff.Builder builder()
Create a builder for theDiffcommand.- Returns:
- an instance of
Diff.Builder.
-
run
public int run()
-
-