Class ConsoleOutputProcessOutput

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ConsoleOutputProcessOutput
    extends AbstractProcessOutput
    A container class for the results obtained from executing a process.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsoleOutputProcessOutput

        public ConsoleOutputProcessOutput()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Allows the execution of a command through this process output scheme.
        Parameters:
        args - the command to launch
        Throws:
        java.lang.Exception - if launching fails for some reason