org.sonar.api.utils
Interface KeyValueFormat.Transformer<KEY,VALUE>

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

public static interface KeyValueFormat.Transformer<KEY,VALUE>


Method Summary
 KeyValue<KEY,VALUE> transform(String key, String value)
           
 

Method Detail

transform

KeyValue<KEY,VALUE> transform(String key,
                              String value)


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.