Package | Description |
---|---|
org.springframework.boot.loader |
System that allows self contained JAR/WAR archives to be launched using
java -jar . |
Class and Description |
---|
Archive
An archive that can be launched by the
Launcher . |
Archive.Entry
Represents a single entry in the archive.
|
Archive.EntryFilter
A filter for archive entries.
|
Launcher
Base class for launchers that can start an application with a fully configured
classpath.
|
Copyright © 2013. All rights reserved.