com.github.dockerjava.client.command
Class ListImagesCmd

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

public class ListImagesCmd
extends AbstrDockerCmd<ListImagesCmd,List<Image>>

List images


Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
ListImagesCmd()
           
 
Method Summary
 String getFilter()
           
 boolean hasShowAllEnabled()
           
protected  List<Image> impl()
           
 String toString()
           
 ListImagesCmd withFilter(String filter)
           
 ListImagesCmd withShowAll(boolean showAll)
           
 
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

ListImagesCmd

public ListImagesCmd()
Method Detail

getFilter

public String getFilter()

hasShowAllEnabled

public boolean hasShowAllEnabled()

withShowAll

public ListImagesCmd withShowAll(boolean showAll)

withFilter

public ListImagesCmd withFilter(String filter)

toString

public String toString()
Overrides:
toString in class Object

impl

protected List<Image> impl()


Copyright © 2014. All rights reserved.