Class SameVMApp

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>

    public class SameVMApp
    extends App
    Internal utility class not meant to be invoked from CLI, but to be used in the same-VM and same-process
    • Constructor Summary

      Constructors 
      Constructor Description
      SameVMApp()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class org.kie.dmn.xls2dmn.cli.App

        call
      • Methods inherited from class java.lang.Object

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

      • SameVMApp

        public SameVMApp()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)