public class BaseExporttoJDBCProviderFactory extends AbstractExporttoProviderFactory
ExportoProvider objects.PARAMETER_FEATURESTORE, PARAMETER_PROJECTION, parametersDefinition, providerTypes| Constructor and Description |
|---|
BaseExporttoJDBCProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
Provider |
create(DynObject parameters,
ProviderServices services)
Creates a new
Provider. |
java.lang.String |
getDescription()
Returns a description of the provider.
|
java.lang.String |
getLabel()
Returns a label or short description for the provider.
|
java.lang.String |
getName()
Returns the name of the providers created by this factory.
|
createParameters, initialize, isEnabled, setEnabled, support, toStringpublic java.lang.String getName()
ProviderFactorypublic java.lang.String getDescription()
ExporttoSwingProviderFactorygetDescription in interface ExporttoSwingProviderFactorygetDescription in class AbstractExporttoProviderFactorypublic java.lang.String getLabel()
ExporttoSwingProviderFactorygetLabel in interface ExporttoSwingProviderFactorygetLabel in class AbstractExporttoProviderFactorypublic Provider create(DynObject parameters, ProviderServices services) throws ServiceException
ProviderFactoryProvider.parameters - for the Providerservices - to be used by the ProviderProviderServiceException - if the parameters are not valid or there is an error creating
the Provider