public class FileJavaGenerator extends Object implements JavaGenerator
JavaGenerator implementation that reads CRD files or directories containing CRD files and generates
Java classes for them.| Constructor and Description |
|---|
FileJavaGenerator(Config config,
File source) |
| Modifier and Type | Method and Description |
|---|---|
void |
run(File outputDirectory)
Generate Java classes from a CRD file or multiple CRD files and write them to the provided output directory.
|
public void run(File outputDirectory)
run in interface JavaGeneratoroutputDirectory - the directory where the generated Java classes will be written.Copyright © 2015–2023 Red Hat. All rights reserved.