Package gudusoft.gsqlparser.pp.print
Class PrinterFactory
Object
gudusoft.gsqlparser.pp.print.PrinterFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <E extends IPrinter>
EcreatePrinter(Class<E> type) static <E extends IPrinter>
EcreatePrinter(Class<E> type, OutputStream out) static TextPrintercreate the text printerstatic TextPrintercreate the text printer
-
Constructor Details
-
PrinterFactory
public PrinterFactory()
-
-
Method Details
-
createTextPrinter
create the text printer- Returns:
-
createTextPrinter
create the text printer- Parameters:
out-- Returns:
-
createPrinter
-
createPrinter
-