public interface SourcePathRuleFinder
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<BuildRule> |
filterBuildRuleInputs(Iterable<? extends SourcePath> sources) |
java.util.stream.Stream<BuildRule> |
filterBuildRuleInputs(Optional<SourcePath> sourcePath) |
com.google.common.collect.ImmutableSet<BuildRule> |
filterBuildRuleInputs(SourcePath... sources) |
java.util.stream.Stream<BuildRule> |
filterBuildRuleInputs(java.util.stream.Stream<SourcePath> sources) |
BuildRule |
getRule(BuildTargetSourcePath sourcePath) |
Optional<BuildRule> |
getRule(SourcePath sourcePath) |
SourcePathResolverAdapter |
getSourcePathResolver() |
com.google.common.collect.ImmutableSet<BuildRule> filterBuildRuleInputs(Iterable<? extends SourcePath> sources)
com.google.common.collect.ImmutableSet<BuildRule> filterBuildRuleInputs(SourcePath... sources)
java.util.stream.Stream<BuildRule> filterBuildRuleInputs(java.util.stream.Stream<SourcePath> sources)
java.util.stream.Stream<BuildRule> filterBuildRuleInputs(Optional<SourcePath> sourcePath)
Optional<BuildRule> getRule(SourcePath sourcePath)
BuildRule getRule(BuildTargetSourcePath sourcePath)
BuildRule
whose output sourcePath
refers to its output.SourcePathResolverAdapter getSourcePathResolver()