public class MainCLI extends Object
Constructor and Description |
---|
MainCLI(MowerController controller,
LanguageManagerInterface languageManager,
FileControl fileControl)
MainCLI base constructor, loaded with Google GUICE.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
the main entry point which will load the program.
|
@Inject public MainCLI(MowerController controller, LanguageManagerInterface languageManager, FileControl fileControl)
controller
- the main controller which controls mowerslanguageManager
- the language manager for internationalizationfileControl
- the file control manager.public static void main(String[] args)
Copyright © 2016. All Rights Reserved.