com.github.dockerjava.core.command
Class InfoCmdImpl

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

public class InfoCmdImpl
extends AbstrDockerCmd<InfoCmd,Info>
implements InfoCmd

Return Docker server info


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.github.dockerjava.api.command.InfoCmd
InfoCmd.Exec
 
Field Summary
 
Fields inherited from class com.github.dockerjava.core.command.AbstrDockerCmd
execution
 
Constructor Summary
InfoCmdImpl(InfoCmd.Exec exec)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.github.dockerjava.core.command.AbstrDockerCmd
exec, toDockerException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd
exec
 

Constructor Detail

InfoCmdImpl

public InfoCmdImpl(InfoCmd.Exec exec)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.