|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cedarsoft.provider.AbstractContextualProvider<T,C,E>
T - the type that is providedC - the contextE - the exception that is thrownpublic abstract class AbstractContextualProvider<T,C,E extends java.lang.Throwable>
| Constructor Summary | |
|---|---|
protected |
AbstractContextualProvider(ContextualProvider<T,C,E> contextualProvider)
|
| Method Summary | |
|---|---|
Provider<T,E> |
createProvider(C context)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.cedarsoft.provider.ContextualProvider |
|---|
getDescription, provide |
| Constructor Detail |
|---|
protected AbstractContextualProvider(@NotNull
ContextualProvider<T,C,E> contextualProvider)
| Method Detail |
|---|
@NotNull
public Provider<T,E> createProvider(@NotNull
C context)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||