Class DefaultPrettyPrinter

java.lang.Object
org.eclipse.epsilon.eol.execute.prettyprinting.DefaultPrettyPrinter
All Implemented Interfaces:
PrettyPrinter

public class DefaultPrettyPrinter extends Object implements PrettyPrinter
  • Field Details

    • manager

      protected PrettyPrinterManager manager
    • maximumCollectionSize

      protected int maximumCollectionSize
  • Constructor Details

  • Method Details

    • appliesTo

      public boolean appliesTo(Object o)
      Specified by:
      appliesTo in interface PrettyPrinter
    • print

      public String print(Object o)
      Specified by:
      print in interface PrettyPrinter
    • getMaximumCollectionSize

      public int getMaximumCollectionSize()
    • setMaximumCollectionSize

      public void setMaximumCollectionSize(int maximumCollectionSize)