public class ManipulatorConfig extends ModuleConfig
mModuleId, mModuleProperties| Constructor and Description |
|---|
ManipulatorConfig() |
ManipulatorConfig(ModuleId manipulatorModuleId) |
ManipulatorConfig(ModuleId manipulatorModuleId,
String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Compares the list of module properties as a set.
|
String |
getId()
Unique ID within a crawl/pipeline
|
int |
hashCode() |
Boolean |
isEnabled()
If a manipulator is not enabled, it will not be added to the pipeline
|
void |
setEnabled(Boolean value)
If a manipulator is not enabled, it will not be added to the pipeline
|
void |
setId(String value)
Unique ID within a crawl/pipeline
|
String |
toString() |
addModuleProperty, getModuleId, getModuleProperties, getProperty, getPropertyValues, getSingletonPropertyValue, getSingletonPropertyValue, getSingletonPropertyValueAsBoolean, getSingletonPropertyValueAsBoolean, getSingletonPropertyValueAsInteger, getSingletonPropertyValueAsInteger, hasProperty, hasPropertyValue, setModuleId, setModuleProperties, setModulePropertyValuespublic ManipulatorConfig()
public ManipulatorConfig(ModuleId manipulatorModuleId)
public String getId()
public void setId(String value)
public Boolean isEnabled()
public void setEnabled(Boolean value)
public boolean equals(Object other)
ModuleConfigequals in class ModuleConfigpublic int hashCode()
hashCode in class ModuleConfigpublic String toString()
toString in class ModuleConfigCopyright © 2007, 2015, Oracle and/or its affiliates. All rights reserved.