Package com.facebook.buck.rules.keys
Interface RuleKeyAppendable.RuleKeyAppendableSink
-
- Enclosing interface:
- RuleKeyAppendable
@Deprecated public static interface RuleKeyAppendable.RuleKeyAppendableSink
Deprecated.Deprecated. Implementations ofRuleKeyAppendable
use this to add things to rulekey builders.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
addValue(Path key, SourcePath path)
Deprecated.
-
-
-
Method Detail
-
addValue
@Deprecated void addValue(Path key, SourcePath path)
Deprecated.Add stringified paths as keys. The paths in represent include directives rather than actual on-disk locations. One possibly non-obvious thing here is that the key will only be added to the rulekey if the path is. If the rulekeybuilder ignores the path, the key won't be added.
-
-