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 class
Exec
Pipes 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 class
Command
Runs 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
class
Exec
Runs an external system command and broadcasts the generated output (stdout or stderr).
See also:
adams.flow.source.Exec
Input/output:
- generates:
java.lang.String
-