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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Disables usage printing.void
run
(org.springframework.boot.ApplicationArguments args)
-
Constructor Details
-
UsageArgsInterpreter
public UsageArgsInterpreter()
-
-
Method Details
-
run
public void run(@Nonnull org.springframework.boot.ApplicationArguments args) - Specified by:
run
in interfaceorg.springframework.boot.ApplicationRunner
-
disableUsage
public void disableUsage()Disables usage printing.
-