Class BootstrapProjectLauncher

java.lang.Object
org.jdrupes.builder.startup.AbstractLauncher
org.jdrupes.builder.startup.BootstrapProjectLauncher
All Implemented Interfaces:
AutoCloseable, Launcher

An implementation of a Launcher that bootstraps the build. The BootstrapProjectLauncher uses the built-in BootstrapRoot and BootstrapBuild to assemble a JDrupes Builder Project (the bootstrap project) that includes the JavaCompiler for compiling the JDrupes Builder configuration provided by the user.

The launcher then requests the supplied and exposed classes from the bootstrap project, including in particular the RootProject of the user's build configuration. The launcher uses these classes as classpath for creating the BuildProjectLauncher

  • Field Details

    • jdbldProps

      The JDrupes Builder properties read from the file .jdbld.properties in the root project.
    • commandLine

      protected org.apache.commons.cli.CommandLine commandLine
      The command line.
  • Constructor Details

  • Method Details