Uses of Interface
jetbrains.buildServer.util.StringUtil.EscapeInfoProvider2
-
Packages that use StringUtil.EscapeInfoProvider2 Package Description jetbrains.buildServer.util -
-
Uses of StringUtil.EscapeInfoProvider2 in jetbrains.buildServer.util
Fields in jetbrains.buildServer.util declared as StringUtil.EscapeInfoProvider2 Modifier and Type Field Description static StringUtil.EscapeInfoProvider2
StringUtil. STD_ESCAPER2
Methods in jetbrains.buildServer.util with parameters of type StringUtil.EscapeInfoProvider2 Modifier and Type Method Description static String
StringUtil. escapeStr(String str, StringUtil.EscapeInfoProvider2 p)
Escapes characters specified by provider with '\' and specified character.static int
StringUtil. indexOf(String currentString, char findWhat, StringUtil.EscapeInfoProvider2 escaper)
static String
StringUtil. propertiesToString(Map<String,String> props, StringUtil.EscapeInfoProvider2 escaper)
static Map<String,String>
StringUtil. stringToProperties(String string, StringUtil.EscapeInfoProvider2 escaper)
performs conversion of string to property map with string name checking.static Map<String,String>
StringUtil. stringToProperties(String string, StringUtil.EscapeInfoProvider2 escaper, boolean strictNameCheck)
Converts string to property mapstatic String
StringUtil. unescapeStr(String str, StringUtil.EscapeInfoProvider2 p)
Unescapes characters specified by provider with '\' and specified character.
-