Generates artifacts.
TODO: if JAXB supports various modes of code generations
(such as public interface only or implementation only or
etc), we should define bit flags to control those.
This operation is only supported for a model built from a schema.
Parameters: extensions - The JAXB RI extensions to run. This can be null or emptyarray if the caller wishes not to run any extension. Those specified extensionswill participate in the code generation. Specifying an extensionin this list has the same effect of turning that extension onvia command line. It is the caller's responsibility to configure each augmenterproperly by using Plugin.parseArgument(OptionsString[]int).object filled with the generated code. UseJCodeModel.build(CodeWriter) to write themto a disk. |