public class DefaultAPIProvider extends Object implements APIProvider
| Constructor and Description |
|---|
DefaultAPIProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Class<T> api)
Gets the implementation for the specified interface type
|
void |
initialize()
Called after the APIProvider is constructed.
|
public void initialize()
initialize in interface APIProviderpublic <T> T get(Class<T> api)
get in interface APIProviderT - the Openstack4j API typeapi - the API interfaceCopyright © 2017. All rights reserved.