public class Main extends Object
Constructor and Description |
---|
Main(LanguageManagerInterface languageManager)
A basic constructor where the language manager is injected thanks to Google Guice.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
The main entry point of the program, will ask what kind of interface the user wants to use, and will call the
right entry point.
|
@Inject public Main(LanguageManagerInterface languageManager)
languageManager
- the language manager used for internationalization.public static void main(String[] args)
args
- the generics arguments.Copyright © 2016. All Rights Reserved.