com.dhtmlx.connector
Class ConnectorUtils

java.lang.Object
  extended by com.dhtmlx.connector.ConnectorUtils

public class ConnectorUtils
extends java.lang.Object

The Class ConnectorUtils. Common operations, which missed in base Java classes


Constructor Summary
ConnectorUtils()
           
 
Method Summary
static java.lang.String join(java.lang.Object[] strings, java.lang.String separator)
          Join array in to the string
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectorUtils

public ConnectorUtils()
Method Detail

join

public static java.lang.String join(java.lang.Object[] strings,
                                    java.lang.String separator)
Join array in to the string

Parameters:
strings - the array of a strings
separator - the separator string
Returns:
the result string