Class RunExample


  • public class RunExample
    extends java.lang.Object
    This class executes the provided example. It also allows to specify the arguments for the executed example.
    Version:
    4.8
    • Constructor Summary

      Constructors 
      Constructor Description
      RunExample()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      It executes the example as specified by the first argument.
      • Methods inherited from class java.lang.Object

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

      • RunExample

        public RunExample()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        It executes the example as specified by the first argument. The remaining arguments will be forwarded to the executed example.
        Parameters:
        args - name of the example and its arguments.