Class StreamingProcessOutput

    • Constructor Detail

      • StreamingProcessOutput

        public StreamingProcessOutput​(StreamingProcessOwner owner)
        Initializes the process output with the specified owning object.
        Parameters:
        owner - the owning object
    • 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