Class GenerateConfig

java.lang.Object
com.github.cafapi.common.util.tools.GenerateConfig

public final class GenerateConfig extends Object
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