Package io.quarkus.deployment
Class CodeGenContext
- java.lang.Object
-
- io.quarkus.deployment.CodeGenContext
-
public class CodeGenContext extends Object
-
-
Constructor Summary
Constructors Constructor Description CodeGenContext(io.quarkus.bootstrap.model.ApplicationModel model, Path outDir, Path workDir, Path inputDir, boolean redirectIO, org.eclipse.microprofile.config.Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.bootstrap.model.ApplicationModelapplicationModel()org.eclipse.microprofile.config.Configconfig()PathinputDir()PathoutDir()booleanshouldRedirectIO()PathworkDir()
-
-
-
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()
-
-