Uses of Interface
org.sonar.api.utils.KeyValueFormat.Transformer

Packages that use KeyValueFormat.Transformer
org.sonar.api.utils   
 

Uses of KeyValueFormat.Transformer in org.sonar.api.utils
 

Classes in org.sonar.api.utils that implement KeyValueFormat.Transformer
static class KeyValueFormat.DoubleNumbersPairTransformer
           
static class KeyValueFormat.IntegerNumbersPairTransformer
           
static class KeyValueFormat.StringNumberPairTransformer
           
 

Methods in org.sonar.api.utils with parameters of type KeyValueFormat.Transformer
static
<KEY,VALUE>
java.util.Map<KEY,VALUE>
KeyValueFormat.parse(java.lang.String data, KeyValueFormat.Transformer<KEY,VALUE> transformer)
           
 



Copyright © 2009 SonarSource SA. All Rights Reserved.