de.unikassel.android.sdcframework.service
Class TimeProviderErrorStrategyBuilder
java.lang.Object
de.unikassel.android.sdcframework.service.TimeProviderErrorStrategyBuilder
public final class TimeProviderErrorStrategyBuilder
- extends Object
A builder for time provider error strategies.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeProviderErrorStrategyBuilder
public TimeProviderErrorStrategyBuilder()
buildStrategy
public static final TimeProviderErrorStrategy buildStrategy(TimeProviderErrorStrategyDescription type,
ServiceManager manager)
- Does create a strategy instance by type qualifier.
- Parameters:
type
- the description type for the strategy to buildmanager
- the aservice manager instance
- Returns:
- the requested strategy instance or null if type is unknown