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
protected  List<Image> impl()
           
 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, toString, wait, wait, wait
 

Constructor Detail

ListImagesCmd

public ListImagesCmd()
Method Detail

withShowAll

public ListImagesCmd withShowAll(boolean showAll)

withFilter

public ListImagesCmd withFilter(String filter)

impl

protected List<Image> impl()


Copyright © 2014. All rights reserved.