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