Interface PythonComponents.Resolved
-
- All Known Implementing Classes:
PythonMappedComponents.Resolved
- Enclosing interface:
- PythonComponents
public static interface PythonComponents.Resolved
Resolve thisPythonComponents
into a class usable byStep
s.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PythonComponents.Resolved.ComponentConsumer
ABiConsumer
which throws aIOException
for use by executingStep
s to process thePath
s to the components from this object.
-
Method Summary
All Methods Instance Methods Abstract 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
void forEachPythonComponent(PythonComponents.Resolved.ComponentConsumer consumer) throws IOException
Called by executingStep
s to iterate over the components owned by thisPythonComponents
.- Throws:
IOException
-
-