Class DefaultPrettyPrinter
java.lang.Object
org.eclipse.epsilon.eol.execute.prettyprinting.DefaultPrettyPrinter
- All Implemented Interfaces:
PrettyPrinter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
void
setMaximumCollectionSize
(int maximumCollectionSize)
-
Field Details
-
manager
-
maximumCollectionSize
protected int maximumCollectionSize
-
-
Constructor Details
-
DefaultPrettyPrinter
-
-
Method Details
-
appliesTo
- Specified by:
appliesTo
in interfacePrettyPrinter
-
print
- Specified by:
print
in interfacePrettyPrinter
-
getMaximumCollectionSize
public int getMaximumCollectionSize() -
setMaximumCollectionSize
public void setMaximumCollectionSize(int maximumCollectionSize)
-