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

Constructor Detail

SearchImagesCmd

public SearchImagesCmd(String term)
Method Detail

getTerm

public String getTerm()

withTerm

public SearchImagesCmd withTerm(String term)

toString

public String toString()
Overrides:
toString in class Object

impl

protected List<SearchItem> impl()


Copyright © 2014. All rights reserved.