Package org.sonar.iac.docker.utils
Class CheckUtils
- java.lang.Object
-
- org.sonar.iac.docker.utils.CheckUtils
-
public class CheckUtils extends Object
Class to define global methods than can be used to help writing checks. Any generalized method that can be used in multiple checks should be put there.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Optional<Flag>getParamByName(List<Flag> params, String name)
-