Uses of Class
org.sonar.iac.docker.checks.utils.command.SeparatedList
-
Packages that use SeparatedList Package Description org.sonar.iac.docker.checks.utils -
-
Uses of SeparatedList in org.sonar.iac.docker.checks.utils
Methods in org.sonar.iac.docker.checks.utils that return SeparatedList Modifier and Type Method Description SeparatedList<List<ArgumentResolution>,String>CommandDetector.SeparatedListBuilder. build()static SeparatedList<List<ArgumentResolution>,String>ArgumentResolutionSplitter. splitCommands(Iterable<ArgumentResolution> resolvedArguments)Split commands by separators:&&,||,&,|and;.
-