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, setModulePropertyValues
public 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)
ModuleConfig
equals
in class ModuleConfig
public int hashCode()
hashCode
in class ModuleConfig
public String toString()
toString
in class ModuleConfig
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.