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
          Deprecated. since 2.7. Replaced by Converter
static class KeyValueFormat.IntegerNumbersPairTransformer
          Deprecated. since 2.7. Replaced by Converter
static class KeyValueFormat.RulePriorityNumbersPairTransformer
          Deprecated. since 2.7. Replaced by Converter
static class KeyValueFormat.StringNumberPairTransformer
          Deprecated. since 2.7 replaced by Converter
 

Methods in org.sonar.api.utils with parameters of type KeyValueFormat.Transformer
static
<K,V> Map<K,V>
KeyValueFormat.parse(String data, KeyValueFormat.Transformer<K,V> transformer)
          Deprecated. since 2.7
 



Copyright © 2009–2014 SonarSource. All rights reserved.