SMILA 1.0 API documentation

org.eclipse.smila.connectivity.framework.crawler.jdbc
Class DataSourceConnectionConfigPluginImpl

java.lang.Object
  extended by org.eclipse.smila.connectivity.framework.crawler.jdbc.DataSourceConnectionConfigPluginImpl
All Implemented Interfaces:
DataSourceConnectionConfigPlugin

public class DataSourceConnectionConfigPluginImpl
extends java.lang.Object
implements DataSourceConnectionConfigPlugin

Implementation of the DataSourceConnectionConfigPlugin-interface of the Jdbc-Crawler-Bundle.

Author:
mbreidenband

Constructor Summary
DataSourceConnectionConfigPluginImpl()
           
 
Method Summary
 java.lang.String getMessagesPackage()
          Gets the messages package.
 java.lang.String getSchemaLocation()
          Gets the schema location relative bundle root.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourceConnectionConfigPluginImpl

public DataSourceConnectionConfigPluginImpl()
Method Detail

getSchemaLocation

public java.lang.String getSchemaLocation()
Gets the schema location relative bundle root.

Specified by:
getSchemaLocation in interface DataSourceConnectionConfigPlugin
Returns:
the schema location

getMessagesPackage

public java.lang.String getMessagesPackage()
Gets the messages package.

Specified by:
getMessagesPackage in interface DataSourceConnectionConfigPlugin
Returns:
the messages package

SMILA 1.0 API documentation