Class BuildableSupport.DepsSupplier
- java.lang.Object
-
- com.facebook.buck.core.rules.common.BuildableSupport.DepsSupplier
-
- Enclosing class:
- BuildableSupport
public static class BuildableSupport.DepsSupplier extends Object implements java.util.function.Supplier<SortedSet<BuildRule>>
A build deps supplier that allows updating of the captured rule finder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SortedSet<BuildRule>
get()
void
updateRuleFinder(SourcePathRuleFinder ruleFinder)
-
-
-
Method Detail
-
updateRuleFinder
public void updateRuleFinder(SourcePathRuleFinder ruleFinder)
-
-