Package org.sonar.iac.docker.utils
Class SyntaxTokenUtils
- java.lang.Object
-
- org.sonar.iac.docker.utils.SyntaxTokenUtils
-
public class SyntaxTokenUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringtrimmedQuotesValues(SyntaxToken token)Remove the external quotes from a SyntaxToken value to be usable by rules.
-
-
-
Method Detail
-
trimmedQuotesValues
public static String trimmedQuotesValues(SyntaxToken token)
Remove the external quotes from a SyntaxToken value to be usable by rules. Exemples : "test" -> test test -> test
-
-