Class GrabCommand
java.lang.Object
org.springframework.boot.cli.command.AbstractCommand
org.springframework.boot.cli.command.OptionParsingCommand
org.springframework.boot.cli.command.grab.GrabCommand
- All Implemented Interfaces:
 Command
Command to grab the dependencies of one or more Groovy scripts.- Since:
 - 1.0.0
 - Author:
 - Andy Wilkinson
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.boot.cli.command.OptionParsingCommand
getHandler, getHelp, getOptionsHelp, runMethods inherited from class org.springframework.boot.cli.command.AbstractCommand
getDescription, getExamples, getName, getUsageHelp 
- 
Constructor Details
- 
GrabCommand
public GrabCommand() 
 -