org.jboss.common.beans.property
Class CharacterArrayEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.jboss.common.beans.property.PropertyEditorSupport<T>
org.jboss.common.beans.property.GenericArrayPropertyEditor<char[]>
org.jboss.common.beans.property.CharacterArrayEditor
- All Implemented Interfaces:
- PropertyEditor
public class CharacterArrayEditor
- extends GenericArrayPropertyEditor<char[]>
A property editor for char[].
- Author:
- baranowb
|
Method Summary |
void |
setAsText(String text)
Build a char[] from comma or eol seperated elements |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharacterArrayEditor
public CharacterArrayEditor()
setAsText
public void setAsText(String text)
- Build a char[] from comma or eol seperated elements
- Specified by:
setAsText in interface PropertyEditor- Overrides:
setAsText in class GenericArrayPropertyEditor<char[]>
- Parameters:
text - The string to be parsed.
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.