Interface BaseBuilder.Config

All Known Implementing Classes:
StartDirBuilder, StartIniBuilder
Enclosing class:
BaseBuilder

public static interface BaseBuilder.Config
  • Method Summary

    Modifier and Type
    Method
    Description
    addModule(Module module, Props props)
    Add a module to the start environment in ${jetty.base}
  • Method Details

    • addModule

      String addModule(Module module, Props props) throws 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:
      IOException - if unable to add the module