org.sonar.api.utils
Class KeyValueFormat.StringNumberPairTransformer

java.lang.Object
  extended by org.sonar.api.utils.KeyValueFormat.StringNumberPairTransformer
All Implemented Interfaces:
KeyValueFormat.Transformer<String,Double>
Enclosing class:
KeyValueFormat

Deprecated. since 2.7 replaced by Converter

@Deprecated
public static class KeyValueFormat.StringNumberPairTransformer
extends Object
implements KeyValueFormat.Transformer<String,Double>

Implementation of Transformer


Constructor Summary
KeyValueFormat.StringNumberPairTransformer()
          Deprecated.  
 
Method Summary
 KeyValue<String,Double> transform(String key, String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyValueFormat.StringNumberPairTransformer

public KeyValueFormat.StringNumberPairTransformer()
Deprecated. 
Method Detail

transform

public KeyValue<String,Double> transform(String key,
                                         String value)
Deprecated. 
Specified by:
transform in interface KeyValueFormat.Transformer<String,Double>


Copyright © 2009-2014 SonarSource. All Rights Reserved.