com.github.dockerjava.core.command
Class SearchImagesCmdImpl

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

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

Search images


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.github.dockerjava.api.command.SearchImagesCmd
SearchImagesCmd.Exec
 
Field Summary
 
Fields inherited from class com.github.dockerjava.core.command.AbstrDockerCmd
execution
 
Constructor Summary
SearchImagesCmdImpl(SearchImagesCmd.Exec exec, String term)
           
 
Method Summary
 String getTerm()
           
 String toString()
           
 SearchImagesCmd withTerm(String term)
           
 
Methods inherited from class com.github.dockerjava.core.command.AbstrDockerCmd
exec
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.github.dockerjava.api.command.DockerCmd
exec
 

Constructor Detail

SearchImagesCmdImpl

public SearchImagesCmdImpl(SearchImagesCmd.Exec exec,
                           String term)
Method Detail

getTerm

public String getTerm()
Specified by:
getTerm in interface SearchImagesCmd

withTerm

public SearchImagesCmd withTerm(String term)
Specified by:
withTerm in interface SearchImagesCmd

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All rights reserved.