public static interface PythonComponents.Resolved
PythonComponents into a class usable by Steps.| Modifier and Type | Interface and Description |
|---|---|
static interface |
PythonComponents.Resolved.ComponentConsumer
A
BiConsumer which throws a IOException for use by
executing Steps to process the Paths to the components
from this object. |
| Modifier and Type | Method and Description |
|---|---|
void |
forEachPythonComponent(PythonComponents.Resolved.ComponentConsumer consumer)
Called by executing
Steps to iterate over the components owned
by this PythonComponents. |
void forEachPythonComponent(PythonComponents.Resolved.ComponentConsumer consumer) throws IOException
Steps to iterate over the components owned
by this PythonComponents.IOException