Package | Description |
---|---|
org.springframework.boot.loader |
System that allows self-contained JAR/WAR archives to be launched using
java -jar . |
Modifier and Type | Class and Description |
---|---|
class |
ExecutableArchiveLauncher
Base class for executable archive
Launcher s. |
class |
JarLauncher
Launcher for JAR based archives. |
class |
PropertiesLauncher
Launcher for archives with user-configured classpath and main class via a
properties file. |
class |
WarLauncher
Launcher for WAR based archives. |
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.