Package org.sonar.iac.common.checks
Class TextUtils
- java.lang.Object
-
- org.sonar.iac.common.checks.TextUtils
-
public class TextUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<Integer>getIntValue(Tree tree)static Optional<String>getValue(Tree tree)static TrileanisValue(Tree tree, String expectedValue)static booleanisValueFalse(Tree tree)static booleanisValueTrue(Tree tree)static TrileanmatchesValue(Tree tree, Predicate<String> matcher)
-