Class CreateRuntimeImage

java.lang.Object
org.moditect.commands.CreateRuntimeImage

public class CreateRuntimeImage extends Object
Creates a modular runtime image for the given modules and module path, via jlink.
Author:
Gunnar Morling
  • Constructor Details

    • CreateRuntimeImage

      public CreateRuntimeImage(Set<Path> modulePath, List<String> modules, JarInclusionPolicy jarInclusionPolicy, Set<Path> dependencies, Path projectJar, String launcherName, String launcherModule, Path outputDirectory, String compression, boolean stripDebug, boolean ignoreSigningInformation, List<String> excludeResourcesPatterns, Log log, boolean noHeaderFiles, boolean noManPages, boolean bindServices)
  • Method Details