Package com.facebook.buck.rules.keys
Interface DependencyFileRuleKeyFactory.RuleKeyAndInputs
-
- Enclosing interface:
- DependencyFileRuleKeyFactory
public static interface DependencyFileRuleKeyFactory.RuleKeyAndInputs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.collect.ImmutableSet<SourcePath>
getInputs()
RuleKey
getRuleKey()
-
-
-
Method Detail
-
getRuleKey
RuleKey getRuleKey()
-
getInputs
com.google.common.collect.ImmutableSet<SourcePath> getInputs()
-
-