Class Batch2Drl

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

    public class Batch2Drl
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    Note: beyond different annotations, Parameters and Options are managed per subcommand, in order to have them listed after the specific subcommand on the CLI.
    • Constructor Summary

      Constructors 
      Constructor Description
      Batch2Drl()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer call()  
      static void convertFile​(java.nio.file.Path drlFile)  
      • Methods inherited from class java.lang.Object

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

      • Batch2Drl

        public Batch2Drl()
    • Method Detail

      • call

        public java.lang.Integer call()
                               throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<java.lang.Integer>
        Throws:
        java.lang.Exception
      • convertFile

        public static void convertFile​(java.nio.file.Path drlFile)