com.github.dockerjava.api.command
Interface ListImagesCmd

All Superinterfaces:
DockerCmd<List<Image>>
All Known Implementing Classes:
ListImagesCmdImpl

public interface ListImagesCmd
extends DockerCmd<List<Image>>

List images


Nested Class Summary
static interface ListImagesCmd.Exec
           
 
Method Summary
 String getFilter()
           
 boolean hasShowAllEnabled()
           
 ListImagesCmd withFilter(String filter)
           
 ListImagesCmd withShowAll(boolean showAll)
           
 
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd
exec
 

Method Detail

getFilter

String getFilter()

hasShowAllEnabled

boolean hasShowAllEnabled()

withShowAll

ListImagesCmd withShowAll(boolean showAll)

withFilter

ListImagesCmd withFilter(String filter)


Copyright © 2014. All rights reserved.