Package com.facebook.buck.rules.keys
Class NoopRuleKeyScopedHasher
- java.lang.Object
-
- com.facebook.buck.rules.keys.NoopRuleKeyScopedHasher
-
- All Implemented Interfaces:
RuleKeyScopedHasher
public class NoopRuleKeyScopedHasher extends Object implements RuleKeyScopedHasher
Does nothing.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.facebook.buck.rules.keys.RuleKeyScopedHasher
RuleKeyScopedHasher.ContainerScope
-
-
Field Summary
Fields Modifier and Type Field Description static NoopRuleKeyScopedHasher
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuleKeyScopedHasher.ContainerScope
containerScope(RuleKeyHasher.Container container)
Scope
keyScope(String key)
Scope
pathKeyScope(Path key)
Scope
wrapperScope(RuleKeyHasher.Wrapper wrapper)
-
-
-
Field Detail
-
INSTANCE
public static final NoopRuleKeyScopedHasher INSTANCE
-
-
Method Detail
-
keyScope
public Scope keyScope(String key)
- Specified by:
keyScope
in interfaceRuleKeyScopedHasher
-
pathKeyScope
public Scope pathKeyScope(Path key)
- Specified by:
pathKeyScope
in interfaceRuleKeyScopedHasher
-
wrapperScope
public Scope wrapperScope(RuleKeyHasher.Wrapper wrapper)
- Specified by:
wrapperScope
in interfaceRuleKeyScopedHasher
-
containerScope
public RuleKeyScopedHasher.ContainerScope containerScope(RuleKeyHasher.Container container)
- Specified by:
containerScope
in interfaceRuleKeyScopedHasher
-
-