com.github.dockerjava.client.command
Class SearchImagesCmd

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

public class SearchImagesCmd
extends AbstrDockerCmd<SearchImagesCmd,List<SearchItem>>


Field Summary
 
Fields inherited from class com.github.dockerjava.client.command.AbstrDockerCmd
baseResource
 
Constructor Summary
SearchImagesCmd(String term)
           
 
Method Summary
protected  List<SearchItem> impl()
           
 SearchImagesCmd withTerm(String term)
           
 
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

SearchImagesCmd

public SearchImagesCmd(String term)
Method Detail

withTerm

public SearchImagesCmd withTerm(String term)

impl

protected List<SearchItem> impl()


Copyright © 2014. All rights reserved.