public class PrettyPrinterConfiguration extends Object
| Constructor and Description |
|---|
PrettyPrinterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndent() |
boolean |
isPrintComments() |
PrettyPrinterConfiguration |
setIndent(String indent) |
PrettyPrinterConfiguration |
setPrintComments(boolean printComments) |
public String getIndent()
public PrettyPrinterConfiguration setIndent(String indent)
public boolean isPrintComments()
public PrettyPrinterConfiguration setPrintComments(boolean printComments)
Copyright © 2007–2016. All rights reserved.