| Modifier and Type | Method and Description |
|---|---|
Map<ItemDescriptor,ItemValue> |
Extractor.Result.getItemValues() |
protected Map<ItemDescriptor,ItemValue> |
PlainTextExtractor.processData(String data) |
protected abstract Map<ItemDescriptor,ItemValue> |
AbstractStringExtractor.processData(String data) |
| Constructor and Description |
|---|
Result(ItemDescriptor descriptor,
ItemValue value) |
| Constructor and Description |
|---|
Result(Map<ItemDescriptor,ItemValue> itemValues) |
Result(Map<ItemDescriptor,ItemValue> itemValues,
Throwable error) |
| Modifier and Type | Field and Description |
|---|---|
protected static ItemDescriptor |
AbstractPatternExtractor.DESC_STATE |
| Modifier and Type | Method and Description |
|---|---|
Map<ItemDescriptor,ValueFieldDescriptor> |
MultiPatternExtractor.Fields.getFields() |
protected Map<ItemDescriptor,ItemValue> |
VariableFieldPatternExtractor.processData(String data) |
protected Map<ItemDescriptor,ItemValue> |
MultiPatternExtractor.processData(String data) |
protected Map<ItemDescriptor,ItemValue> |
SinglePatternExtractor.processData(String data) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiPatternExtractor.Fields.buildResult(Map<ItemDescriptor,ItemValue> result,
Matcher m) |
| Constructor and Description |
|---|
Fields(Map<ItemDescriptor,ValueFieldDescriptor> fields) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<ItemDescriptor,ItemValue> |
SplitExtractor.processData(String data) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<ItemDescriptor,ItemValue> |
SplitTableExtractor.processData(String data) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.