org.sonatype.gshell.util.converter.collections
Class ListConverter
java.lang.Object
java.beans.PropertyEditorSupport
org.sonatype.gshell.util.converter.ConverterSupport
org.sonatype.gshell.util.converter.collections.CollectionConverterSupport
org.sonatype.gshell.util.converter.collections.ListConverter
- All Implemented Interfaces:
- PropertyEditor, Converter
public class ListConverter
- extends CollectionConverterSupport
Converter for List types.
- Since:
- 2.0
| Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListConverter
public ListConverter()
createCollection
protected Object createCollection(List list)
throws Exception
- Specified by:
createCollection in class CollectionConverterSupport
- Throws:
Exception
Copyright © 2008-2011 Sonatype. All Rights Reserved.