Class HelpExample
java.lang.Object
org.springframework.boot.cli.command.HelpExample
An example that can be displayed in the help.
- Since:
- 1.2.0
- Author:
- Phillip Webb
-
Constructor Summary
ConstructorsConstructorDescriptionHelpExample(String description, String example) Create a newHelpExampleinstance. -
Method Summary
-
Constructor Details
-
HelpExample
Create a newHelpExampleinstance.- Parameters:
description- the description (in the form "to ....")example- the example
-
-
Method Details
-
getDescription
-
getExample
-