mirror of https://github.com/apache/jclouds.git
updated javadoc for imageMatches
This commit is contained in:
parent
37e2cc7c1b
commit
5f29c52c19
|
@ -162,6 +162,12 @@ public interface TemplateBuilder {
|
|||
|
||||
/**
|
||||
* Configure this template to have an image description that matches the supplied condition
|
||||
*
|
||||
* ex.
|
||||
*
|
||||
* <pre>
|
||||
* builder.imageMatches(ImagePredicates.userMetadataContains("author", "sue"));
|
||||
* </pre>
|
||||
*/
|
||||
TemplateBuilder imageMatches(Predicate<Image> condition);
|
||||
|
||||
|
|
Loading…
Reference in New Issue