public class CodeGenContext extends Object
| Constructor and Description |
|---|
CodeGenContext(io.quarkus.bootstrap.model.AppModel model,
Path outDir,
Path workDir,
Path inputDir,
boolean redirectIO,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
io.quarkus.bootstrap.model.AppModel |
appModel() |
Path |
inputDir() |
Path |
outDir() |
Map<String,String> |
properties() |
boolean |
shouldRedirectIO() |
Path |
workDir() |
Copyright © 2021 JBoss by Red Hat. All rights reserved.