public class LoggingPullHandler extends Object implements ProgressHandler
| Constructor and Description |
|---|
LoggingPullHandler(String image) |
| Modifier and Type | Method and Description |
|---|---|
void |
progress(ProgressMessage message)
This method will be called for each progress message received from Docker.
|
public LoggingPullHandler(String image)
public void progress(ProgressMessage message) throws DockerException
ProgressHandlerprogress in interface ProgressHandlermessage - the message to processDockerException - if a server error occurred (500)Copyright © 2017. All rights reserved.