| 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 | Field and Description |
|---|---|
String[] |
appParameters |
String |
artifactId |
String |
config |
Map<String,Object> |
extensions |
String |
groupId |
List<LibraryDescriptorLoader> |
loaders |
String |
plugins |
List<LibrariesRepository> |
repositories |
String |
version |
| Constructor and Description |
|---|
CommandLineContext() |
public String groupId
public String artifactId
public String version
public String plugins
public String config
public String[] appParameters
public List<LibraryDescriptorLoader> loaders
public List<LibrariesRepository> repositories
Copyright © 2019. All rights reserved.