public class WarCommand extends OptionParsingCommand
Command to create a self-contained executable jar file from a CLI application.| Modifier and Type | Class and Description | 
|---|---|
protected static class  | 
org.springframework.boot.cli.command.archive.ArchiveCommand.ArchiveOptionHandler
Abstract base  
CompilerOptionHandler for archive commands. | 
| Constructor and Description | 
|---|
WarCommand()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getUsageHelp()
Returns usage help for the command. 
 | 
getHandler, getHelp, getOptionsHelp, rungetDescription, getExamples, getNamepublic String getUsageHelp()
CommandgetUsageHelp in interface CommandgetUsageHelp in class AbstractCommand