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