com.github.dockerjava.api.command
Interface ContainerDiffCmd

All Superinterfaces:
DockerCmd<List<ChangeLog>>
All Known Implementing Classes:
ContainerDiffCmdImpl

public interface ContainerDiffCmd
extends DockerCmd<List<ChangeLog>>


Nested Class Summary
static interface ContainerDiffCmd.Exec
           
 
Method Summary
 List<ChangeLog> exec()
           
 String getContainerId()
           
 String toString()
           
 ContainerDiffCmd withContainerId(String containerId)
           
 

Method Detail

getContainerId

String getContainerId()

withContainerId

ContainerDiffCmd withContainerId(String containerId)

toString

String toString()
Overrides:
toString in class Object

exec

List<ChangeLog> exec()
                     throws NotFoundException
Specified by:
exec in interface DockerCmd<List<ChangeLog>>
Throws:
NotFoundException - No such container
InternalServerErrorException - server error
DockerException - unexpected http status code


Copyright © 2014. All Rights Reserved.