public class UnconfiguredQueryCommand extends AbstractQueryCommand
AbstractQueryCommand.OutputFormat, AbstractQueryCommand.SortOutputFormat, AbstractQueryCommand.WhichQueryCommand
arguments, generateJsonOutput, outputFormat
commandArgsFile
Constructor and Description |
---|
UnconfiguredQueryCommand() |
Modifier and Type | Method and Description |
---|---|
boolean |
getExcludeIncompatibleTargets() |
Optional<String> |
getHostPlatform() |
String |
getShortDescription() |
com.google.common.collect.ImmutableList<String> |
getTargetPlatforms() |
ExitCode |
runWithoutHelp(CommandRunnerParams params) |
protected AbstractQueryCommand.WhichQueryCommand |
whichQueryCommand() |
asQueryBuildTargets, getEscapedArgumentsListAsString, isReadOnly, shouldOutputAttributes
addCommandSpecificConfigOverrides, convertArgumentsToBuildTargets, createParsingContext, getCommandArgsFile, getCommandLineBuildTargetNormalizer, getConcurrencyLimit, getConfigOverrides, getEnableParserProfiling, getEventListeners, getEventsOutputPath, getExecutionContext, getExecutionContextBuilder, getLogConfig, handleException, handleException, isNoCache, isReuseCurrentConfig, isSourceControlStatsGatheringEnabled, matchBuildTargetsWithLabelsFromSpecs, performsBuild, prepareExecutionContext, printUsage, printWarning, printWarning, run, runHelp
getPluginManager, setPluginManager
public com.google.common.collect.ImmutableList<String> getTargetPlatforms()
getTargetPlatforms
in interface Command
getTargetPlatforms
in class AbstractCommand
public Optional<String> getHostPlatform()
getHostPlatform
in interface Command
getHostPlatform
in class AbstractCommand
public boolean getExcludeIncompatibleTargets()
getExcludeIncompatibleTargets
in class AbstractCommand
public ExitCode runWithoutHelp(CommandRunnerParams params) throws Exception
runWithoutHelp
in class AbstractCommand
Exception
public String getShortDescription()
protected AbstractQueryCommand.WhichQueryCommand whichQueryCommand()
whichQueryCommand
in class AbstractQueryCommand