mirror of
https://github.com/apache/jclouds.git
synced 2025-02-16 23:16:58 +00:00
updated javadoc for imageMatches
This commit is contained in:
parent
54f854f33f
commit
e5a98cecfe
@ -143,6 +143,12 @@ public interface TemplateBuilder {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Configure this template to have an image description that matches the supplied condition
|
* 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);
|
TemplateBuilder imageMatches(Predicate<Image> condition);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user