Class 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

      All Methods Static Methods Concrete Methods 
      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 Detail

      • GorConfigDoc

        public GorConfigDoc()
    • Method Detail

      • main

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