public class ProjectCommand extends AbstractCommand implements PluginBasedCommand
commandArgsFile| Constructor and Description |
|---|
ProjectCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
getShortDescription() |
com.google.common.collect.ImmutableList<? extends PluginBasedSubCommand> |
getSubCommands() |
String |
getTypeOptionName() |
boolean |
isReadOnly() |
void |
printUsage(PrintStream stream)
Prints the usage to the provided stream.
|
ExitCode |
runWithoutHelp(CommandRunnerParams params) |
addCommandSpecificConfigOverrides, convertArgumentsToBuildTargets, createParsingContext, getCommandArgsFile, getCommandLineBuildTargetNormalizer, getConcurrencyLimit, getConfigOverrides, getEnableParserProfiling, getEventListeners, getEventsOutputPath, getExcludeIncompatibleTargets, getExecutionContext, getExecutionContextBuilder, getHostPlatform, getLogConfig, getTargetPlatforms, handleException, handleException, isNoCache, isReuseCurrentConfig, isSourceControlStatsGatheringEnabled, matchBuildTargetsWithLabelsFromSpecs, performsBuild, prepareExecutionContext, printWarning, printWarning, run, runHelpgetPluginManager, setPluginManagerpublic ExitCode runWithoutHelp(CommandRunnerParams params) throws Exception
runWithoutHelp in class AbstractCommandExceptionpublic boolean isReadOnly()
isReadOnly in interface Commandpublic com.google.common.collect.ImmutableList<? extends PluginBasedSubCommand> getSubCommands()
getSubCommands in interface PluginBasedCommandpublic String getTypeOptionName()
getTypeOptionName in interface PluginBasedCommandpublic void printUsage(PrintStream stream)
PluginBasedCommandprintUsage in interface CommandprintUsage in interface PluginBasedCommandprintUsage in class AbstractCommandpublic String getShortDescription()
getShortDescription in interface CommandgetShortDescription in interface PluginBasedCommand