Uses of Class
org.sonar.iac.docker.checks.utils.command.CommandPredicate.Type
-
Packages that use CommandPredicate.Type Package Description org.sonar.iac.docker.checks.utils.command -
-
Uses of CommandPredicate.Type in org.sonar.iac.docker.checks.utils.command
Methods in org.sonar.iac.docker.checks.utils.command that return CommandPredicate.Type Modifier and Type Method Description static CommandPredicate.TypeCommandPredicate.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CommandPredicate.Type[]CommandPredicate.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.iac.docker.checks.utils.command with parameters of type CommandPredicate.Type Modifier and Type Method Description booleanCommandPredicate. hasType(CommandPredicate.Type... types)booleanMultipleUnorderedOptionsPredicate. hasType(CommandPredicate.Type... types)true if any of the option predicates matchbooleanOptionPredicate. hasType(CommandPredicate.Type... types)true if either of the singularPredicates matchbooleanSingularPredicate. hasType(CommandPredicate.Type... types)Constructors in org.sonar.iac.docker.checks.utils.command with parameters of type CommandPredicate.Type Constructor Description SingularPredicate(Predicate<String> predicate, CommandPredicate.Type type)
-