public static interface PythonComponents.Resolved.ComponentConsumer
BiConsumer
which throws a IOException
for use by
executing Step
s to process the Path
s to the components
from this object.Modifier and Type | Method and Description |
---|---|
void |
accept(Path destination,
Path source) |
void accept(Path destination, Path source) throws IOException
destination
- this components location in the Python package.source
- this components source location on disk.IOException