Class | Description |
---|---|
ModuleJarLauncher |
A
JarLauncher that supports launching module archive. |
ModuleLauncher |
A component that launches one or more modules, delegating their resolution to an
underlying
ModuleResolver . |
ModuleLauncherApplication |
Bootstrap for launching one or more modules, provided via the "modules" system property
or "MODULES" environment variable as a comma-delimited list, with the arguments
provided at launch.
|
ModuleLauncherConfiguration |
Configuration class that has the beans required for module launcher.
|
ModuleLauncherProperties |
Configuration properties for
ModuleLauncher . |
ModuleLauncherRunner |
Spring boot
ApplicationRunner that triggers ModuleLauncher to launch the modules. |
ModuleLaunchRequest |
Encapsulates a reference to a module (as maven coordinates) and a set of "arguments" that must be passed to it.
|
MultiArchiveLauncher |
A
Launcher for multiple independent JAR archives (which aren't nested in an uber jar). |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.