Factory class to get and instance of a concrete CloudDriver object
Type Params | Return Type | Name and description |
---|---|---|
|
static java.lang.String |
getDefaultDriverName() @return The first and only cloud driver name or null otherwise |
|
static CloudDriver |
getDriver(java.lang.String name, java.util.Map config = null) Get and instance of a concrete CloudDriver by the given driver name |
|
static java.util.Set<java.lang.String> |
getDriverNames() @return The list of name of available drivers |
|
static java.util.Map<java.lang.String, java.lang.Class<CloudDriver>> |
loadDrivers() @return The map of cloud drivers available on the current class path |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
null
otherwiseGet and instance of a concrete CloudDriver by the given driver name
name
- The name of the cloud driver e.g. aws