public class CodeGenContext extends Object
| Constructor and Description |
|---|
CodeGenContext(io.quarkus.bootstrap.model.AppModel model,
Path outDir,
Path workDir,
Path inputDir) |
| Modifier and Type | Method and Description |
|---|---|
io.quarkus.bootstrap.model.AppModel |
appModel() |
Path |
inputDir() |
Path |
outDir() |
Path |
workDir() |
public CodeGenContext(io.quarkus.bootstrap.model.AppModel model, Path outDir, Path workDir, Path inputDir)
public io.quarkus.bootstrap.model.AppModel appModel()
public Path outDir()
public Path workDir()
public Path inputDir()
Copyright © 2020 JBoss by Red Hat. All rights reserved.