Example usage for org.springframework.boot.loader Launcher subclass-usage

List of usage examples for org.springframework.boot.loader Launcher subclass-usage

Introduction

In this page you can find the example usage for org.springframework.boot.loader Launcher subclass-usage.

Usage

From source file org.springframework.cloud.dataflow.app.launcher.MultiArchiveLauncher.java

/**
 * A {@link Launcher} for multiple independent JAR archives (which aren't nested in an uber jar). This class
 * supports adding includes and excludes to a module's classpath.
 *
 * @author Marius Bogoevici
 * @author Eric Bottard

From source file org.springframework.cloud.stream.module.launcher.MultiArchiveLauncher.java

/**
 * A {@link Launcher} for multiple independent JAR archives (which aren't nested in an uber jar). This class
 * supports adding includes and excludes to a module's classpath.
 *
 * @author Marius Bogoevici
 * @author Eric Bottard