AuthMeReloaded/src
ljacqu 8ef1b2ae3e #306 Add command service and set up constructor dependency injection
(work in progress)
- Pass all dependencies via constructor
- Encapsulate command handling more (e.g. split CommandHandler with new CommandMapper)
- Add help command to all base commands at one central point

See AccountsCommand or HelpCommand for an example of the advantages - all necessary functions come from CommandService; objects aren't retrieved through a singleton getInstance() method anymore
2015-12-23 14:54:45 +01:00
..
main #306 Add command service and set up constructor dependency injection 2015-12-23 14:54:45 +01:00
test #306 Add command service and set up constructor dependency injection 2015-12-23 14:54:45 +01:00
tools Minor - update AuthMe version in tools setvars.bat 2015-12-19 09:53:53 +01:00