|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.yamlbeans.emitter.EmitterConfig
public class EmitterConfig
Constructor Summary | |
---|---|
EmitterConfig()
|
Method Summary | |
---|---|
void |
setCanonical(boolean canonical)
If true, the YAML output will be canonical. |
void |
setEscapeUnicode(boolean escapeUnicode)
If false, UTF-8 unicode characters will be output instead of the escaped unicode character code. |
void |
setIndentSize(int indentSize)
Sets the number of spaces to indent. |
void |
setUseVerbatimTags(boolean useVerbatimTags)
If false, tags will never be surrounded by angle brackets (eg, "! |
void |
setVersion(Version version)
Sets the YAML version to output. |
void |
setWrapColumn(int wrapColumn)
Sets the column at which values will attempt to wrap. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmitterConfig()
Method Detail |
---|
public void setVersion(Version version)
public void setCanonical(boolean canonical)
public void setIndentSize(int indentSize)
public void setWrapColumn(int wrapColumn)
public void setUseVerbatimTags(boolean useVerbatimTags)
public void setEscapeUnicode(boolean escapeUnicode)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |