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>


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

VersionCmd

public VersionCmd()
Method Detail

impl

protected Version impl()
                throws DockerException
Throws:
DockerException


Copyright © 2014. All rights reserved.