com.ibm.jzos.sample
Class MvsConsoleWrapper
- java.lang.Object
-
- com.ibm.jzos.sample.MvsConsoleWrapper
-
public class MvsConsoleWrapper extends java.lang.ObjectThis 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.
-
-
Constructor Summary
Constructors Constructor and Description MvsConsoleWrapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)The main method accepts as arguments the name of the wrapped class followed by its arguments.
-