Uses of Interface
org.apache.camel.dsl.jbang.core.common.Printer
Packages that use Printer
-
Uses of Printer in org.apache.camel.dsl.jbang.core.commands
Methods in org.apache.camel.dsl.jbang.core.commands that return PrinterModifier and TypeMethodDescriptionCamelJBangMain.getOut()Gets the main output printer to write command output.static PrinterCommandHelper.getPrinter()protected PrinterExportBaseCommand.outPrinter()protected PrinterCamelCommand.printer()protected PrinterExportBaseCommand.printer()protected PrinterRun.printer()Methods in org.apache.camel.dsl.jbang.core.commands with parameters of type PrinterModifier and TypeMethodDescriptionvoidSets the main output printer.static voidCommandHelper.setPrinter(Printer out) CamelJBangMain.withPrinter(Printer out) Uses this printer for writing command output. -
Uses of Printer in org.apache.camel.dsl.jbang.core.common
Classes in org.apache.camel.dsl.jbang.core.common that implement PrinterModifier and TypeClassDescriptionstatic classPrinter can be used in quiet mode - nothing is printed except error messages.static classDefault printer uses System out print stream.classMethods in org.apache.camel.dsl.jbang.core.common with parameters of type PrinterModifier and TypeMethodDescriptionstatic voidCommandLineHelper.storeProperties(Properties properties, Printer printer) Constructors in org.apache.camel.dsl.jbang.core.common with parameters of type Printer