public class JarLauncher extends ExecutableArchiveLauncher
Launcher for JAR based archives. This launcher assumes that dependency jars are
included inside a /BOOT-INF/lib directory and that application classes are
included inside a /BOOT-INF/classes directory.| Modifier | Constructor and Description | 
|---|---|
|   | JarLauncher() | 
| protected  | JarLauncher(Archive archive) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | isNestedArchive(Archive.Entry entry)Determine if the specified  JarEntryis a nested item that should be added
to the classpath. | 
| static void | main(String[] args) | 
getArchive, getClassPathArchives, getMainClass, postProcessClassPathArchivescreateArchive, createClassLoader, createClassLoader, createMainMethodRunner, launch, launchpublic JarLauncher()
protected JarLauncher(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 in class ExecutableArchiveLauncherentry - the jar entrytrue if the entry is a nested item (jar or folder)Copyright © 2019 Pivotal Software, Inc.. All rights reserved.