Interface SummerRunner


public interface SummerRunner
Author:
Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(org.apache.commons.cli.CommandLine cli, File configDir, com.google.inject.Injector guiceInjector, HealthInspector healthInspector, PostOffice postOffice)
     
  • Method Details

    • run

      void run(org.apache.commons.cli.CommandLine cli, File configDir, com.google.inject.Injector guiceInjector, HealthInspector healthInspector, PostOffice postOffice) throws Exception
      Parameters:
      cli -
      configDir -
      guiceInjector -
      healthInspector -
      postOffice -
      Throws:
      Exception