| Modifier and Type | Method and Description | 
|---|---|
| com.google.common.cache.LoadingCache<String,Set<? extends Extension>> | KeystoneHttpApiModule. provideExtensionsByRegion(javax.inject.Provider<KeystoneApi> keystoneApi) | 
| Modifier and Type | Method and Description | 
|---|---|
| com.google.common.cache.LoadingCache<String,Set<? extends Extension>> | NeutronHttpApiModule. provideExtensionsByRegion(javax.inject.Provider<NeutronApi> neutronApi) | 
| Modifier and Type | Method and Description | 
|---|---|
| com.google.common.cache.LoadingCache<String,Set<? extends Extension>> | NovaHttpApiModule. provideExtensionsByRegion(javax.inject.Provider<NovaApi> novaApi) | 
| Modifier and Type | Method and Description | 
|---|---|
| Extension | Extension.Builder. build() | 
| Modifier and Type | Method and Description | 
|---|---|
| T | Extension.Builder. fromExtension(Extension in) | 
| Modifier and Type | Method and Description | 
|---|---|
| Extension | ExtensionApi. get(String id)Extensions may also be queried individually by their unique alias. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<Extension> | ExtensionApi. list()Lists all available extensions | 
| Modifier and Type | Method and Description | 
|---|---|
| static com.google.common.base.Predicate<Extension> | ExtensionPredicates. aliasEquals(String alias)matches alias of the given extension | 
| static com.google.common.base.Predicate<Extension> | ExtensionPredicates. nameEquals(String name)matches name of the given extension | 
| static com.google.common.base.Predicate<Extension> | ExtensionPredicates. namespaceEquals(URI namespace)matches namespace of the given extension | 
| static com.google.common.base.Predicate<Extension> | ExtensionPredicates. namespaceOrAliasEquals(URI namespace,
                      Collection<URI> namespaceAliases)matches namespace of the given extension | 
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.