Class CreateRuntimeImage
java.lang.Object
org.moditect.commands.CreateRuntimeImage
Creates a modular runtime image for the given modules and module path, via jlink.
- Author:
- Gunnar Morling
-
Constructor Summary
ConstructorsConstructorDescriptionCreateRuntimeImage(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 Summary
-
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
-
run
- Throws:
IOException
-