Provider.PortEntry
PLUGIN_NEEDS_NEWER_YAAC_PROTOCOL, PLUGIN_UNKNOWN_INCOMPATIBILITY, PROVIDER_API_VERSION
Modifier | Constructor and Description |
---|---|
protected |
DbConnectionProvider(java.lang.String name,
java.lang.String version,
java.lang.String author,
java.lang.String info)
Create a new plugin Provider specifying extensions to be added to YAAC.
|
Modifier and Type | Method and Description |
---|---|
abstract java.sql.Connection |
getDbConnection()
Get a database Connection to the configured database.
|
abstract java.lang.String |
getDbURL()
Get the JDBC URL String of the configured database.
|
buildNewerYaacNeededMsg, consumeXMLPreferenceData, findHelpSet, getAboutAttributions, getAuthor, getConfigurationPanels, getFilters, getHelpSet, getImageIconPath, getInfo, getInitFailureReason, getMenuItems, getName, getPortConnectorTypes, getVersion, runInitializersAfter, runInitializersBefore
protected DbConnectionProvider(java.lang.String name, java.lang.String version, java.lang.String author, java.lang.String info)
name
- String human-displayed name for this pluginversion
- String version identifier for this pluginauthor
- String name of author(s) of this plugininfo
- String description of what services this plugin providespublic abstract java.sql.Connection getDbConnection()
public abstract java.lang.String getDbURL()