public class UnconfiguredQueryCommand extends AbstractQueryCommand
AbstractQueryCommand.OutputFormat, AbstractQueryCommand.SortOutputFormat, AbstractQueryCommand.WhichQueryCommandarguments, generateJsonOutput, outputFormatcommandArgsFile| 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, shouldOutputAttributesaddCommandSpecificConfigOverrides, convertArgumentsToBuildTargets, createParsingContext, getCommandArgsFile, getCommandLineBuildTargetNormalizer, getConcurrencyLimit, getConfigOverrides, getEnableParserProfiling, getEventListeners, getEventsOutputPath, getExecutionContext, getExecutionContextBuilder, getLogConfig, handleException, handleException, isNoCache, isReuseCurrentConfig, isSourceControlStatsGatheringEnabled, matchBuildTargetsWithLabelsFromSpecs, performsBuild, prepareExecutionContext, printUsage, printWarning, printWarning, run, runHelpgetPluginManager, setPluginManagerpublic com.google.common.collect.ImmutableList<String> getTargetPlatforms()
getTargetPlatforms in interface CommandgetTargetPlatforms in class AbstractCommandpublic Optional<String> getHostPlatform()
getHostPlatform in interface CommandgetHostPlatform in class AbstractCommandpublic boolean getExcludeIncompatibleTargets()
getExcludeIncompatibleTargets in class AbstractCommandpublic ExitCode runWithoutHelp(CommandRunnerParams params) throws Exception
runWithoutHelp in class AbstractCommandExceptionpublic String getShortDescription()
protected AbstractQueryCommand.WhichQueryCommand whichQueryCommand()
whichQueryCommand in class AbstractQueryCommand