com.github.dockerjava.api.command
Interface SearchImagesCmd

All Superinterfaces:
DockerCmd<List<SearchItem>>
All Known Implementing Classes:
SearchImagesCmdImpl

public interface SearchImagesCmd
extends DockerCmd<List<SearchItem>>

Search images


Nested Class Summary
static interface SearchImagesCmd.Exec
           
 
Method Summary
 String getTerm()
           
 SearchImagesCmd withTerm(String term)
           
 
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd
exec
 

Method Detail

getTerm

String getTerm()

withTerm

SearchImagesCmd withTerm(String term)


Copyright © 2014. All Rights Reserved.