public class JcloudsProviderAndApiLoader
extends java.lang.Object
ServiceLoader. This is fairly safe to do,
as they are normally only available if using a classic "java main" rather than an OSGi
container. For the latter, we query jclouds each time so that the list can be dynamic as
bundles are added/removed.| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
JcloudsProviderAndApiLoader() |
| Modifier and Type | Method and Description |
|---|---|
static <any> |
getApi(java.lang.String id) |
static <any> |
getProvider(java.lang.String id) |
static boolean |
isApi(java.lang.String id) |
static boolean |
isProvider(java.lang.String id) |