org.sonar.wsclient.internal
Class EncodingUtils

java.lang.Object
  extended by org.sonar.wsclient.internal.EncodingUtils

public class EncodingUtils
extends Object

Not an API. Please do not use this class, except maybe for unit tests.


Method Summary
static Map<String,Object> toMap(String... array)
           
static String toQueryParam(Date d, boolean includeTime)
           
static String toQueryParam(String[] strings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toMap

public static Map<String,Object> toMap(String... array)

toQueryParam

public static String toQueryParam(String[] strings)

toQueryParam

public static String toQueryParam(Date d,
                                  boolean includeTime)


Copyright © 2009-2014 SonarSource. All Rights Reserved.