DOC

at.molindo : scrutineer

Maven & Gradle

Jan 18, 2016
1 usages
1 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 at.molindo : scrutineer Javadoc & API Documentation - Latest Versions:

All Versions

Download at.molindo : scrutineer Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
3.0.x
2.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file scrutineer-3.0.0-javadoc.jar to scrutineer-3.0.0-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder scrutineer-3.0.0-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-3.0.0-sources.jar" -d "scrutineer-3.0.0-javadoc" -subpackages 

Advertisement