Package io.goobi.viewer.controller.shell


package io.goobi.viewer.controller.shell
Utilities for executing operating system shell commands from within the Goobi viewer, providing process invocation and output capture functionality.
  • Classes
    Class
    Description
    Runnable that drains an InputStream (typically stdout or stderr of a child process) into a string buffer.
    Executes an external shell command and captures its standard output and error streams.