Class GovernmentCLIManager
java.lang.Object
collectionManagers.modeManagers.userMode.GovernmentCLIManager
- All Implemented Interfaces:
ModeManager<Government>
The GovernmentCLIManager class is responsible for managing the Government mode in the user interface.
It implements the ModeManager interface for Government type and provides methods for building the object.
- Since:
- 2.0
- Author:
- boris
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method builds the Government object using user input and returns the constructed object.
-
Constructor Details
-
GovernmentCLIManager
public GovernmentCLIManager()
-
-
Method Details
-
buildObject
This method builds the Government object using user input and returns the constructed object.- Specified by:
buildObject
in interfaceModeManager<Government>
- Returns:
- The Government object built using user input.
- Throws:
BuildObjectException
- If there is an error while constructing the object.
-