Class PropertyConfigurerGenerator


  • public final class PropertyConfigurerGenerator
    extends Object
    • Method Detail

      • generatePropertyConfigurer

        public static void generatePropertyConfigurer​(String pn,
                                                      String cn,
                                                      String en,
                                                      String pfqn,
                                                      String psn,
                                                      boolean hasSuper,
                                                      boolean component,
                                                      boolean extended,
                                                      boolean bootstrap,
                                                      Collection<? extends org.apache.camel.tooling.model.BaseOptionModel> options,
                                                      org.apache.camel.tooling.model.ComponentModel model,
                                                      Writer w)
                                               throws IOException
        Throws:
        IOException