com.endeca.itl.cas.api
Class OutputConfig
java.lang.Object
  
com.endeca.itl.cas.api.ModuleConfig
      
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.
 
 
 
 
| 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 | 
 
 
OutputConfig
public OutputConfig()
OutputConfig
public OutputConfig(ModuleId moduleId)
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 © 2007, 2012, Oracle and/or its affiliates. All rights reserved.