Interface PythonComponents.Resolved.ComponentConsumer
-
- Enclosing interface:
- PythonComponents.Resolved
public 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
accept(Path destination, Path source)
-
-
-
Method Detail
-
accept
void accept(Path destination, Path source) throws IOException
- Parameters:
destination
- this components location in the Python package.source
- this components source location on disk.- Throws:
IOException
-
-