org.sonatype.gshell.util.converter.collections
Class CollectionUtil
java.lang.Object
org.sonatype.gshell.util.converter.collections.CollectionUtil
public class CollectionUtil
- extends Object
Utilities for collection converters.
- Since:
- 2.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionUtil
public CollectionUtil()
toList
public static List toList(String text,
PropertyEditor componentEditor)
toString
public static String toString(Collection values,
PropertyEditor componentEditor)
toMap
public static final Map toMap(String text,
PropertyEditor keyEditor,
PropertyEditor valueEditor)
toString
public static final String toString(Map map,
PropertyEditor keyEditor,
PropertyEditor valueEditor)
Copyright © 2008-2011 Sonatype. All Rights Reserved.