org.wso2.carbon.proxyadmin.ui.client
Class ProxyAdminClientUtils

java.lang.Object
  extended by org.wso2.carbon.proxyadmin.ui.client.ProxyAdminClientUtils

public class ProxyAdminClientUtils
extends Object


Constructor Summary
ProxyAdminClientUtils()
           
 
Method Summary
static String[] sortNames(String[] names)
          Sorts the given array alphabetically.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyAdminClientUtils

public ProxyAdminClientUtils()
Method Detail

sortNames

public static String[] sortNames(String[] names)
Sorts the given array alphabetically. This method does not sort in-place. Therefore the original array is always unaffected. Returned array is a sorted copy.

Parameters:
names - An array of Strings
Returns:
a sorted array


Copyright © 2015 WSO2. All rights reserved.