Class VmPipeAddressEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.apache.mina.integration.beans.AbstractPropertyEditor
org.apache.mina.integration.beans.VmPipeAddressEditor
- All Implemented Interfaces:
PropertyEditor
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.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractPropertyEditor
getAsText, getValue, setAsText, setTrimText, setValueMethods inherited from class PropertyEditorSupport
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor
-
Constructor Details
-
VmPipeAddressEditor
public VmPipeAddressEditor()
-
-
Method Details
-
toText
Description copied from class:AbstractPropertyEditorReturns a String representation of the given value- Specified by:
toTextin classAbstractPropertyEditor- Parameters:
value- The value- Returns:
- A String representation of the value
-
defaultText
- Overrides:
defaultTextin classAbstractPropertyEditor- Returns:
- The default text
-
defaultValue
- Overrides:
defaultValuein classAbstractPropertyEditor- Returns:
- The default value
-
toValue
Description copied from class:AbstractPropertyEditorReturns an instance from a String representation of an object- Specified by:
toValuein classAbstractPropertyEditor- Parameters:
text- The String representation to convert- Returns:
- A instance of an object
- Throws:
IllegalArgumentException
-