| Package | Description |
|---|---|
| org.eclipse.scada.da.server.exec.command | |
| org.eclipse.scada.da.server.exec.extractor |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Extractor> |
AbstractSingleCommand.extractors |
| Constructor and Description |
|---|
AbstractSingleCommand(String id,
ProcessConfiguration processConfiguration,
Collection<Extractor> extractors) |
ExtractorContinuousCommand(String id,
ProcessConfiguration processConfiguration,
int restartDelay,
int maxInputBuffer,
int ignoreStartLines,
Splitter splitter,
Collection<Extractor> extractors) |
SingleCommandImpl(String id,
ProcessConfiguration processConfiguration,
Collection<Extractor> extractors) |
TriggerCommand(String id,
ProcessConfiguration processConfiguration,
Collection<Extractor> extractors,
String argumentPlaceholder,
boolean skipIfNull,
boolean fork) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArrayExtractor
Aid in extracing based on arrays
|
class |
AbstractBaseExtractor
The
AbstractBaseExtractor class implements most of the stuff you need
in order
to implement a full extractor. |
class |
AbstractReturnCodeExtractor |
class |
NagiosExtractor
Extract information based on the nagios scheme using the return code
|
class |
PlainStreamExtractor
Extractor which takes the stream string value as value
|
class |
RegExExtractor |
class |
SimpleReturnCodeExtractor
Extract information based on the return code of the process
|
class |
SplitterExtractor |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.