public class UninstallCommand extends AbstractCommand
Modifier and Type | Class and Description |
---|---|
static class |
UninstallCommand.UninstallOptions |
commandArgsFile
Constructor and Description |
---|
UninstallCommand() |
Modifier and Type | Method and Description |
---|---|
AdbOptions |
adbOptions(BuckConfig buckConfig) |
List<String> |
getArguments() |
protected ExecutionContext.Builder |
getExecutionContextBuilder(CommandRunnerParams params) |
String |
getShortDescription() |
boolean |
isReadOnly() |
ExitCode |
runWithoutHelp(CommandRunnerParams params) |
TargetDeviceOptions |
targetDeviceOptions() |
UninstallCommand.UninstallOptions |
uninstallOptions() |
addCommandSpecificConfigOverrides, convertArgumentsToBuildTargets, createParsingContext, getCommandArgsFile, getCommandLineBuildTargetNormalizer, getConcurrencyLimit, getConfigOverrides, getEnableParserProfiling, getEventListeners, getEventsOutputPath, getExcludeIncompatibleTargets, getExecutionContext, getHostPlatform, getLogConfig, getTargetPlatforms, handleException, handleException, isNoCache, isReuseCurrentConfig, isSourceControlStatsGatheringEnabled, matchBuildTargetsWithLabelsFromSpecs, performsBuild, prepareExecutionContext, printUsage, printWarning, printWarning, run, runHelp
getPluginManager, setPluginManager
public UninstallCommand.UninstallOptions uninstallOptions()
public AdbOptions adbOptions(BuckConfig buckConfig)
public TargetDeviceOptions targetDeviceOptions()
public ExitCode runWithoutHelp(CommandRunnerParams params) throws Exception
runWithoutHelp
in class AbstractCommand
Exception
protected ExecutionContext.Builder getExecutionContextBuilder(CommandRunnerParams params)
getExecutionContextBuilder
in class AbstractCommand
public String getShortDescription()
public boolean isReadOnly()