| Package | Description |
|---|---|
| org.eclipse.scada.da.server.exec.command | |
| org.eclipse.scada.da.server.exec.extractor |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<Extractor> |
AbstractSingleCommand.extractors |
| Constructor and Description |
|---|
AbstractSingleCommand(java.lang.String id,
ProcessConfiguration processConfiguration,
java.util.Collection<Extractor> extractors) |
ExtractorContinuousCommand(java.lang.String id,
ProcessConfiguration processConfiguration,
int restartDelay,
int maxInputBuffer,
int ignoreStartLines,
Splitter splitter,
java.util.Collection<Extractor> extractors) |
SingleCommandImpl(java.lang.String id,
ProcessConfiguration processConfiguration,
java.util.Collection<Extractor> extractors) |
TriggerCommand(java.lang.String id,
ProcessConfiguration processConfiguration,
java.util.Collection<Extractor> extractors,
java.lang.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 (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0