Class Yaml2Drl

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

    public class Yaml2Drl
    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
      Yaml2Drl()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer call()  
      static java.lang.String yaml2drl​(java.lang.String yaml)  
      • Methods inherited from class java.lang.Object

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

      • Yaml2Drl

        public Yaml2Drl()
    • 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
      • yaml2drl

        public static java.lang.String yaml2drl​(java.lang.String yaml)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception