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