public static class PythonMappedComponents.Resolved extends Object implements PythonComponents.Resolved
PythonComponents.Resolved
for
PythonMappedComponents
with SourcePath
s resolved to Path
s for use with
Step
.PythonComponents.Resolved.ComponentConsumer
Constructor and Description |
---|
Resolved(com.google.common.collect.ImmutableMap<Path,Path> resolved) |
Modifier and Type | Method and Description |
---|---|
void |
forEachPythonComponent(PythonComponents.Resolved.ComponentConsumer consumer)
Called by executing
Step s to iterate over the components owned
by this PythonComponents . |
public void forEachPythonComponent(PythonComponents.Resolved.ComponentConsumer consumer) throws IOException
PythonComponents.Resolved
Step
s to iterate over the components owned
by this PythonComponents
.forEachPythonComponent
in interface PythonComponents.Resolved
IOException