src/main/java/com/google/cloud/dfmetrics/commands/MetricsFetcherCommand.java [51:60]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      CommandLineArgs args, Dataflow dataflowClient, IOutputStore outputStore) {
    this.commandargs = args;
    this.dataflowClient = dataflowClient;
    this.outputStore = outputStore;
  }

  /** Loads & validates the supplied input configuration file and converts to jobconfig. */
  @Override
  public void initialize() {
    try {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/google/cloud/dfmetrics/commands/TemplateLauncherCommand.java [65:77]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
      CommandLineArgs args, Dataflow dataflowClient, IOutputStore outputStore) {
    this.commandargs = args;
    this.dataflowClient = dataflowClient;
    this.outputStore = outputStore;
  }

  /**
   * Loads & validates the supplied input configuration file and converts to jobconfig. Builds
   * appropriate template client based on the given template type (i.e classic or flex).
   */
  @Override
  public void initialize() {
    try {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



