Class Generate

  • All Implemented Interfaces:
    java.lang.Runnable

    @Command(name="generate",
             description="Generate code with the specified generator.")
    public class Generate
    extends java.lang.Object
    implements java.lang.Runnable
    User: lanwen Date: 24.03.15 Time: 20:22
    • Constructor Summary

      Constructors 
      Constructor Description
      Generate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      void setGenerateInvoker​(pro.bilous.codegen.core.IGenerateInvoker generateInvoker)  
      • Methods inherited from class java.lang.Object

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

      • Generate

        public Generate()
    • Method Detail

      • setGenerateInvoker

        public void setGenerateInvoker​(pro.bilous.codegen.core.IGenerateInvoker generateInvoker)
      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable