Package software.amazon.smithy.cli
Class CliPrinter.ConsumerPrinter
java.lang.Object
software.amazon.smithy.cli.CliPrinter.ConsumerPrinter
- All Implemented Interfaces:
CliPrinter
- Enclosing interface:
- CliPrinter
CliPrinter that calls a Consumer that accepts a CharSequence.
-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.smithy.cli.CliPrinter
CliPrinter.ConsumerPrinter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.smithy.cli.CliPrinter
style
-
Constructor Details
-
ConsumerPrinter
-
-
Method Details
-
println
Description copied from interface:CliPrinter
Prints text to the writer and appends a new line.- Specified by:
println
in interfaceCliPrinter
- Parameters:
text
- Text to print.
-