Class GeneratorModule


  • public class GeneratorModule
    extends Object
    Configuration class to hold the configuration of generator modules and their options.
    • Field Detail

      • name

        public String name
        Name of the module.
      • className

        public String className
        The fully qualified java class name of the module.
      • options

        public String[] options
        The options to be configured on the module.
    • Constructor Detail

      • GeneratorModule

        public GeneratorModule()