T - public class AdaptableProvider<T> extends Object implements com.google.inject.Provider<T>
Provider interface that allows you to
set the value directly into the provider via set(Object).
This class is meant to be used by agent factories that has to preconfigure some providers before they can instantiate a new agent.
| Constructor and Description |
|---|
AdaptableProvider()
Creates a provider with 'null' initial value.
|
AdaptableProvider(T initialProvidedValue)
Creates a provider with initial value.
|
public AdaptableProvider()
public AdaptableProvider(T initialProvidedValue)
initialProvidedValue - Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.