public interface CodeGenProvider
| Modifier and Type | Method and Description |
|---|---|
String |
inputDirectory()
Name of the directory containing the input files for the CodeGenProvider
for
foo, src/main/foo for application and src/test/foo for test resources |
String |
inputExtension()
File extension that CodeGenProvider will generate code from
|
String |
providerId() |
boolean |
trigger(CodeGenContext context)
Trigger code generation
|
@NotNull String providerId()
generated-sources@NotNull String inputExtension()
@NotNull String inputDirectory()
foo, src/main/foo for application and src/test/foo for test resourcesboolean trigger(CodeGenContext context) throws CodeGenException
context - code generation contextCodeGenExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.