-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Input handler #2
base: master
Are you sure you want to change the base?
Commits on Feb 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7f16e1e - Browse repository at this point
Copy the full SHA 7f16e1eView commit details
Commits on Feb 26, 2022
-
Тип данных, возвращаемых классами-читателями изменен со String на Arr…
…ayList<String>. Убрано все лишнее из главного класса.
Configuration menu - View commit details
-
Copy full SHA for 3949000 - Browse repository at this point
Copy the full SHA 3949000View commit details -
Configuration menu - View commit details
-
Copy full SHA for 268a4e7 - Browse repository at this point
Copy the full SHA 268a4e7View commit details -
Переписан функционал класса AddCommand. Теерь класс проверяет коррект…
…ность входных данных, формирует элемент и добавляет его в коллекцию.
Configuration menu - View commit details
-
Copy full SHA for 0079174 - Browse repository at this point
Copy the full SHA 0079174View commit details
Commits on Mar 3, 2022
-
Изменены аргументы, подаваемые в классы команд. Программа упрощена. И…
…зменена техника считывания данных с консоли.
Configuration menu - View commit details
-
Copy full SHA for 3040eb5 - Browse repository at this point
Copy the full SHA 3040eb5View commit details
Commits on Mar 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7d11211 - Browse repository at this point
Copy the full SHA 7d11211View commit details
Commits on Mar 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b04ff97 - Browse repository at this point
Copy the full SHA b04ff97View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6b903 - Browse repository at this point
Copy the full SHA cc6b903View commit details -
Configuration menu - View commit details
-
Copy full SHA for d7f6a47 - Browse repository at this point
Copy the full SHA d7f6a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79f9a1e - Browse repository at this point
Copy the full SHA 79f9a1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca719e6 - Browse repository at this point
Copy the full SHA ca719e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a7bda9 - Browse repository at this point
Copy the full SHA 5a7bda9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a018137 - Browse repository at this point
Copy the full SHA a018137View commit details
Commits on Mar 8, 2022
-
Поле inputHandler класса AskInput по умолчанию будет consoleInputRead…
…er, это упростит его встраивание и работу с ним. Внесены мелкие правки, не меняющие сути программы.
Configuration menu - View commit details
-
Copy full SHA for 34a0c7b - Browse repository at this point
Copy the full SHA 34a0c7bView commit details -
Исправлена ошибочка возвращаемого типа в методе askCoordinates(). Теп…
…ерь метод возвращает не строку, а объект класса Coordinates.
Configuration menu - View commit details
-
Copy full SHA for 8cc6c01 - Browse repository at this point
Copy the full SHA 8cc6c01View commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1f9a465 - Browse repository at this point
Copy the full SHA 1f9a465View commit details
Commits on Mar 11, 2022
-
Теперь включение / выключение дружественного интерфейса не зависит от…
… экземпляра класса
Configuration menu - View commit details
-
Copy full SHA for cdf23a3 - Browse repository at this point
Copy the full SHA cdf23a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6ef1e - Browse repository at this point
Copy the full SHA eb6ef1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d530f89 - Browse repository at this point
Copy the full SHA d530f89View commit details -
проверка команды на правильность делегирована классу AskInput из клас…
…са CommandManager
Configuration menu - View commit details
-
Copy full SHA for a7fd799 - Browse repository at this point
Copy the full SHA a7fd799View commit details
Commits on Mar 12, 2022
-
Полностью прописаны две команды: add и update. Сделана уже окончатель…
…ная версия ввода с консоли.
Configuration menu - View commit details
-
Copy full SHA for 20150fa - Browse repository at this point
Copy the full SHA 20150faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fd041f - Browse repository at this point
Copy the full SHA 9fd041fView commit details -
Команда DeleteCommand переименована в RemoveCommand; Команда удаления…
… элемента прописана.
Configuration menu - View commit details
-
Copy full SHA for 3c9bfb8 - Browse repository at this point
Copy the full SHA 3c9bfb8View commit details
Commits on Mar 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c8706db - Browse repository at this point
Copy the full SHA c8706dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f97d82 - Browse repository at this point
Copy the full SHA 2f97d82View commit details -
В классе AskInput прописаны все исключения, касающиеся некорректного …
…ввода данных, а именно: неверный тип данных; данные, выходящие за пределы позволенного диапазона значений.
Configuration menu - View commit details
-
Copy full SHA for bf984c6 - Browse repository at this point
Copy the full SHA bf984c6View commit details -
Проверка на пустой ввод делегирована из класса ConsoleInputHandler в …
…класс AskInput. Из класса InputHandler удалена обработка строки от пробелов, тк это стало бесполезным с преображением консольного ввода.
Configuration menu - View commit details
-
Copy full SHA for e503f72 - Browse repository at this point
Copy the full SHA e503f72View commit details -
Прописаны исключения для несуществующего id. Вывод сообщения об успеш…
…но выполненной команде делегирован на уровень выше: из класса ArrayDequeDAO в классы команд.
Configuration menu - View commit details
-
Copy full SHA for ec13a61 - Browse repository at this point
Copy the full SHA ec13a61View commit details -
Merge remote-tracking branch 'origin/input_handler' into input_handler
# Conflicts: # src/handlers/InputHandler.java
Configuration menu - View commit details
-
Copy full SHA for 6fd4763 - Browse repository at this point
Copy the full SHA 6fd4763View commit details
Commits on Mar 16, 2022
-
Большая часть исключений класса FileInputHandler делегирована классу …
…AskInput. Конструкция минимально работает.
Configuration menu - View commit details
-
Copy full SHA for 4b888b1 - Browse repository at this point
Copy the full SHA 4b888b1View commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 78dafe1 - Browse repository at this point
Copy the full SHA 78dafe1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2adf7bc - Browse repository at this point
Copy the full SHA 2adf7bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 625977d - Browse repository at this point
Copy the full SHA 625977dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d76d45 - Browse repository at this point
Copy the full SHA 7d76d45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3379c58 - Browse repository at this point
Copy the full SHA 3379c58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71b73e1 - Browse repository at this point
Copy the full SHA 71b73e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ad7668 - Browse repository at this point
Copy the full SHA 2ad7668View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb12291 - Browse repository at this point
Copy the full SHA eb12291View commit details -
Configuration menu - View commit details
-
Copy full SHA for de303f2 - Browse repository at this point
Copy the full SHA de303f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ea1aa8 - Browse repository at this point
Copy the full SHA 1ea1aa8View commit details
Commits on Mar 19, 2022
-
команды переписаны и отправлены на тестировку + добавлена парочка в д…
…ао + переопределен метод toString в source классах для корректного вывода
Configuration menu - View commit details
-
Copy full SHA for 162220a - Browse repository at this point
Copy the full SHA 162220aView commit details
Commits on Mar 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 58331f9 - Browse repository at this point
Copy the full SHA 58331f9View commit details