cloudstack/utils/src/com/cloud/utils
Laszlo Hornyak c88d8fb3a2 use commons-lang StringUtils
commons-lang is already a transitive dependency of the utils project, which allows removing some duplicated functionality.
This patch replaces StringUtils.join(String, Object...) with it's commons-lang counterpart.
It also replaces calls to String join(Iterable<? extends Object>, String) in cases where an array is already exist and it is only wrapped into a List.

Signed-off-by: Laszlo Hornyak <laszlo.hornyak@gmail.com>
2013-06-17 19:17:22 +01:00
..
backoff Improve component lifecycle management with system run-level concept 2013-01-30 15:21:02 -08:00
cisco/n1kv/vsm merge master 2013-05-11 15:28:43 +05:30
component merge master 2013-05-11 15:28:43 +05:30
concurrency fixing utils license header 2012-06-06 23:06:02 -04:00
crypt BUG-ID: CLOUDSTACK-1713, CLOUDSTACK-1719 2013-03-26 13:28:03 +00:00
db CLOUDSTACK-2568: ACS41 regression in storage subsystem (seen with local storage and 2 or more hosts) 2013-05-21 16:06:29 -07:00
encoding Removed Base64 file and use the apache version 2012-08-07 15:41:54 -07:00
events Connnect event bus to messaging layer 2012-11-14 19:28:59 -08:00
exception CLOUDSTACK-2331: Failed to display exception object information in case of CloudRuntimeException. 2013-05-28 16:01:33 -07:00
fsm cleanup warnings in utils 2013-01-10 17:19:30 -08:00
log cleanup warnings in utils 2013-01-10 17:19:30 -08:00
mgmt fixing utils license header 2012-06-06 23:06:02 -04:00
net String instantiation is not needed 2013-06-17 19:17:22 +01:00
nio QuickCloud: sanitize logs for normal running of agents outside systemvm 2013-04-09 14:45:27 -07:00
script CLOUDSTACK-1158: Wrap qemu-img into it's own util 2013-04-01 16:37:58 -07:00
security cleanup warnings in utils 2013-01-10 17:19:30 -08:00
ssh Allow DSA public keys. 2013-06-17 10:04:59 -07:00
storage/encoding fix compile 2013-01-25 10:24:25 -08:00
time fixing utils license header 2012-06-06 23:06:02 -04:00
xmlobject Removing ^M's from code. 2013-04-04 00:53:20 +05:30
ActionDelegate.java fixing utils license header 2012-06-06 23:06:02 -04:00
AnnotationHelper.java merge master 2013-05-11 15:28:43 +05:30
CleanupDelegate.java fixing utils license header 2012-06-06 23:06:02 -04:00
CloudResourceBundle.java fixing utils license header 2012-06-06 23:06:02 -04:00
DateUtil.java Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones. 2012-12-13 23:18:37 -08:00
EnumUtils.java fixing utils license header 2012-06-06 23:06:02 -04:00
EnumerationImpl.java fixing utils license header 2012-06-06 23:06:02 -04:00
FileUtil.java fixing utils license header 2012-06-06 23:06:02 -04:00
IteratorUtil.java IteratorUtil: Add generic method to return sorted list out of a collection 2013-01-23 14:57:41 -08:00
Journal.java fixing utils license header 2012-06-06 23:06:02 -04:00
LogUtils.java CLOUDSTACK-1267: Configure log4j in proper place so that it can be initialized correctly in KVM and system VM environment 2013-03-11 19:13:32 -07:00
NumbersUtil.java fixing utils license header 2012-06-06 23:06:02 -04:00
Pair.java fixing utils license header 2012-06-06 23:06:02 -04:00
PasswordGenerator.java fixing utils license header 2012-06-06 23:06:02 -04:00
ProcessUtil.java fixing utils license header 2012-06-06 23:06:02 -04:00
Profiler.java fixing utils license header 2012-06-06 23:06:02 -04:00
PropertiesUtil.java CLOUDSTACK-1181: Find by catalina.home property first 2013-02-11 12:14:46 +05:30
ReflectUtil.java ReflectUtil: Use collections to grow list and not manual array memory management 2013-01-23 14:57:41 -08:00
S3Utils.java use commons-lang StringUtils 2013-06-17 19:17:22 +01:00
SerialVersionUID.java Changes to add AffinityGroupprocessor, deployVM changes 2013-04-11 13:22:42 -07:00
StringUtils.java use commons-lang StringUtils 2013-06-17 19:17:22 +01:00
Ternary.java Review 11752 applied 2013-06-10 16:07:05 -07:00
UriUtils.java CLOUDSTACK-1156: Limit Primary and Secondary storage for domain/accounts 2013-03-29 11:26:38 +05:30
UsernamePasswordValidator.java fixing utils license header 2012-06-06 23:06:02 -04:00