public class InstallCommand extends BuildCommand
BuildCommand.ActionGraphCreationException
commandArgsFile
Constructor and Description |
---|
InstallCommand() |
Modifier and Type | Method and Description |
---|---|
AdbOptions |
adbOptions(BuckConfig buckConfig) |
String |
getActivityToStart() |
protected Iterable<BuildTarget> |
getAdditionalTargetsToBuild(com.facebook.buck.cli.BuildCommand.GraphsAndBuildTargets graphsAndBuildTargets) |
protected ExecutionContext.Builder |
getExecutionContextBuilder(CommandRunnerParams params) |
String |
getShortDescription() |
boolean |
isReadOnly() |
boolean |
performsBuild() |
ExitCode |
runWithoutHelp(CommandRunnerParams params) |
boolean |
shouldInstallViaSd() |
boolean |
shouldStartActivity() |
boolean |
shouldUninstallFirst() |
TargetDeviceOptions |
targetDeviceOptions() |
UninstallCommand.UninstallOptions |
uninstallOptions() |
assertArguments, executeLocalBuild, getArguments, getBuildEngineMode, getEventListeners, getPathToBuildReport, isCodeCoverageEnabled, isDebugEnabled, isKeepGoing, isRemoteExecutionForceDisabled, isSourceControlStatsGatheringEnabled, run, setKeepGoing, shouldReportAbsolutePaths
addCommandSpecificConfigOverrides, convertArgumentsToBuildTargets, createParsingContext, getCommandArgsFile, getCommandLineBuildTargetNormalizer, getConcurrencyLimit, getConfigOverrides, getEnableParserProfiling, getEventsOutputPath, getExcludeIncompatibleTargets, getExecutionContext, getHostPlatform, getLogConfig, getTargetPlatforms, handleException, handleException, isNoCache, isReuseCurrentConfig, matchBuildTargetsWithLabelsFromSpecs, prepareExecutionContext, printUsage, printWarning, printWarning, run, runHelp
getPluginManager, setPluginManager
public AdbOptions adbOptions(BuckConfig buckConfig)
public TargetDeviceOptions targetDeviceOptions()
public UninstallCommand.UninstallOptions uninstallOptions()
public boolean shouldUninstallFirst()
public boolean shouldStartActivity()
public boolean shouldInstallViaSd()
public ExitCode runWithoutHelp(CommandRunnerParams params) throws Exception
runWithoutHelp
in class BuildCommand
Exception
protected Iterable<BuildTarget> getAdditionalTargetsToBuild(com.facebook.buck.cli.BuildCommand.GraphsAndBuildTargets graphsAndBuildTargets)
getAdditionalTargetsToBuild
in class BuildCommand
protected ExecutionContext.Builder getExecutionContextBuilder(CommandRunnerParams params)
getExecutionContextBuilder
in class BuildCommand
public String getShortDescription()
getShortDescription
in interface Command
getShortDescription
in class BuildCommand
public boolean isReadOnly()
isReadOnly
in interface Command
isReadOnly
in class BuildCommand
public boolean performsBuild()
performsBuild
in interface Command
performsBuild
in class BuildCommand