Package com.google.gerrit.common.data
Class ParameterizedString
java.lang.Object
com.google.gerrit.common.data.ParameterizedString
Performs replacements on strings such as 
Hello ${user}.- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic ParameterizedStringObtain a string which has no parameters and always produces the value.String[]Convert a map of parameters into a value array for binding.Get the list of parameter names, ordered by appearance in the pattern.Get the original pattern given to the constructor.Get the pattern with variables replaced with {0}, {1}, ...Format this string by performing the variable replacements.toString()
- 
Constructor Details- 
ParameterizedStringprotected ParameterizedString()
- 
ParameterizedString
 
- 
- 
Method Details- 
asisObtain a string which has no parameters and always produces the value.
- 
getPatternGet the original pattern given to the constructor.
- 
getRawPatternGet the pattern with variables replaced with {0}, {1}, ...
- 
getParameterNamesGet the list of parameter names, ordered by appearance in the pattern.
- 
bindConvert a map of parameters into a value array for binding.
- 
replaceFormat this string by performing the variable replacements.
- 
replace
- 
toString
 
-