Class PythonMappedComponents.Resolved
- java.lang.Object
-
- com.facebook.buck.features.python.PythonMappedComponents.Resolved
-
- All Implemented Interfaces:
PythonComponents.Resolved
- Enclosing class:
- PythonMappedComponents
public static class PythonMappedComponents.Resolved extends Object implements PythonComponents.Resolved
An implementation ofPythonComponents.Resolved
forPythonMappedComponents
withSourcePath
s resolved toPath
s for use withStep
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.facebook.buck.features.python.PythonComponents.Resolved
PythonComponents.Resolved.ComponentConsumer
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
forEachPythonComponent(PythonComponents.Resolved.ComponentConsumer consumer)
Called by executingStep
s to iterate over the components owned by thisPythonComponents
.
-
-
-
Method Detail
-
forEachPythonComponent
public void forEachPythonComponent(PythonComponents.Resolved.ComponentConsumer consumer) throws IOException
Description copied from interface:PythonComponents.Resolved
Called by executingStep
s to iterate over the components owned by thisPythonComponents
.- Specified by:
forEachPythonComponent
in interfacePythonComponents.Resolved
- Throws:
IOException
-
-