Package io.quarkus.deployment
Class CodeGenContext
- java.lang.Object
-
- io.quarkus.deployment.CodeGenContext
-
public class CodeGenContext extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description io.quarkus.bootstrap.model.ApplicationModelapplicationModel()io.quarkus.bootstrap.model.AppModelappModel()Deprecated.in favor ofapplicationModel()PathinputDir()PathoutDir()Map<String,String>properties()booleanshouldRedirectIO()PathworkDir()
-
-
-
Method Detail
-
appModel
@Deprecated public io.quarkus.bootstrap.model.AppModel appModel()
Deprecated.in favor ofapplicationModel()- Returns:
-
applicationModel
public io.quarkus.bootstrap.model.ApplicationModel applicationModel()
-
outDir
public Path outDir()
-
workDir
public Path workDir()
-
inputDir
public Path inputDir()
-
shouldRedirectIO
public boolean shouldRedirectIO()
-
-