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
ConstructorDescriptionHelpExample
(String description, String example) Create a newHelpExample
instance. -
Method Summary
-
Constructor Details
-
HelpExample
Create a newHelpExample
instance.- Parameters:
description
- the description (in the form "to ....")example
- the example
-
-
Method Details
-
getDescription
-
getExample
-