static Diff.Builder |
Diff.builder() |
Create a builder for the Diff command.
|
Diff.Builder |
Diff.Builder.withFilter(java.lang.String filter) |
The path to a subtree.
|
Diff.Builder |
Diff.Builder.withIgnoreMissingSegments(boolean ignoreMissingSegments) |
Whether to ignore exceptions caused by missing segments in the
segment store.
|
Diff.Builder |
Diff.Builder.withIncremental(boolean incremental) |
Set whether or not to perform an incremental diff of the specified
interval.
|
Diff.Builder |
Diff.Builder.withInterval(java.lang.String interval) |
The two node records to diff specified as a record ID interval.
|
Diff.Builder |
Diff.Builder.withOutput(java.io.File file) |
The file where the output of this command is stored.
|
Diff.Builder |
Diff.Builder.withPath(java.lang.String path) |
The path to an existing segment store.
|
Diff.Builder |
Diff.Builder.withReadOnlyFileStore(ReadOnlyFileStore store) |
The read-only filestore at path
|
Diff.Builder |
Diff.Builder.withRevisionsProcessor(Revisions.RevisionsProcessor processor) |
The revisions processor used to list revisions
|