Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


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

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

Skip navigation links

Oracle® Ultra Search Java API Reference
11g Release 1 (11.1)

B28329-01


Copyright © 2002,2007, Oracle. All Rights Reserved.