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.
    See Also:
    Serialized Form
    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        for serialization.
        See Also:
        Constant Field Values
    • 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