public static class PluginConfiguration.NewCommand extends Object
Constructor and Description |
---|
PluginConfiguration.NewCommand(String name,
String usage,
String description,
List<String> positionalArguments,
org.apache.commons.cli.Options options,
List<String> additionalResources,
List<String> coreDeps) |
Modifier and Type | Method and Description |
---|---|
String |
getCommandName() |
List<String> |
getDepenedencyBundles() |
String |
getDescription() |
org.apache.commons.cli.Options |
getOptions()
Returns options (both optional and required)
|
List<String> |
getPluginBundles() |
List<String> |
getPositionalArguments()
Returns a list of strings indicating positional arguments
|
String |
getUsage()
The usage string may be null if no usage string was explicitly
provided.
|
public String getCommandName()
public String getUsage()
public String getDescription()
public List<String> getPositionalArguments()
public org.apache.commons.cli.Options getOptions()
Copyright © 2013. All rights reserved.