com.atlassian.bamboo.collections
Class ListFactory

java.lang.Object
  extended by com.atlassian.bamboo.collections.ListFactory

Deprecated. since 4.4

@Deprecated
public final class ListFactory
extends java.lang.Object

This class provides common List creation behaviour.

Version:
$Id: ListFactory.java,v 1.1 2005/01/05 21:03:08 andy Exp $

Method Summary
static java.util.List createList(java.lang.String[] listItems)
          Deprecated. Create a list of strings from a string array.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createList

public static java.util.List createList(java.lang.String[] listItems)
Deprecated. 
Create a list of strings from a string array.

Parameters:
listItems - The source array
Returns:
The resulting array, null if the source is null


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.