public class JkSpringbootJars
extends java.lang.Object
| Constructor and Description |
|---|
JkSpringbootJars() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createBootJar(dev.jeka.core.api.file.JkPathTree classTree,
java.util.List<java.nio.file.Path> libsToInclude,
dev.jeka.core.api.depmanagement.JkRepoSet downloadRepo,
java.nio.file.Path targetJar,
dev.jeka.core.api.java.JkManifest originalManifest)
Creates a bootable jar from class files and libraries to include in the bootable jar.
|
static java.lang.String |
findMainClassName(java.nio.file.Path classDir)
Finds the name of the Springboot application main class in the given class directory.
|
public static void createBootJar(dev.jeka.core.api.file.JkPathTree classTree,
java.util.List<java.nio.file.Path> libsToInclude,
dev.jeka.core.api.depmanagement.JkRepoSet downloadRepo,
java.nio.file.Path targetJar,
dev.jeka.core.api.java.JkManifest originalManifest)
public static java.lang.String findMainClassName(java.nio.file.Path classDir)