Uses of Interface
org.sonar.iac.docker.checks.utils.command.CommandPredicate
-
Packages that use CommandPredicate Package Description org.sonar.iac.docker.checks.utils.command -
-
Uses of CommandPredicate in org.sonar.iac.docker.checks.utils.command
Classes in org.sonar.iac.docker.checks.utils.command that implement CommandPredicate Modifier and Type Class Description classMultipleUnorderedOptionsPredicateclassOptionPredicateclassSingularPredicateMethods in org.sonar.iac.docker.checks.utils.command that return CommandPredicate Modifier and Type Method Description CommandPredicatePredicateContext. getCurrentPredicate()Methods in org.sonar.iac.docker.checks.utils.command that return types with arguments of type CommandPredicate Modifier and Type Method Description List<CommandPredicate>PredicateContext. getDetectorPredicates()Method parameters in org.sonar.iac.docker.checks.utils.command with type arguments of type CommandPredicate Modifier and Type Method Description voidPredicateContext. startNewfullMatchOn(List<CommandPredicate> detectorPredicates)Constructor parameters in org.sonar.iac.docker.checks.utils.command with type arguments of type CommandPredicate Constructor Description PredicateContext(Deque<ArgumentResolution> argumentStack, List<CommandPredicate> detectorPredicates)
-