| Package | Description |
|---|---|
| net.lecousin.framework.application.launcher |
Application launcher.
|
| net.lecousin.framework.util |
Utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Launcher.CommandLineContext.AppParametersConsumer
Consumer for option parameters.
|
static class |
Launcher.CommandLineContext.ArtifactIdConsumer
Consumer for option artifactId.
|
static class |
Launcher.CommandLineContext.ConfigConsumer
Consumer for option config.
|
static class |
Launcher.CommandLineContext.GroupIdConsumer
Consumer for option groupId.
|
static class |
Launcher.CommandLineContext.PluginsConsumer
Consumer for option plugins.
|
static class |
Launcher.CommandLineContext.VersionConsumer
Consumer for option version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LauncherService.addCommandLineArgumentsConsumers(List<CommandLine.ArgumentsConsumer<Launcher.CommandLineContext>> consumers)
Add consumers for specific options.
|
void |
DevLauncher.addCommandLineArgumentsConsumers(List<CommandLine.ArgumentsConsumer<Launcher.CommandLineContext>> consumers) |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
CommandLine.parse(String[] args,
T context,
CommandLine.ArgumentsConsumer<T>[][] steps)
Parse the command line arguments.
|
Copyright © 2019. All rights reserved.