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, runHelp
getPluginManager, setPluginManager
public ExitCode runWithoutHelp(CommandRunnerParams params) throws Exception
runWithoutHelp
in class AbstractCommand
Exception
public boolean isReadOnly()
isReadOnly
in interface Command
public com.google.common.collect.ImmutableList<? extends PluginBasedSubCommand> getSubCommands()
getSubCommands
in interface PluginBasedCommand
public String getTypeOptionName()
getTypeOptionName
in interface PluginBasedCommand
public void printUsage(PrintStream stream)
PluginBasedCommand
printUsage
in interface Command
printUsage
in interface PluginBasedCommand
printUsage
in class AbstractCommand
public String getShortDescription()
getShortDescription
in interface Command
getShortDescription
in interface PluginBasedCommand