|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.rest.RestContextFactory
@Deprecated public class RestContextFactory
ContextBuilder| Constructor Summary | |
|---|---|
RestContextFactory()
Deprecated. for porting old code to ContextBuilder |
|
RestContextFactory(Properties properties)
Deprecated. for porting old code to ContextBuilder |
|
| Method Summary | ||
|---|---|---|
|
createContext(String providerOrApi,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
Deprecated. |
|
|
createContext(String providerOrApi,
Properties overrides)
Deprecated. |
|
|
createContext(String providerOrApi,
String identity,
String credential)
Deprecated. |
|
|
createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring)
Deprecated. |
|
|
createContext(String providerOrApi,
String identity,
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
Deprecated. for porting old code to ContextBuilder |
|
|
createContext(String providerOrApi,
String identity,
String credential,
Properties overrides)
Deprecated. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RestContextFactory()
ContextBuilder
public RestContextFactory(Properties properties)
ContextBuilder
| Method Detail |
|---|
public <S,A> RestContext<S,A> createContext(String providerOrApi,
String identity,
String credential)
createContext(String, String,String, Iterable, Properties)
public <S,A> RestContext<S,A> createContext(String providerOrApi,
Properties overrides)
createContext(String, String, String, Iterable, Properties)
public <S,A> RestContext<S,A> createContext(String providerOrApi,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
createContext(String, String,String, Iterable, Properties)
public <S,A> RestContext<S,A> createContext(String providerOrApi,
@Nullable
String identity,
@Nullable
String credential,
Properties overrides)
createContext(String, String,String, Iterable, Properties)
public <S,A> RestContext<S,A> createContext(String providerOrApi,
@Nullable
String identity,
@Nullable
String credential,
Iterable<? extends com.google.inject.Module> wiring)
createContext(String, String,String, Iterable, Properties)
public <S,A> RestContext<S,A> createContext(String providerOrApi,
@Nullable
String identity,
@Nullable
String credential,
Iterable<? extends com.google.inject.Module> wiring,
Properties overrides)
ContextBuilder
providerOrApi - identity - nullable, if credentials are present in the overridescredential - nullable, if credentials are present in the overrideswiring - Configuration you'd like to pass to the context. Ex.
ImmutableSet.overrides - properties to override defaults with.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||