com.tensegrity.palojava.http
Class Utils

java.lang.Object
  extended by com.tensegrity.palojava.http.Utils

Deprecated. will be removed since their methods are obsolete

public class Utils
extends java.lang.Object

A simple utility class which provides methods for dealing with return values.

Version:
$Id$
Author:
ArndHouben

Constructor Summary
Utils()
          Deprecated.  
 
Method Summary
static java.lang.String[] extractValues(java.lang.String values)
          Deprecated. Extracts values from a comma separated string and returns them as String array
static java.lang.String getTokenAt(int index, java.lang.String str, java.lang.String delim)
          Deprecated. Returns the token at the given index or null if no such token exists
static java.lang.String toValueString(java.lang.String[] values)
          Deprecated. Creates a comma separated string of given values
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Deprecated. 
Method Detail

extractValues

public static final java.lang.String[] extractValues(java.lang.String values)
Deprecated. 
Extracts values from a comma separated string and returns them as String array

Parameters:
dims -
Returns:

toValueString

public static final java.lang.String toValueString(java.lang.String[] values)
Deprecated. 
Creates a comma separated string of given values

Parameters:
values -
Returns:

getTokenAt

public static final java.lang.String getTokenAt(int index,
                                                java.lang.String str,
                                                java.lang.String delim)
Deprecated. 
Returns the token at the given index or null if no such token exists

Parameters:
index -
str -
delim -
Returns: