Uses of Interface
adams.core.management.EnvironmentVariablesHandler
-
Packages that use EnvironmentVariablesHandler Package Description adams.flow.sink adams.flow.source -
-
Uses of EnvironmentVariablesHandler in adams.flow.sink
Classes in adams.flow.sink that implement EnvironmentVariablesHandler Modifier and Type Class Description classExecPipes the incoming data, after converting it using the provided conversion scheme, into the started process. -
Uses of EnvironmentVariablesHandler in adams.flow.source
Classes in adams.flow.source that implement EnvironmentVariablesHandler Modifier and Type Class Description classCommandRuns an external system command and broadcasts the generated output (stdout and/or stderr) continuously, opposed to adams.flow.source.Exec which waits for the command to finish.
See also:
adams.flow.source.Exec
Input/output:
- generates:
java.lang.String
classExecRuns an external system command and broadcasts the generated output (stdout or stderr).
See also:
adams.flow.source.Exec
Input/output:
- generates:
java.lang.String
-