public class IjProjectSubCommand extends ProjectSubCommand
| Modifier and Type | Class and Description |
|---|---|
static class |
IjProjectSubCommand.AggregationModeOptionHandler |
| Constructor and Description |
|---|
IjProjectSubCommand() |
| 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 String getOptionValue()
PluginBasedSubCommandFor example, for buck project that would be intellij or xcode.
public String getShortDescription()
public ExitCode run(CommandRunnerParams params, CommandThreadManager threadManager, ProjectGeneratorParameters projectGeneratorParameters, List<String> projectCommandArguments) throws IOException, InterruptedException
run in class ProjectSubCommandIOExceptionInterruptedException