Oracle Ultra Search APIs
9.2

oracle.ultrasearch.crawler
Interface DataSourceParams


public interface DataSourceParams

DataSourceParams is an interface for any data source agent to read the value of data source parameter.


Method Summary
 java.lang.String getParameter(java.lang.String name)
          Get parameter value

 

Method Detail

getParameter

public java.lang.String getParameter(java.lang.String name)
Get parameter value
Parameters:
name - the name of the parameter
Returns:
the value of the parameter

Oracle Ultra Search APIs
9.2