public class Yaml extends Object
| Constructor and Description |
|---|
Yaml() |
| Modifier and Type | Method and Description |
|---|---|
static XmlSuite |
parse(String filePath,
InputStream is) |
static StringBuilder |
toYaml(XmlSuite suite)
The main entry point to convert an XmlSuite into YAML.
|
public static XmlSuite parse(String filePath, InputStream is) throws FileNotFoundException
FileNotFoundExceptionpublic static StringBuilder toYaml(XmlSuite suite)
Copyright © 2016. All rights reserved.