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 | Method and Description |
---|---|
ItemValue |
ValueFieldDescriptor.buildValue(Matcher m) |
protected ItemValue |
AbstractPatternExtractor.makeState(Matcher m,
boolean didMatch,
boolean fullMatch,
String data) |
Modifier and Type | Method and Description |
---|---|
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) |
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) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractExtractTest.expectMatchState(Map<String,ItemValue> values,
int groups) |
protected void |
AbstractExtractTest.expectValue(Map<String,ItemValue> values,
String valueName,
Variant value) |
protected void |
AbstractExtractTest.test(Extractor.Result result,
Map<String,ItemValue> values,
Throwable error) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.