Value Provider Converter

Identifier:
com.ps.consul.eclipse.core.ValueProviderConverter

Since:
2.2

Description:
A ValueProviderConverter is registered, to provide the system information,
how to persist a value provider that is not registered as either a value
provider for the extended or not extended generic set.

This mechanism is intended for value providers which can have a state.
The class to be specified is of type com.ps.consul.eclipse.core.valueproviders.IValueProviderXMLConverter.
See this class documentation for more information.

Configuration Markup:

<!ELEMENT extension (converter)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for additional value provider converter.



<!ELEMENT converter EMPTY>

<!ATTLIST converter

class CDATA #REQUIRED>

An additional value provider converter.



Examples:
<converter class="the class of the IValueProviderXMLConverter"/>