static CheckHelper.Builder |
CheckHelper.builder() |
|
CheckHelper.Builder |
CheckHelper.Builder.withCheckBinaries(boolean checkBinaries) |
Instruct the command to scan the full content of binary properties.
|
CheckHelper.Builder |
CheckHelper.Builder.withCheckHead(boolean checkHead) |
Instruct the command to check head state.
|
CheckHelper.Builder |
CheckHelper.Builder.withCheckpoints(Set<String> checkpoints) |
Instruct the command to check specified checkpoints.
|
CheckHelper.Builder |
CheckHelper.Builder.withDebugInterval(long debugInterval) |
Number of seconds between successive debug print statements.
|
CheckHelper.Builder |
CheckHelper.Builder.withErrWriter(PrintWriter errWriter) |
The text error stream writer used to print erroneous output.
|
CheckHelper.Builder |
CheckHelper.Builder.withFailFast(boolean failFast) |
|
CheckHelper.Builder |
CheckHelper.Builder.withFilterPaths(Set<String> filterPaths) |
Content paths to be checked.
|
CheckHelper.Builder |
CheckHelper.Builder.withOutWriter(PrintWriter outWriter) |
The text output stream writer used to print normal output.
|
CheckHelper.Builder |
CheckHelper.Builder.withRevisionsCount(Integer revisionsCount) |
Instruct the command to check only the last revisionsCount revisions.
|