Class RunCommand
java.lang.Object
org.springframework.boot.cli.command.AbstractCommand
org.springframework.boot.cli.command.OptionParsingCommand
org.springframework.boot.cli.command.run.RunCommand
- All Implemented Interfaces:
Command
Command
to 'run' a groovy script or scripts.- Since:
- 1.0.0
- Author:
- Phillip Webb, Dave Syer, Andy Wilkinson
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.boot.cli.command.OptionParsingCommand
getHandler, getHelp, getOptionsHelp, run
Methods inherited from class org.springframework.boot.cli.command.AbstractCommand
getDescription, getExamples, getName
-
Constructor Details
-
RunCommand
public RunCommand()
-
-
Method Details
-
getUsageHelp
Description copied from interface:Command
Returns usage help for the command. This should be a simple one-line string describing basic usage. e.g. '[options] <file>'. Do not include the name of the command in this string.- Specified by:
getUsageHelp
in interfaceCommand
- Overrides:
getUsageHelp
in classAbstractCommand
- Returns:
- the command's usage help
-
stop
public void stop()
-