All Implemented Interfaces:
SetupCommand, AutoCloseable

public class AddUser extends AbstractUserSetupCommand
Created by patricktwohig on 4/8/15.
  • Constructor Details

    • AddUser

      public AddUser()
  • Method Details

    • writeUserToDatabase

      protected void writeUserToDatabase(joptsimple.OptionSet optionSet)
      Description copied from class: AbstractUserSetupCommand
      Performs the actual changes and commits them to the database.
      Specified by:
      writeUserToDatabase in class AbstractUserSetupCommand
      Parameters:
      optionSet -
    • getUserDao

      public UserDao getUserDao()
    • setUserDao

      @Inject public void setUserDao(UserDao userDao)