Package org.summerboot.jexpress.boot
Interface SummerRunner
public interface SummerRunner
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Method Summary
Modifier and TypeMethodDescriptionvoidrun(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
-