public final class LiveConnectAdviceManager extends Object
Modifier and Type | Method and Description |
---|---|
LiveConnectAdvice |
getAdviceForClass(Class<?> clazz)
Returns the advice associated with the given class.
|
Collection<LiveConnectAdvice> |
getAllAdvice()
Returns all registered advice.
|
static LiveConnectAdviceManager |
getDefault()
Returns the default instance.
|
LiveConnectAdviceManager |
withAdvice(LiveConnectAdvice advice)
Returns a new manager, equivalent to this, but
with the additional live connect advice.
|
public static LiveConnectAdviceManager getDefault()
LiveConnectAdvice
.public LiveConnectAdvice getAdviceForClass(Class<?> clazz)
clazz
- the class to lookuppublic Collection<LiveConnectAdvice> getAllAdvice()
public LiveConnectAdviceManager withAdvice(LiveConnectAdvice advice)
advice
- the additional live connect adviceCopyright © 2016 Actian Corporation. All rights reserved.