Package org.xwiki.livedata
Interface LiveDataConfigurationResolver<T>
-
- Type Parameters:
T- the input type
@Role public interface LiveDataConfigurationResolver<T>ResolvesLiveDataConfigurationfrom some input.- Since:
- 12.10
- Version:
- $Id: 9225fe743f9f33858cece58e19ddd6603388b866 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiveDataConfigurationresolve(T input)ResolvesLiveDataConfigurationfrom the given input.
-
-
-
Method Detail
-
resolve
LiveDataConfiguration resolve(T input) throws LiveDataException
ResolvesLiveDataConfigurationfrom the given input.- Parameters:
input- the live data configuration to resolve- Returns:
- the resolved live data configuration
- Throws:
LiveDataException- if the given input cannot be resolved as a live data configuration
-
-