public class ConfigOptionsDocGenerator extends Object
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
This method generates html tables from set of classes containing
ConfigOptions . |
public static void main(String[] args) throws Exception
ConfigOptions
.
For each class 1 or more html tables will be generated and placed into a separate file,
depending on whether the class is annotated with ConfigGroups
. The tables contain the
key, default value and description for every ConfigOption
.
One additional table is generated containing all ConfigOptions
that
are annotated with Documentation.Section
.
args
- [0] output directory for the generated files [1] project root directoryException
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.