Class PrettyPrinterManager
java.lang.Object
org.eclipse.epsilon.eol.execute.prettyprinting.PrettyPrinterManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DefaultPrettyPrinter
protected ArrayList<PrettyPrinter>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPrettyPrinter
(PrettyPrinter prettyPrinter) Deprecated.External clients should use print(Object object) instead
-
Field Details
-
prettyPrinters
-
defaultPrettyPrinter
-
-
Constructor Details
-
PrettyPrinterManager
public PrettyPrinterManager()
-
-
Method Details
-
getPrettyPrinters
-
addPrettyPrinter
-
getPrettyPrinterFor
Deprecated.External clients should use print(Object object) insteadReturns a pretty printer for o- Parameters:
o
-- Returns:
- A pretty printer for o
-
print
-
toString
-