public class LoggingPullHandler extends Object implements ProgressHandler
| Modifier and Type | Field and Description |
|---|---|
private String |
image |
private static org.slf4j.Logger |
log |
| 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.
|
private static final org.slf4j.Logger log
private final String image
public LoggingPullHandler(String image)
public void progress(ProgressMessage message) throws DockerException
ProgressHandlerprogress in interface ProgressHandlermessage - the message to processDockerExceptionCopyright © 2014. All rights reserved.