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
 String getBeforeId()
           
 int getLimit()
           
 String getSinceId()
           
 boolean hasShowAllEnabled()
           
 boolean hasShowSizeEnabled()
           
protected  List<Container> impl()
           
 String toString()
           
 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, wait, wait, wait
 

Constructor Detail

ListContainersCmd

public ListContainersCmd()
Method Detail

getLimit

public int getLimit()

hasShowSizeEnabled

public boolean hasShowSizeEnabled()

hasShowAllEnabled

public boolean hasShowAllEnabled()

getSinceId

public String getSinceId()

getBeforeId

public String getBeforeId()

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)

toString

public String toString()
Overrides:
toString in class Object

impl

protected List<Container> impl()


Copyright © 2014. All rights reserved.