Interface BaseBuilder.Config

    • Method Detail

      • addModule

        java.lang.String addModule​(Module module,
                                   Props props)
                            throws java.io.IOException
        Add a module to the start environment in ${jetty.base}
        Parameters:
        module - the module to add
        props - The properties to substitute into a template
        Returns:
        The ini file if module was added, null if module was not added.
        Throws:
        java.io.IOException - if unable to add the module