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<CloudformationTree>getSingleTree(CloudformationTree root, String expression)static List<CloudformationTree>getTrees(CloudformationTree root, String expression)
-
-
-
Method Detail
-
getSingleTree
public static Optional<CloudformationTree> getSingleTree(CloudformationTree root, String expression)
-
getTrees
public static List<CloudformationTree> getTrees(CloudformationTree root, String expression)
-
-