public class SleepTestCommand extends CommandBase
  • Field Details

    • MESSAGE_COMMANDS_SLEEP_TEST_INTERRUPTED

      @Nonnull private static final Message MESSAGE_COMMANDS_SLEEP_TEST_INTERRUPTED
    • sleepArg

      @Nonnull private final DefaultArg<Integer> sleepArg
    • countArg

      @Nonnull private final DefaultArg<Integer> countArg
  • Constructor Details

    • SleepTestCommand

      public SleepTestCommand()
  • Method Details