org.tm4j.tmnav.env.TMNavProviderManager .openProvider(org.tm4j.tmnav.env.desc.ProviderDesc pd)

Description

Opens a provider that is specified by the given provider description.
To open an provider, only the factory class name and the properties of the provider description are used.
The given ProviderDesc is added to the Set of used provider descriptions.

Parameters
org.tm4j.tmnav.env.desc.ProviderDesc pd

Returns

the AccesibleProvider that wraps the ProviderDescription together with the provider created.

Other Resources

Related Topics

Has Parameters