Uses of Interface
org.sonar.api.utils.KeyValueFormat.Transformer

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
<KEY,VALUE>
Map<KEY,VALUE>
KeyValueFormat.parse(String data, KeyValueFormat.Transformer<KEY,VALUE> transformer)
          Transforms a string with the following format : "key1=value1;key2=value2..." into a Map.
 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.