Class MvsConsoleWrapper


  • public class MvsConsoleWrapper
    extends java.lang.Object
    This sample demonstrates a main program that can be used to wrap another main program while redirecting System.in and System.out to the MVS console.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      The main method accepts as arguments the name of the wrapped class followed by its arguments.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MvsConsoleWrapper

        public MvsConsoleWrapper()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        The main method accepts as arguments the name of the wrapped class followed by its arguments.
        Throws:
        java.lang.Exception