com.github.dockerjava.client.command
Class ListContainersCmd
java.lang.Object
com.github.dockerjava.client.command.AbstrDockerCmd<ListContainersCmd,List<Container>>
com.github.dockerjava.client.command.ListContainersCmd
- All Implemented Interfaces:
- DockerCmd<List<Container>>
public class ListContainersCmd
- extends AbstrDockerCmd<ListContainersCmd,List<Container>>
List containers
ListContainersCmd
public ListContainersCmd()
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.