Class QuarkusGradleUtils


  • public class QuarkusGradleUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getClassesDir​(org.gradle.api.tasks.SourceSet sourceSet, java.io.File tmpDir)  
      static java.lang.String getClassesDir​(org.gradle.api.tasks.SourceSet sourceSet, java.io.File tmpDir, boolean populated)  
      static io.quarkus.bootstrap.model.PathsCollection getOutputPaths​(org.gradle.api.Project project)  
      static org.gradle.api.tasks.SourceSet getSourceSet​(org.gradle.api.Project project, java.lang.String sourceSetName)  
      static java.nio.file.Path serializeAppModel​(io.quarkus.bootstrap.model.AppModel appModel, org.gradle.api.Task context, boolean test)  
      • Methods inherited from class java.lang.Object

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

      • QuarkusGradleUtils

        public QuarkusGradleUtils()
    • Method Detail

      • serializeAppModel

        public static java.nio.file.Path serializeAppModel​(io.quarkus.bootstrap.model.AppModel appModel,
                                                           org.gradle.api.Task context,
                                                           boolean test)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • getSourceSet

        public static org.gradle.api.tasks.SourceSet getSourceSet​(org.gradle.api.Project project,
                                                                  java.lang.String sourceSetName)
      • getOutputPaths

        public static io.quarkus.bootstrap.model.PathsCollection getOutputPaths​(org.gradle.api.Project project)
      • getClassesDir

        public static java.lang.String getClassesDir​(org.gradle.api.tasks.SourceSet sourceSet,
                                                     java.io.File tmpDir)
      • getClassesDir

        public static java.lang.String getClassesDir​(org.gradle.api.tasks.SourceSet sourceSet,
                                                     java.io.File tmpDir,
                                                     boolean populated)