Class ArgsInterpreterSupport

java.lang.Object
it.tidalwave.datamanager.application.nogui.args.ArgsInterpreterSupport
All Implemented Interfaces:
org.springframework.boot.ApplicationRunner
Direct Known Subclasses:
ListBackupsArgsInterpreter, ListManagedFilesArgsInterpreter

public abstract class ArgsInterpreterSupport extends Object implements org.springframework.boot.ApplicationRunner
Author:
Fabrizio Giudici
  • Constructor Details

    • ArgsInterpreterSupport

      public ArgsInterpreterSupport()
  • Method Details

    • run

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

      protected abstract void doRun(@Nonnull org.springframework.boot.ApplicationArguments args)