| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStringExtractor |
class |
PlainTextExtractor
An extractor that simply takes the whole string
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPatternExtractor |
class |
MultiPatternExtractor |
class |
SinglePatternExtractor
Execute one pattern and build one value from it
|
class |
VariableFieldPatternExtractor |
| Modifier and Type | Class and Description |
|---|---|
class |
SplitExtractor |
| Constructor and Description |
|---|
SplitExtractor(String splitPattern,
Extractor subExtractor) |
| Constructor and Description |
|---|
SplitExtractor(String splitPattern,
Map<String,Extractor> subExtractors) |
| Modifier and Type | Class and Description |
|---|---|
class |
SplitTableExtractor |
| Constructor and Description |
|---|
ExtractorListener(Extractor extractor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ParserComponent.bindInput(Input input,
Extractor extractor,
String prefix) |
protected void |
ParserComponent.processResult(Extractor extractor,
Extractor.Result result,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
Extractor |
ExtractorDefinition.createExtractor(CreationContext creationContext) |
| Modifier and Type | Method and Description |
|---|---|
Extractor |
SinglePatternImpl.createExtractor(CreationContext creationContext) |
Extractor |
SplitTableImpl.createExtractor(CreationContext creationContext) |
Extractor |
PlainTextImpl.createExtractor(CreationContext creationContext) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.