Package org.apache.activeio.xnet.hba
Class IPAddressPermissionEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.apache.activeio.xnet.hba.IPAddressPermissionEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class IPAddressPermissionEditor extends java.beans.PropertyEditorSupport
- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description IPAddressPermissionEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getValue()
void
setAsText(java.lang.String text)
-
-
-
Method Detail
-
setAsText
public void setAsText(java.lang.String text) throws java.lang.IllegalArgumentException
- Specified by:
setAsText
in interfacejava.beans.PropertyEditor
- Overrides:
setAsText
in classjava.beans.PropertyEditorSupport
- Throws:
java.lang.IllegalArgumentException
-
getValue
public java.lang.Object getValue()
- Specified by:
getValue
in interfacejava.beans.PropertyEditor
- Overrides:
getValue
in classjava.beans.PropertyEditorSupport
-
-