public class GoProjectSubCommand extends ProjectSubCommand
| Constructor and Description |
|---|
GoProjectSubCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOptionValue()
The value of the option that identifies a subcommand from a particular plugin.
|
String |
getShortDescription() |
ExitCode |
run(CommandRunnerParams params,
CommandThreadManager threadManager,
ProjectGeneratorParameters projectGeneratorParameters,
List<String> projectCommandArguments) |
public ExitCode run(CommandRunnerParams params, CommandThreadManager threadManager, ProjectGeneratorParameters projectGeneratorParameters, List<String> projectCommandArguments) throws Exception
run in class ProjectSubCommandExceptionpublic String getOptionValue()
PluginBasedSubCommandFor example, for buck project that would be intellij or xcode.
public String getShortDescription()