Class CodeGenContext


  • public class CodeGenContext
    extends Object
    • Constructor Detail

      • CodeGenContext

        public CodeGenContext​(io.quarkus.bootstrap.model.ApplicationModel model,
                              Path outDir,
                              Path workDir,
                              Path inputDir,
                              boolean redirectIO,
                              org.eclipse.microprofile.config.Config config,
                              boolean test)
    • Method Detail

      • applicationModel

        public io.quarkus.bootstrap.model.ApplicationModel applicationModel()
      • outDir

        public Path outDir()
      • workDir

        public Path workDir()
      • inputDir

        public Path inputDir()
      • shouldRedirectIO

        public boolean shouldRedirectIO()
      • config

        public org.eclipse.microprofile.config.Config config()
      • test

        public boolean test()