|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyValueFormat.Transformer | |
|---|---|
| org.sonar.api.utils | |
| Uses of KeyValueFormat.Transformer in org.sonar.api.utils |
|---|
| Classes in org.sonar.api.utils that implement KeyValueFormat.Transformer | |
|---|---|
static class |
KeyValueFormat.DoubleNumbersPairTransformer
Implementation of Transformer |
static class |
KeyValueFormat.IntegerNumbersPairTransformer
Implementation of Transformer |
static class |
KeyValueFormat.RulePriorityNumbersPairTransformer
Implementation of Transformer |
static class |
KeyValueFormat.StringNumberPairTransformer
Implementation of Transformer |
| Methods in org.sonar.api.utils with parameters of type KeyValueFormat.Transformer | ||
|---|---|---|
static
|
KeyValueFormat.parse(java.lang.String data,
KeyValueFormat.Transformer<KEY,VALUE> transformer)
Transforms a string with the following format : "key1=value1;key2=value2..." into a Map |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||