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 ProjectSubCommand
Exception
public String getOptionValue()
PluginBasedSubCommand
For example, for buck project
that would be intellij
or xcode
.
public String getShortDescription()