com.github.dockerjava.client.command
Class VersionCmd

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

public class VersionCmd
extends AbstrDockerCmd<VersionCmd,Version>

Return the Docker version info.


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

VersionCmd

public VersionCmd()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

impl

protected Version impl()
                throws DockerException
Throws:
DockerException


Copyright © 2014. All rights reserved.