Class CLI


  • public class CLI
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CLI()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      java.lang.Object main​(org.processmining.framework.util.CommandLineArgumentList commandlineArguments)  
      static java.lang.String readFile​(java.lang.String scriptFile)  
      • Methods inherited from class java.lang.Object

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

      • CLI

        public CLI()
    • Method Detail

      • main

        public java.lang.Object main​(org.processmining.framework.util.CommandLineArgumentList commandlineArguments)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • readFile

        public static java.lang.String readFile​(java.lang.String scriptFile)
                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable