public interface MamlParser
| Modifier and Type | Method and Description |
|---|---|
MamlMetadata |
parseMaml(java.lang.String txt)
Parse a YAML string to produce a MamlMetadata object.
|
MamlMetadata parseMaml(java.lang.String txt) throws TableFormatException
txt - input YAMLTableFormatException - if YAML is incorrect