Uses of Class
org.sonar.iac.common.checks.Trilean
-
Packages that use Trilean Package Description org.sonar.iac.common.checks -
-
Uses of Trilean in org.sonar.iac.common.checks
Methods in org.sonar.iac.common.checks that return Trilean Modifier and Type Method Description static TrileanPropertyUtils. has(Tree tree, String key)static TrileanTextUtils. isValue(Tree tree, String expectedValue)static TrileanTextUtils. matchesValue(Tree tree, Predicate<String> matcher)static TrileanTrilean. valueOf(String name)Returns the enum constant of this type with the specified name.static Trilean[]Trilean. values()Returns an array containing the constants of this enum type, in the order they are declared.
-