Class QuarkusApp

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class QuarkusApp
    extends java.lang.Object
    implements java.lang.AutoCloseable
    Start and Stop quarkus.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      static io.quarkus.bootstrap.model.AppModel convert​(org.gradle.api.artifacts.Configuration configuration, org.gradle.api.artifacts.Configuration deploy)  
      static QuarkusApp newApplication​(org.gradle.api.artifacts.Configuration configuration, org.gradle.api.Project project)  
      • Methods inherited from class java.lang.Object

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

      • newApplication

        public static QuarkusApp newApplication​(org.gradle.api.artifacts.Configuration configuration,
                                                org.gradle.api.Project project)
      • close

        public void close()
                   throws java.lang.Exception
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.lang.Exception
      • convert

        public static io.quarkus.bootstrap.model.AppModel convert​(org.gradle.api.artifacts.Configuration configuration,
                                                                  org.gradle.api.artifacts.Configuration deploy)