org.sonar.api.utils
Class KeyValueFormat.RulePriorityNumbersPairTransformer
java.lang.Object
  
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
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KeyValueFormat.RulePriorityNumbersPairTransformer
public KeyValueFormat.RulePriorityNumbersPairTransformer()
transform
public KeyValue<RulePriority,Integer> transform(String key,
                                                String value)
- Specified by:
 transform in interface KeyValueFormat.Transformer<RulePriority,Integer>
 
 
Copyright © 2009-2010 SonarSource SA. All Rights Reserved.