Class WarCommand
java.lang.Object
org.springframework.boot.cli.command.AbstractCommand
org.springframework.boot.cli.command.OptionParsingCommand
org.springframework.boot.cli.command.archive.WarCommand
- All Implemented Interfaces:
Command
Command to create a self-contained executable jar file from a CLI application.- Since:
- 1.3.0
- Author:
- Andrey Stolyarov, Phillip Webb, Henri Kerola
-
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
-
Constructor Details
-
WarCommand
public WarCommand()
-
-
Method Details
-
getUsageHelp
Description copied from interface:CommandReturns 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:
getUsageHelpin interfaceCommand- Overrides:
getUsageHelpin classAbstractCommand- Returns:
- the command's usage help
-