Class StartIniBuilder

java.lang.Object
org.eclipse.jetty.start.builders.StartIniBuilder
All Implemented Interfaces:
BaseBuilder.Config

public class StartIniBuilder extends Object implements BaseBuilder.Config
Management of the ${jetty.base}/start.ini based configuration.

Implementation of the --add-module=[name] command line behavior

  • Constructor Details

  • Method Details

    • addModule

      public String addModule(Module module, Props props) throws IOException
      Description copied from interface: BaseBuilder.Config
      Add a module to the start environment in ${jetty.base}
      Specified by:
      addModule in interface BaseBuilder.Config
      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