Class ListBackupsArgsInterpreter
java.lang.Object
it.tidalwave.datamanager.application.nogui.args.ArgsInterpreterSupport
it.tidalwave.datamanager.application.nogui.args.ListBackupsArgsInterpreter
- All Implemented Interfaces:
UsageCapable
,org.springframework.boot.ApplicationRunner
@Component
@Order(0)
public class ListBackupsArgsInterpreter
extends ArgsInterpreterSupport
implements UsageCapable
The command line args interpreter for the
list-files
command.- Author:
- Fabrizio Giudici
-
Constructor Summary
ConstructorDescriptionListBackupsArgsInterpreter
(DataManagerPresentationControl presentationControl, DataManagerPresentation presentation, UsageArgsInterpreter usageArgsInterpreter) -
Method Summary
Modifier and TypeMethodDescriptionvoid
doRun
(org.springframework.boot.ApplicationArguments args) void
Prints the usage for this command.Methods inherited from class it.tidalwave.datamanager.application.nogui.args.ArgsInterpreterSupport
run
-
Constructor Details
-
ListBackupsArgsInterpreter
public ListBackupsArgsInterpreter(@Nonnull DataManagerPresentationControl presentationControl, @Nonnull DataManagerPresentation presentation, @Nonnull UsageArgsInterpreter usageArgsInterpreter)
-
-
Method Details
-
doRun
public void doRun(@Nonnull org.springframework.boot.ApplicationArguments args) - Specified by:
doRun
in classArgsInterpreterSupport
-
printUsage
public void printUsage()Prints the usage for this command.- Specified by:
printUsage
in interfaceUsageCapable
-