Package org.jooq

Class ParserCLI


  • public final class ParserCLI
    extends java.lang.Object
    A command line interface to the Parser API, which works in a similar way as https://www.jooq.org/translate.
    Author:
    Lukas Eder
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ParserCLI.Args  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParserCLI()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • ParserCLI

        public ParserCLI()
    • Method Detail

      • main

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