Class SysCmdRunner


  • public class SysCmdRunner
    extends Utility
    Author:
    Jorge Campins
    • Field Detail

      • MORE_INTERACTIVE

        public static final String MORE_INTERACTIVE
      • LESS_INTERACTIVE

        public static final String LESS_INTERACTIVE
    • Constructor Detail

      • SysCmdRunner

        public SysCmdRunner()
    • Method Detail

      • main

        public static void main​(String[] args)
      • executeSystemCommand

        public static Process executeSystemCommand()
      • executeSystemCommand

        public static Process executeSystemCommand​(String folder)
      • executeSystemCommand

        public static Process executeSystemCommand​(String folder,
                                                   String command)
      • executeFile

        public static void executeFile()
      • log

        public static void log​(Process process)
      • send

        public static void send​(Process process,
                                String string)
      • executeFile

        public static void executeFile​(String folder)
      • systemEnvironmentList

        public static List<String> systemEnvironmentList()