com.github.dockerjava.client.command
Class ContainerDiffCmd

java.lang.Object
  extended by com.github.dockerjava.client.command.AbstrDockerCmd<ContainerDiffCmd,List<ChangeLog>>
      extended by com.github.dockerjava.client.command.ContainerDiffCmd
All Implemented Interfaces:
DockerCmd<List<ChangeLog>>

public class ContainerDiffCmd
extends AbstrDockerCmd<ContainerDiffCmd,List<ChangeLog>>

Inspect changes on a container's filesystem


Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
ContainerDiffCmd(String containerId)
           
 
Method Summary
protected  List<ChangeLog> impl()
           
 ContainerDiffCmd withContainerId(String containerId)
           
 
Methods inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
exec, withBaseResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerDiffCmd

public ContainerDiffCmd(String containerId)
Method Detail

withContainerId

public ContainerDiffCmd withContainerId(String containerId)

impl

protected List<ChangeLog> impl()
                        throws DockerException
Throws:
DockerException


Copyright © 2014. All rights reserved.