Class RuntimeUtils


  • public final class RuntimeUtils
    extends Object
    Utility methods to execute system commands for debugging reasons.
    Version:
    $Id: 2528ff7b9d1dc2810bb1ee6b0fc39d813e43c5b4 $
    • Method Detail

      • run

        public static String run​(String command)
        Parameters:
        command - the command to execute (e.g. "docker ps -a")
        Returns:
        the command result