Package sources.client


package sources.client
  • Class
    Description
    The Client interface represents a client application.
    The ConsoleClient class implements the Client interface and is responsible for interacting with the user through the console.
    The Invoker class is responsible for executing commands and maintaining a history of executed commands.
    The MovieDataConsoleReader class provides static methods for reading movie data from console input.
    The PrettyPrinter class contains methods for printing movie data in a user-friendly way.