Class PrettyPrinterManager

java.lang.Object
org.eclipse.epsilon.eol.execute.prettyprinting.PrettyPrinterManager

public class PrettyPrinterManager extends Object
  • Field Details

  • Constructor Details

    • PrettyPrinterManager

      public PrettyPrinterManager()
  • Method Details

    • getPrettyPrinters

      public List<PrettyPrinter> getPrettyPrinters()
    • addPrettyPrinter

      public void addPrettyPrinter(PrettyPrinter prettyPrinter)
    • getPrettyPrinterFor

      public PrettyPrinter getPrettyPrinterFor(Object o)
      Deprecated.
      External clients should use print(Object object) instead
      Returns a pretty printer for o
      Parameters:
      o -
      Returns:
      A pretty printer for o
    • print

      public String print(Object object)
    • toString

      public String toString(Object o)