public class LauncherUsingMaven extends Object implements net.lecousin.framework.application.launcher.LauncherService
| Modifier and Type | Field and Description |
|---|---|
static String |
MAVEN_POM_LOADER_EXTENSION |
| Constructor and Description |
|---|
LauncherUsingMaven() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
activeDebugMode(net.lecousin.framework.application.launcher.Launcher.CommandLineContext context) |
void |
addCommandLineArgumentsConsumers(List<net.lecousin.framework.util.CommandLine.ArgumentsConsumer<net.lecousin.framework.application.launcher.Launcher.CommandLineContext>> consumers) |
boolean |
checkCommandLineContext(net.lecousin.framework.application.launcher.Launcher.CommandLineContext context,
List<String> errors) |
void |
getSearchProjectsPaths(net.lecousin.framework.application.launcher.Launcher.CommandLineContext context,
List<File> path) |
void |
printOptionsUsage() |
public static final String MAVEN_POM_LOADER_EXTENSION
public void addCommandLineArgumentsConsumers(List<net.lecousin.framework.util.CommandLine.ArgumentsConsumer<net.lecousin.framework.application.launcher.Launcher.CommandLineContext>> consumers)
addCommandLineArgumentsConsumers in interface net.lecousin.framework.application.launcher.LauncherServicepublic void printOptionsUsage()
printOptionsUsage in interface net.lecousin.framework.application.launcher.LauncherServicepublic boolean checkCommandLineContext(net.lecousin.framework.application.launcher.Launcher.CommandLineContext context,
List<String> errors)
checkCommandLineContext in interface net.lecousin.framework.application.launcher.LauncherServicepublic void getSearchProjectsPaths(net.lecousin.framework.application.launcher.Launcher.CommandLineContext context,
List<File> path)
getSearchProjectsPaths in interface net.lecousin.framework.application.launcher.LauncherServicepublic boolean activeDebugMode(net.lecousin.framework.application.launcher.Launcher.CommandLineContext context)
activeDebugMode in interface net.lecousin.framework.application.launcher.LauncherServiceCopyright © 2020. All rights reserved.