Class GenerateConfig
java.lang.Object
com.github.cafapi.common.util.tools.GenerateConfig
Utility app for generating configuration files. It will use whichever implementation of Codec is present on the classpath, and will
output the result to stdout.
Example usage: java -cp "*" com.github.cafapi.common.util.tools.GenerateConfig com.hp.caf.worker.queue.RabbitWorkerQueueConfiguration
-
Method Summary
-
Method Details
-
main
public static void main(String[] args) throws ClassNotFoundException, NoSuchMethodException, CodecException, InstantiationException, IllegalAccessException, InvocationTargetException, ModuleLoaderException
-