Class YAMLWriter
java.lang.Object
net.sf.jailer.xml.YAMLWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidflush()voidwriteArrayFieldStart(String qName) voidwriteBinary(byte[] content) voidwriteBoolean(Boolean content) voidwriteComment(String comment) voidvoidvoidwriteFieldName(String qName) voidvoidwriteNumber(Double content) voidwriteNumber(Float content) voidwriteNumber(Integer content) voidwriteNumber(Long content) voidwriteNumber(Short content) voidwriteNumber(BigDecimal content) voidwriteNumber(BigInteger content) voidvoidvoidwriteString(String string)
-
Constructor Details
-
YAMLWriter
- Throws:
IOException
-
-
Method Details
-
writeStartObject
- Specified by:
writeStartObjectin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeStartArray
- Specified by:
writeStartArrayin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeEndObject
- Specified by:
writeEndObjectin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeEndArray
- Specified by:
writeEndArrayin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
flush
- Specified by:
flushin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeFieldName
- Specified by:
writeFieldNamein interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeArrayFieldStart
- Specified by:
writeArrayFieldStartin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeNull
- Specified by:
writeNullin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeBinary
- Specified by:
writeBinaryin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeBoolean
- Specified by:
writeBooleanin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeNumber
- Specified by:
writeNumberin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeNumber
- Specified by:
writeNumberin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeNumber
- Specified by:
writeNumberin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeNumber
- Specified by:
writeNumberin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeNumber
- Specified by:
writeNumberin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeNumber
- Specified by:
writeNumberin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeNumber
- Specified by:
writeNumberin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeString
- Specified by:
writeStringin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
writeComment
- Specified by:
writeCommentin interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-
close
- Specified by:
closein interfaceXmlUtil.ObjectNotationWriter- Throws:
IOException
-