public class HServerJarMainClassStart extends ExecutableArchiveLauncher
| 限定符 | 构造器和说明 |
|---|---|
|
HServerJarMainClassStart() |
protected |
HServerJarMainClassStart(Archive archive) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
isNestedArchive(Archive.Entry entry)
Determine if the specified
JarEntry is a nested item that should be added
to the classpath. |
static void |
main(String[] args) |
protected void |
postProcessClassPathArchives(List<Archive> archives)
Called to post-process archive entries before they are used.
|
createClassLoader, getArchive, getClassPathArchives, getMainClasscreateArchive, createClassLoader, createMainMethodRunner, launch, launchpublic HServerJarMainClassStart()
protected HServerJarMainClassStart(Archive archive)
protected boolean isNestedArchive(Archive.Entry entry)
ExecutableArchiveLauncherJarEntry is a nested item that should be added
to the classpath. The method is called once for each entry.isNestedArchive 在类中 ExecutableArchiveLauncherentry - the jar entrytrue if the entry is a nested item (jar or folder)protected void postProcessClassPathArchives(List<Archive> archives) throws Exception
ExecutableArchiveLauncherpostProcessClassPathArchives 在类中 ExecutableArchiveLauncherarchives - the archivesException - if the post processing failspublic static void main(String[] args)
Copyright © 2023. All rights reserved.