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

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

Implementation of Transformer


Constructor Summary
KeyValueFormat.RulePriorityNumbersPairTransformer()
           
 
Method Summary
 KeyValue<RulePriority,Integer> transform(String key, String value)
           
 
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()
Method Detail

transform

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


Copyright © 2009 SonarSource SA. All Rights Reserved.