com.github.dockerjava.client.command
Class InfoCmd

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

public class InfoCmd
extends AbstrDockerCmd<InfoCmd,Info>


Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
InfoCmd()
           
 
Method Summary
protected  Info impl()
           
 
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

InfoCmd

public InfoCmd()
Method Detail

impl

protected Info impl()
             throws DockerException
Throws:
DockerException


Copyright © 2014. All rights reserved.