com.raritantechnologies.searchApp
Interface ISearchSourceInfo

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
DynamicSearchSourceInfo, StaticSearchSourceInfo

public interface ISearchSourceInfo
extends IConfigurable

Base interface for objects that can provide information about a SearchSource.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Method Summary
 java.lang.Object getProperty(java.lang.String property)
          returns a Source Property.
 java.lang.String[] getSourcePropertyNames()
          Returns a list of SearchSource specific property names.
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

getSourcePropertyNames

public java.lang.String[] getSourcePropertyNames()
Returns a list of SearchSource specific property names.


getProperty

public java.lang.Object getProperty(java.lang.String property)
returns a Source Property. The standard pattern is to return a String or Object if a property has a single value and a String or Object Array if the property has multiple values.