|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.searchApp.StaticSearchSourceInfo
Enables source properties to be described in the XML Configuration file.
XML Configuration Template:
<SourceInfo class="com.raritantechnologies.searchApp.StaticSourceInfo" >
<Property name="[ name of property ]">
<!-- One or more Value Tags -->
<Value>[ the property value ]</Value>
</Property>
</SourceInfo>
| Constructor Summary | |
StaticSearchSourceInfo()
|
|
| 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. |
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StaticSearchSourceInfo()
| Method Detail |
public java.lang.String[] getSourcePropertyNames()
ISearchSourceInfo
getSourcePropertyNames in interface ISearchSourceInfopublic java.lang.Object getProperty(java.lang.String property)
ISearchSourceInfo
getProperty in interface ISearchSourceInfopublic void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||