Package org.tbk.ngtor.command
Class HelpCommand
java.lang.Object
org.tbk.ngtor.command.HelpCommand
- All Implemented Interfaces:
org.springframework.boot.ApplicationRunner
@Component
@ConditionalOnCommand("help")
public class HelpCommand
extends Object
implements org.springframework.boot.ApplicationRunner
-
Constructor Summary
ConstructorsConstructorDescriptionHelpCommand(@NonNull org.springframework.boot.info.BuildProperties buildProperties) -
Method Summary
-
Constructor Details
-
HelpCommand
public HelpCommand(@NonNull @NonNull org.springframework.boot.info.BuildProperties buildProperties)
-
-
Method Details
-
run
public void run(org.springframework.boot.ApplicationArguments args) - Specified by:
runin interfaceorg.springframework.boot.ApplicationRunner
-