Class CoordinatesCLIManager
java.lang.Object
collectionManagers.modeManagers.userMode.CoordinatesCLIManager
- All Implemented Interfaces:
ModeManager<Coordinates>
A class that implements the ModeManager interface for creating Coordinate objects via command-line interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuilds a Coordinates object via command-line interface, prompting the user for input.
-
Constructor Details
-
CoordinatesCLIManager
public CoordinatesCLIManager()
-
-
Method Details
-
buildObject
Builds a Coordinates object via command-line interface, prompting the user for input.- Specified by:
buildObjectin interfaceModeManager<Coordinates>- Returns:
- the created Coordinates object.
- Throws:
BuildObjectException- if there is an error building the object.- Since:
- 2.0
-