| Package | Description |
|---|---|
| org.springframework.boot.loader |
System that allows self contained JAR/WAR archives to be launched using
java -jar. |
| org.springframework.boot.loader.archive |
Abstraction over logical Archives be they backed by a JAR file or unpacked into a
folder.
|
| org.springframework.boot.loader.jar |
Support for loading and manipulating JAR/WAR files.
|
| Class and Description |
|---|
| AsciiBytes
Simple wrapper around a byte array that represents an ASCII.
|
| ExecutableArchiveLauncher
Base class for executable archive
Launchers. |
| Launcher
Base class for launchers that can start an application with a fully configured
classpath backed by one or more
Archives. |
| Class and Description |
|---|
| AsciiBytes
Simple wrapper around a byte array that represents an ASCII.
|
| Class and Description |
|---|
| AsciiBytes
Simple wrapper around a byte array that represents an ASCII.
|
Copyright © 2014. All rights reserved.