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 getFilters()
           
 boolean hasShowAllEnabled()
           
 ListImagesCmd withFilters(String filters)
           
 ListImagesCmd withShowAll(boolean showAll)
           
 
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd
exec
 

Method Detail

getFilters

String getFilters()

hasShowAllEnabled

boolean hasShowAllEnabled()

withShowAll

ListImagesCmd withShowAll(boolean showAll)

withFilters

ListImagesCmd withFilters(String filters)


Copyright © 2014. All Rights Reserved.