com.endeca.itl.cas.api
Class OutputConfig

java.lang.Object
  extended by com.endeca.itl.cas.api.ModuleConfig
      extended by com.endeca.itl.cas.api.OutputConfig

public class OutputConfig
extends ModuleConfig

OutputConfig allows a client to specify information about the destination to which content is written in a particular crawl run. Examples include record stores and file output.


Field Summary
 
Fields inherited from class com.endeca.itl.cas.api.ModuleConfig
mModuleId, mModuleProperties
 
Constructor Summary
OutputConfig()
           
OutputConfig(ModuleId moduleId)
           
 
Method Summary
 boolean equals(Object other)
          Compares the list of module properties as a set.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class com.endeca.itl.cas.api.ModuleConfig
addModuleProperty, getModuleId, getModuleProperties, getProperty, getPropertyValues, getSingletonPropertyValue, getSingletonPropertyValue, getSingletonPropertyValueAsBoolean, getSingletonPropertyValueAsBoolean, getSingletonPropertyValueAsInteger, getSingletonPropertyValueAsInteger, hasProperty, hasPropertyValue, setModuleId, setModuleProperties, setModulePropertyValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutputConfig

public OutputConfig()

OutputConfig

public OutputConfig(ModuleId moduleId)
Method Detail

equals

public boolean equals(Object other)
Description copied from class: ModuleConfig
Compares the list of module properties as a set.

Overrides:
equals in class ModuleConfig

hashCode

public int hashCode()
Overrides:
hashCode in class ModuleConfig

toString

public String toString()
Overrides:
toString in class ModuleConfig


Copyright © 2011 Endeca. All Rights Reserved.