Uses of Class
org.apache.jackrabbit.oak.segment.tool.Diff.Builder
Packages that use Diff.Builder
-
Uses of Diff.Builder in org.apache.jackrabbit.oak.segment.tool
Methods in org.apache.jackrabbit.oak.segment.tool that return Diff.BuilderModifier and TypeMethodDescriptionstatic Diff.Builder
Diff.builder()
Create a builder for theDiff
command.Diff.Builder.withFilter
(String filter) The path to a subtree.Diff.Builder.withIgnoreMissingSegments
(boolean ignoreMissingSegments) Whether to ignore exceptions caused by missing segments in the segment store.Diff.Builder.withIncremental
(boolean incremental) Set whether or not to perform an incremental diff of the specified interval.Diff.Builder.withInterval
(String interval) The two node records to diff specified as a record ID interval.Diff.Builder.withOutput
(File file) The file where the output of this command is stored.The path to an existing segment store.Diff.Builder.withReadOnlyFileStore
(ReadOnlyFileStore store) The read-only filestore at pathDiff.Builder.withRevisionsProcessor
(Revisions.RevisionsProcessor processor) The revisions processor used to list revisions