mirror of https://github.com/apache/jclouds.git
updated javadoc for imageMatches
This commit is contained in:
parent
7fadf8b08b
commit
7f5b584289
|
@ -138,6 +138,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);
|
||||||
|
|
||||||
|
@ -161,4 +167,4 @@ public interface TemplateBuilder {
|
||||||
*/
|
*/
|
||||||
TemplateBuilder options(TemplateOptions options);
|
TemplateBuilder options(TemplateOptions options);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue