SMILA (incubation) API documentation

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

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

public class DataSourceConnectionConfigPluginImpl
extends java.lang.Object
implements DataSourceConnectionConfigPlugin

The Class DataSourceConnectionConfigPluginImpl.


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
See Also:
DataSourceConnectionConfigPlugin.getSchemaLocation()

getMessagesPackage

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

Specified by:
getMessagesPackage in interface DataSourceConnectionConfigPlugin
Returns:
the messages package
See Also:
DataSourceConnectionConfigPlugin.getMessagesPackage()

SMILA (incubation) API documentation