com.github.dockerjava.client.command
Class ListContainersCmd

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

public class ListContainersCmd
extends AbstrDockerCmd<ListContainersCmd,List<Container>>

List containers


Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
ListContainersCmd()
           
 
Method Summary
protected  List<Container> impl()
           
 ListContainersCmd withBefore(String before)
           
 ListContainersCmd withLimit(int limit)
           
 ListContainersCmd withShowAll(boolean showAll)
           
 ListContainersCmd withShowSize(boolean showSize)
           
 ListContainersCmd withSince(String since)
           
 
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

ListContainersCmd

public ListContainersCmd()
Method Detail

withShowAll

public ListContainersCmd withShowAll(boolean showAll)

withShowSize

public ListContainersCmd withShowSize(boolean showSize)

withLimit

public ListContainersCmd withLimit(int limit)

withSince

public ListContainersCmd withSince(String since)

withBefore

public ListContainersCmd withBefore(String before)

impl

protected List<Container> impl()


Copyright © 2014. All rights reserved.