Package | Description |
---|---|
org.eclipse.scada.da.server.exec.extractor | |
org.eclipse.scada.da.server.exec.util |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractBaseExtractor.doProcess(ExecutionResult result)
Process the execution result as input.
|
protected void |
AbstractArrayExtractor.doProcess(ExecutionResult result) |
protected void |
AbstractReturnCodeExtractor.doProcess(ExecutionResult result) |
protected void |
PlainStreamExtractor.doProcess(ExecutionResult result) |
protected String[] |
RegExExtractor.getFields(ExecutionResult result) |
protected abstract String[] |
AbstractArrayExtractor.getFields(ExecutionResult result) |
protected String[] |
SplitterExtractor.getFields(ExecutionResult result) |
void |
AbstractBaseExtractor.process(ExecutionResult result) |
void |
Extractor.process(ExecutionResult result) |
Modifier and Type | Method and Description |
---|---|
static ExecutionResult |
CommandExecutor.executeCommand(ProcessBuilder processBuilder,
ProcessListener listener)
This method executes the specified command on the shell using the passed objects as information provider.
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.