Package org.gorpipe.gor.cli
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 voidmain(java.lang.String[] args)
-
Constructor Details
-
GorConfigDoc
public GorConfigDoc()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-