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>

Return Docker server info


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

Constructor Detail

InfoCmd

public InfoCmd()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

impl

protected Info impl()
             throws DockerException
Throws:
DockerException


Copyright © 2014. All rights reserved.