> + *
> + * You can also use the static convenience methods as so.
> + *
> + * <pre>
> + * {@code
> + * Server server = serverApi.create(100);
> + *
> + * if (!ServerPredicates.awaitAvailable(serverApi).apply(server.getId())) {
> + * throw new TimeoutException("Timeout on server: " + server);
> + * }
> + * }
> + * </pre>
> + */
> +public class ServerPredicates {
> + /**
> + * Wait until a Server is Active.
"Waits"? And "Active" here refers to some enum? Otherwise use lowercase?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/355/files#r12030475