Interface Module

All Known Implementing Classes:
ClasspathModule, GradleEnvironmentModule, ServerEnvironmentModule

@NullMarked public interface Module
Defines a configuration unit for the server execution environment.

Modules encapsulate logic for modifying JavaExecRunningTask properties, such as classpath, JVM arguments, or working directories, allowing for a pluggable and maintainable launch configuration.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configure(JavaExecRunningTask runningTask, org.gradle.api.Project project)
     
  • Method Details