Class GorConfigDoc

java.lang.Object
org.gorpipe.gor.cli.GorConfigDoc

public class GorConfigDoc
extends java.lang.Object
A main class to scan through the runtime classpath and find all descendants of Config. Each of them is then analyzed through reflection and documentation for all config options that are declared in each of them is presented as a simple ASCII table.
  • Constructor Summary

    Constructors 
    Constructor Description
    GorConfigDoc()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(java.lang.String[] args)