Uses of Interface
adams.core.management.WorkingDirectoryHandler
-
Packages that use WorkingDirectoryHandler Package Description adams.flow.sink adams.flow.source -
-
Uses of WorkingDirectoryHandler in adams.flow.sink
Classes in adams.flow.sink that implement WorkingDirectoryHandler Modifier and Type Class Description classExecPipes the incoming data, after converting it using the provided conversion scheme, into the started process. -
Uses of WorkingDirectoryHandler in adams.flow.source
Classes in adams.flow.source that implement WorkingDirectoryHandler 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
-