Package org.sonar.iac.common.yaml
Class YamlParser
java.lang.Object
org.sonar.iac.common.yaml.YamlParser
- All Implemented Interfaces:
TreeParser<Tree>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(String source, InputFileContext inputFileContext) parse(String source, InputFileContext inputFileContext, FileTree.Template template)
-
Constructor Details
-
YamlParser
public YamlParser() -
YamlParser
-
-
Method Details
-
parse
- Specified by:
parsein interfaceTreeParser<Tree>
-
parse
public FileTree parse(String source, @Nullable InputFileContext inputFileContext, FileTree.Template template)
-