Class XPathUtils
- java.lang.Object
-
- org.sonar.iac.cloudformation.checks.utils.XPathUtils
-
public class XPathUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<YamlTree>getSingleTree(YamlTree root, String expression)static List<YamlTree>getTrees(YamlTree root, String expression)
-