Class BooleanEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.apache.activemq.util.BooleanEditor
All Implemented Interfaces:
PropertyEditor

public class BooleanEditor extends PropertyEditorSupport
Used by xbean to set booleans.

Important: Do not use this for other purposes than xbean, as property editors are not thread safe, and they are slow to use.