Class CityCLIManager

java.lang.Object
collectionManagers.modeManagers.userMode.CityCLIManager
All Implemented Interfaces:
ModeManager<City>

public class CityCLIManager extends Object implements ModeManager<City>
This class implements the ModeManager interface for City objects. It contains methods for building a new City object using user input through the command line interface. It handles input validation for all required fields, and uses other CLIManagers to obtain nested objects.
Since:
2.0
Author:
boris
See Also: