Uses of Class
org.sonar.iac.docker.checks.utils.command.PredicateContext
-
Packages that use PredicateContext Package Description org.sonar.iac.docker.checks.utils org.sonar.iac.docker.checks.utils.command -
-
Uses of PredicateContext in org.sonar.iac.docker.checks.utils
Methods in org.sonar.iac.docker.checks.utils with parameters of type PredicateContext Modifier and Type Method Description List<ArgumentResolution>CommandDetector. fullMatch(PredicateContext context)Process and reduce the stack of arguments. -
Uses of PredicateContext in org.sonar.iac.docker.checks.utils.command
Methods in org.sonar.iac.docker.checks.utils.command with parameters of type PredicateContext Modifier and Type Method Description voidCommandPredicate. match(PredicateContext context)voidMultipleUnorderedOptionsPredicate. match(PredicateContext context)Used to match this predicate, by trying to match the contained list ofoptions.voidOptionPredicate. match(PredicateContext context)voidSingularPredicate. match(PredicateContext context)booleanMultipleUnorderedOptionsPredicate. matchExpectedOrAnyOption(PredicateContext context, Set<OptionPredicate> fulfilledOptions, List<OptionPredicate> workingSet, OptionPredicate anyOptionExceptExpectedPredicate)Tries to match anOptionPredicateof theworkingSetor possibly any other option except those from the workingSet if none of those matches.
-