public class JarCommand 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.ArchiveOptionHandlerAbstract base  CompilerOptionHandlerfor archive commands. | 
| Constructor and Description | 
|---|
| JarCommand() | 
| 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