Package org.gorpipe.gor.cli
Class GorConfigDoc
- java.lang.Object
-
- org.gorpipe.gor.cli.GorConfigDoc
-
public class GorConfigDoc extends java.lang.ObjectA main class to scan through the runtime classpath and find all descendants ofConfig. 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 voidmain(java.lang.String[] args)
-