com.github.dockerjava.client.command
Class TopContainerCmd

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

public class TopContainerCmd
extends AbstrDockerCmd<TopContainerCmd,ContainerTopResponse>

Author:
marcus

Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
TopContainerCmd(String containerId)
           
 
Method Summary
protected  ContainerTopResponse impl()
           
 TopContainerCmd withContainerId(String containerId)
           
 TopContainerCmd withPsArgs(String psArgs)
           
 
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

TopContainerCmd

public TopContainerCmd(String containerId)
Method Detail

withContainerId

public TopContainerCmd withContainerId(String containerId)

withPsArgs

public TopContainerCmd withPsArgs(String psArgs)

impl

protected ContainerTopResponse impl()
                             throws DockerException
Throws:
DockerException


Copyright © 2014. All rights reserved.