Package org.summerboot.jexpress.boot
Class SummerRunner.RunnerContext
java.lang.Object
org.summerboot.jexpress.boot.SummerRunner.RunnerContext
- Enclosing interface:
- SummerRunner
-
Constructor Summary
ConstructorsConstructorDescriptionRunnerContext(org.apache.commons.cli.CommandLine cli, File configDir, com.google.inject.Injector guiceInjector, HealthInspector healthInspector, PostOffice postOffice) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.cli.CommandLinegetCli()com.google.inject.Injector
-
Constructor Details
-
RunnerContext
public RunnerContext(org.apache.commons.cli.CommandLine cli, File configDir, com.google.inject.Injector guiceInjector, HealthInspector healthInspector, PostOffice postOffice)
-
-
Method Details
-
getCli
public org.apache.commons.cli.CommandLine getCli() -
getConfigDir
-
getGuiceInjector
public com.google.inject.Injector getGuiceInjector() -
getHealthInspector
-
getPostOffice
-