public class URLJavaGenerator extends Object implements JavaGenerator
JavaGenerator implementation that reads CRD from remote URLs and generates
Java classes for them.| Constructor and Description |
|---|
URLJavaGenerator(Config config,
Collection<URL> urls,
File downloadDirectory) |
| 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 URLJavaGenerator(Config config, Collection<URL> urls, File downloadDirectory)
public void run(File outputDirectory)
run in interface JavaGeneratoroutputDirectory - the directory where the generated Java classes will be written.Copyright © 2015–2024 Red Hat. All rights reserved.