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.protected PrinterCamelCommand.printer()Methods in org.apache.camel.dsl.jbang.core.commands with parameters of type PrinterModifier and TypeMethodDescriptionvoidSets the main output printer.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 classDefault printer uses System out print stream.Methods in org.apache.camel.dsl.jbang.core.common with parameters of type PrinterModifier and TypeMethodDescriptionstatic voidCommandLineHelper.storeProperties(Properties properties, Printer printer)