public class AuditDependenciesCommand extends AbstractCommand
commandArgsFile
Constructor and Description |
---|
AuditDependenciesCommand() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getArguments() |
com.google.common.collect.ImmutableList<String> |
getArgumentsFormattedAsBuildTargets(Cell rootCell,
Path clientWorkingDir,
BuckConfig buckConfig) |
String |
getShortDescription() |
boolean |
isReadOnly() |
ExitCode |
runWithoutHelp(CommandRunnerParams params) |
boolean |
shouldGenerateJsonOutput() |
boolean |
shouldIncludeTests() |
boolean |
shouldShowTransitiveDependencies() |
addCommandSpecificConfigOverrides, convertArgumentsToBuildTargets, createParsingContext, getCommandArgsFile, getCommandLineBuildTargetNormalizer, getConcurrencyLimit, getConfigOverrides, getEnableParserProfiling, getEventListeners, getEventsOutputPath, getExcludeIncompatibleTargets, getExecutionContext, getExecutionContextBuilder, getHostPlatform, getLogConfig, getTargetPlatforms, handleException, handleException, isNoCache, isReuseCurrentConfig, isSourceControlStatsGatheringEnabled, matchBuildTargetsWithLabelsFromSpecs, performsBuild, prepareExecutionContext, printUsage, printWarning, printWarning, run, runHelp
getPluginManager, setPluginManager
public boolean shouldGenerateJsonOutput()
public boolean shouldShowTransitiveDependencies()
public boolean shouldIncludeTests()
public com.google.common.collect.ImmutableList<String> getArgumentsFormattedAsBuildTargets(Cell rootCell, Path clientWorkingDir, BuckConfig buckConfig)
public ExitCode runWithoutHelp(CommandRunnerParams params) throws Exception
runWithoutHelp
in class AbstractCommand
Exception
public boolean isReadOnly()
public String getShortDescription()