org.sonar.api.utils
Interface KeyValueFormat.Transformer<K,V>

All Known Implementing Classes:
KeyValueFormat.DoubleNumbersPairTransformer, KeyValueFormat.IntegerNumbersPairTransformer, KeyValueFormat.RulePriorityNumbersPairTransformer, KeyValueFormat.StringNumberPairTransformer
Enclosing class:
KeyValueFormat

Deprecated. since 2.7. Replaced by Converter

@Deprecated
public static interface KeyValueFormat.Transformer<K,V>


Method Summary
 KeyValue<K,V> transform(String key, String value)
          Deprecated.  
 

Method Detail

transform

KeyValue<K,V> transform(String key,
                        String value)
Deprecated. 


Copyright © 2009–2014 SonarSource. All rights reserved.