DOC

com.aconex.scrutineer : scrutineer

Maven & Gradle

Dec 16, 2020
1 usages
224 stars

Scrutineer (Stream Comparator) · Compares 2 streams of Ids and Versions to prove that a secondary source is in sync with a primary source of truth. Designed to verify an elasticsearch cluster contains correct information from a JDBC source.

Table Of Contents

Latest Version

Download com.aconex.scrutineer : scrutineer Javadoc & API Documentation - Latest Versions:

All Versions

Download com.aconex.scrutineer : scrutineer Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
7.9.x
6.8.x
6.5.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file scrutineer-7.9.3-javadoc.jar to scrutineer-7.9.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder scrutineer-7.9.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "scrutineer-7.9.3-sources.jar" -d "scrutineer-7.9.3-javadoc" -subpackages 

Advertisement