Uses of Class
org.sonar.iac.docker.checks.utils.command.OptionPredicate
-
Packages that use OptionPredicate Package Description org.sonar.iac.docker.checks.utils org.sonar.iac.docker.checks.utils.command -
-
Uses of OptionPredicate in org.sonar.iac.docker.checks.utils
Method parameters in org.sonar.iac.docker.checks.utils with type arguments of type OptionPredicate Modifier and Type Method Description CommandDetector.BuilderCommandDetector.Builder. withMultipleUnorderedOptions(List<OptionPredicate> expectedOptions) -
Uses of OptionPredicate in org.sonar.iac.docker.checks.utils.command
Methods in org.sonar.iac.docker.checks.utils.command that return OptionPredicate Modifier and Type Method Description OptionPredicateMultipleUnorderedOptionsPredicate. calculateAnyOptionMatchingExceptExpected()static OptionPredicateOptionPredicate. equalMatch(String expectedFlag, String expectedValue)Methods in org.sonar.iac.docker.checks.utils.command with parameters of type OptionPredicate Modifier and Type Method Description 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.Method parameters in org.sonar.iac.docker.checks.utils.command with type arguments of type OptionPredicate Modifier and Type Method Description 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.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.Constructor parameters in org.sonar.iac.docker.checks.utils.command with type arguments of type OptionPredicate Constructor Description MultipleUnorderedOptionsPredicate(List<OptionPredicate> options)
-