Class HOCONConfigurationChooserPropertyDescriptor


public class HOCONConfigurationChooserPropertyDescriptor extends SBPropertyDescriptor
Property descriptor subclass which allows adapter BeanInfo classes to access generic HOCON configuration data (for example, JDBC data sources - com.tibco.ep.streambase.configuration.jdbcdatasource). ConfigurationChooserPropertyDescriptor only allows access of adapter-configuration HOCON config, which not every adapter uses.

Any adapters which use the adapter-configuration HOCON type (com.tibco.ep.streambase.configuration.adapter) should use ConfigurationChooserPropertyDescriptor. This class is more generic for any other HOCON types.

Since:
10.6
See Also: