Uses of Class
org.sonar.iac.docker.checks.utils.CommandDetector.Command
-
Packages that use CommandDetector.Command Package Description org.sonar.iac.docker.checks org.sonar.iac.docker.checks.utils -
-
Uses of CommandDetector.Command in org.sonar.iac.docker.checks
Methods in org.sonar.iac.docker.checks with parameters of type CommandDetector.Command Modifier and Type Method Description static booleanPackageInstallationCacheCheck. verifyActualCacheRemovalCommand(CommandDetector.Command command) -
Uses of CommandDetector.Command in org.sonar.iac.docker.checks.utils
Methods in org.sonar.iac.docker.checks.utils that return types with arguments of type CommandDetector.Command Modifier and Type Method Description List<CommandDetector.Command>CommandDetector. search(List<ArgumentResolution> resolvedArguments)Search for the defined command in resolved arguments.List<CommandDetector.Command>CommandDetector. searchWithoutSplit(List<ArgumentResolution> resolvedArguments)Perform the same operation asCommandDetector.search(List), but it doesn't split arguments at the beginning.
-