org.sonar.api.utils
Class KeyValueFormat.RulePriorityNumbersPairTransformer

java.lang.Object
  extended by org.sonar.api.utils.KeyValueFormat.RulePriorityNumbersPairTransformer
All Implemented Interfaces:
KeyValueFormat.Transformer<RulePriority,Integer>
Enclosing class:
KeyValueFormat

Deprecated. since 2.7. Replaced by Converter

@Deprecated
public static class KeyValueFormat.RulePriorityNumbersPairTransformer
extends Object
implements KeyValueFormat.Transformer<RulePriority,Integer>

Implementation of Transformer


Constructor Summary
KeyValueFormat.RulePriorityNumbersPairTransformer()
          Deprecated.  
 
Method Summary
 KeyValue<RulePriority,Integer> 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.RulePriorityNumbersPairTransformer

public KeyValueFormat.RulePriorityNumbersPairTransformer()
Deprecated. 
Method Detail

transform

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


Copyright © 2009-2012 SonarSource. All Rights Reserved.