public interface APIProvider
get(Class) calls| 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.
|
void initialize()
<T> T get(Class<T> api)
T - the Openstack4j API typeapi - the API interfaceApiNotFoundException - if the API cannot be foundCopyright © 2017. All rights reserved.