Package com.facebook.buck.core.rules.tool
-
Interface Summary Interface Description BinaryBuildRule Build rules that can be executed on the command line. -
Class Summary Class Description BinaryWrapperRule A no-op stub class for binary rules which delegate to another rule to provide the output path and executable tool.RuleAnalysisLegacyBinaryBuildRuleView AsRuleAnalysisLegacyBuildRuleView
, but also implementsBinaryBuildRule
so that this rule can be executable (withbuck run
, in the legacy graph, etc)RuleAnalysisLegacyTestBuildRuleView AsRuleAnalysisLegacyBuildRuleView
, but also implementsTestRule
so that this rule can be run bybuck test
RunInfoLegacyTool