public class InstallCommand extends BuildCommand
BuildCommand.ActionGraphCreationExceptioncommandArgsFile| 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, shouldReportAbsolutePathsaddCommandSpecificConfigOverrides, convertArgumentsToBuildTargets, createParsingContext, getCommandArgsFile, getCommandLineBuildTargetNormalizer, getConcurrencyLimit, getConfigOverrides, getEnableParserProfiling, getEventsOutputPath, getExcludeIncompatibleTargets, getExecutionContext, getHostPlatform, getLogConfig, getTargetPlatforms, handleException, handleException, isNoCache, isReuseCurrentConfig, matchBuildTargetsWithLabelsFromSpecs, prepareExecutionContext, printUsage, printWarning, printWarning, run, runHelpgetPluginManager, setPluginManagerpublic 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 BuildCommandExceptionprotected Iterable<BuildTarget> getAdditionalTargetsToBuild(com.facebook.buck.cli.BuildCommand.GraphsAndBuildTargets graphsAndBuildTargets)
getAdditionalTargetsToBuild in class BuildCommandprotected ExecutionContext.Builder getExecutionContextBuilder(CommandRunnerParams params)
getExecutionContextBuilder in class BuildCommandpublic String getShortDescription()
getShortDescription in interface CommandgetShortDescription in class BuildCommandpublic boolean isReadOnly()
isReadOnly in interface CommandisReadOnly in class BuildCommandpublic boolean performsBuild()
performsBuild in interface CommandperformsBuild in class BuildCommand