|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.core.ProcessingComponentConfiguration
public class ProcessingComponentConfiguration
Represents a specific configuration of a IProcessingComponent.
| Field Summary | |
|---|---|
Map<String,Object> |
attributes
Initialization attributes for this component configuration. |
Class<? extends IProcessingComponent> |
componentClass
The specific IProcessingComponent class. |
String |
componentId
Identifier of the component. |
| Constructor Summary | |
|---|---|
ProcessingComponentConfiguration(Class<? extends IProcessingComponent> componentClass,
String componentId)
Creates a new component configuration with an empty set of initialization attributes. |
|
ProcessingComponentConfiguration(Class<? extends IProcessingComponent> componentClass,
String componentId,
Map<String,Object> attributes)
Creates a new component configuration. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final Class<? extends IProcessingComponent> componentClass
IProcessingComponent class.
public final String componentId
public final Map<String,Object> attributes
| Constructor Detail |
|---|
public ProcessingComponentConfiguration(Class<? extends IProcessingComponent> componentClass,
String componentId,
Map<String,Object> attributes)
componentClass - the specific IProcessingComponent class.componentId - identifier of the component.attributes - initialization attributes for this component configuration.
public ProcessingComponentConfiguration(Class<? extends IProcessingComponent> componentClass,
String componentId)
componentClass - the specific IProcessingComponent class.componentId - identifier of the component.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||