| Package | Description |
|---|---|
| net.lecousin.framework.application.launcher |
Application launcher.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LauncherService.activeDebugMode(Launcher.CommandLineContext context)
Return true if debug mode should be activated.
|
boolean |
DevLauncher.activeDebugMode(Launcher.CommandLineContext context) |
boolean |
LauncherService.checkCommandLineContext(Launcher.CommandLineContext context,
List<String> errors)
Check the command line, fill errors if needed, and return true if this service is activated.
|
boolean |
DevLauncher.checkCommandLineContext(Launcher.CommandLineContext context,
List<String> errors) |
int |
Launcher.CommandLineContext.GroupIdConsumer.consume(String[] args,
int index,
Launcher.CommandLineContext context) |
int |
Launcher.CommandLineContext.ArtifactIdConsumer.consume(String[] args,
int index,
Launcher.CommandLineContext context) |
int |
Launcher.CommandLineContext.VersionConsumer.consume(String[] args,
int index,
Launcher.CommandLineContext context) |
int |
Launcher.CommandLineContext.PluginsConsumer.consume(String[] args,
int index,
Launcher.CommandLineContext context) |
int |
Launcher.CommandLineContext.ConfigConsumer.consume(String[] args,
int index,
Launcher.CommandLineContext context) |
int |
Launcher.CommandLineContext.AppParametersConsumer.consume(String[] args,
int index,
Launcher.CommandLineContext context) |
void |
LauncherService.getSearchProjectsPaths(Launcher.CommandLineContext context,
List<File> path)
Fill the given paths where to search for projects.
|
void |
DevLauncher.getSearchProjectsPaths(Launcher.CommandLineContext context,
List<File> path) |
boolean |
Launcher.CommandLineContext.GroupIdConsumer.matches(String arg,
Launcher.CommandLineContext context) |
boolean |
Launcher.CommandLineContext.ArtifactIdConsumer.matches(String arg,
Launcher.CommandLineContext context) |
boolean |
Launcher.CommandLineContext.VersionConsumer.matches(String arg,
Launcher.CommandLineContext context) |
boolean |
Launcher.CommandLineContext.PluginsConsumer.matches(String arg,
Launcher.CommandLineContext context) |
boolean |
Launcher.CommandLineContext.ConfigConsumer.matches(String arg,
Launcher.CommandLineContext context) |
boolean |
Launcher.CommandLineContext.AppParametersConsumer.matches(String arg,
Launcher.CommandLineContext context) |
| 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) |
Copyright © 2019. All rights reserved.