com.github.dockerjava.core.command
Class VersionCmdImpl

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

public class VersionCmdImpl
extends AbstrDockerCmd<VersionCmd,Version>
implements VersionCmd

Returns the Docker version info.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.github.dockerjava.api.command.VersionCmd
VersionCmd.Exec
 
Field Summary
 
Fields inherited from class com.github.dockerjava.core.command.AbstrDockerCmd
execution
 
Constructor Summary
VersionCmdImpl(VersionCmd.Exec exec)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class com.github.dockerjava.core.command.AbstrDockerCmd
exec
 
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

VersionCmdImpl

public VersionCmdImpl(VersionCmd.Exec exec)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.