public class CodeGenData extends Object
| Modifier and Type | Field and Description |
|---|---|
Path |
buildDir |
Path |
outPath |
CodeGenProvider |
provider |
boolean |
redirectIO |
Path |
sourceDir |
| Constructor and Description |
|---|
CodeGenData(CodeGenProvider provider,
Path outPath,
Path sourceDir,
Path buildDir) |
CodeGenData(CodeGenProvider provider,
Path outPath,
Path sourceDir,
Path buildDir,
boolean redirectIO) |
| Modifier and Type | Method and Description |
|---|---|
void |
setRedirectIO(boolean redirectIO) |
public final CodeGenProvider provider
public final Path outPath
public final Path sourceDir
public final Path buildDir
public boolean redirectIO
public CodeGenData(CodeGenProvider provider, Path outPath, Path sourceDir, Path buildDir)
public CodeGenData(CodeGenProvider provider, Path outPath, Path sourceDir, Path buildDir, boolean redirectIO)
Copyright © 2021 JBoss by Red Hat. All rights reserved.