Class UsageArgsInterpreter

java.lang.Object
it.tidalwave.datamanager.application.nogui.args.UsageArgsInterpreter
All Implemented Interfaces:
org.springframework.boot.ApplicationRunner

@Component @Order(2147483647) public class UsageArgsInterpreter extends Object implements org.springframework.boot.ApplicationRunner
The command line args interpreter that prints usage for all commands.
Author:
Fabrizio Giudici
  • Constructor Details

    • UsageArgsInterpreter

      public UsageArgsInterpreter()
  • Method Details

    • run

      public void run(@Nonnull org.springframework.boot.ApplicationArguments args)
      Specified by:
      run in interface org.springframework.boot.ApplicationRunner
    • disableUsage

      public void disableUsage()
      Disables usage printing.