org.apache.xbean.propertyeditor
Class CollectionUtil

java.lang.Object
  extended by org.apache.xbean.propertyeditor.CollectionUtil

public final class CollectionUtil
extends java.lang.Object

Version:
$Rev: 6680 $ $Date: 2005-12-24T04:38:27.427468Z $

Constructor Summary
CollectionUtil()
           
 
Method Summary
static java.util.List toList(java.lang.String text, java.beans.PropertyEditor componentEditor)
           
static java.util.Map toMap(java.lang.String text, java.beans.PropertyEditor keyEditor, java.beans.PropertyEditor valueEditor)
           
static java.lang.String toString(java.util.Collection values, java.beans.PropertyEditor componentEditor)
           
static java.lang.String toString(java.util.Map map, java.beans.PropertyEditor keyEditor, java.beans.PropertyEditor valueEditor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionUtil

public CollectionUtil()
Method Detail

toList

public static java.util.List toList(java.lang.String text,
                                    java.beans.PropertyEditor componentEditor)

toString

public static java.lang.String toString(java.util.Collection values,
                                        java.beans.PropertyEditor componentEditor)

toMap

public static final java.util.Map toMap(java.lang.String text,
                                        java.beans.PropertyEditor keyEditor,
                                        java.beans.PropertyEditor valueEditor)

toString

public static final java.lang.String toString(java.util.Map map,
                                              java.beans.PropertyEditor keyEditor,
                                              java.beans.PropertyEditor valueEditor)


Copyright © 2005-2011. All Rights Reserved.