org.apache.mina.integration.beans
Class VmPipeAddressEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.mina.integration.beans.AbstractPropertyEditor
org.apache.mina.integration.beans.VmPipeAddressEditor
- All Implemented Interfaces:
- java.beans.PropertyEditor
public class VmPipeAddressEditor
- extends AbstractPropertyEditor
A PropertyEditor which converts a String into
a VmPipeAddress and vice versa. Valid values specify an integer port
number optionally prefixed with a ':'. E.g.: :80, 22.
- Author:
- Apache MINA Project
- See Also:
VmPipeAddress
|
Method Summary |
protected java.lang.String |
defaultText()
|
protected java.lang.Object |
defaultValue()
|
protected java.lang.String |
toText(java.lang.Object value)
|
protected java.lang.Object |
toValue(java.lang.String text)
|
| 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 |
VmPipeAddressEditor
public VmPipeAddressEditor()
toText
protected java.lang.String toText(java.lang.Object value)
- Specified by:
toText in class AbstractPropertyEditor
defaultText
protected java.lang.String defaultText()
- Overrides:
defaultText in class AbstractPropertyEditor
defaultValue
protected java.lang.Object defaultValue()
- Overrides:
defaultValue in class AbstractPropertyEditor
toValue
protected java.lang.Object toValue(java.lang.String text)
throws java.lang.IllegalArgumentException
- Specified by:
toValue in class AbstractPropertyEditor
- Throws:
java.lang.IllegalArgumentException
Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.