Package org.xwiki.livedata
Interface LiveDataConfigurationResolver<T>
-
- Type Parameters:
T
- the input type
@Role public interface LiveDataConfigurationResolver<T>
ResolvesLiveDataConfiguration
from some input.- Since:
- 12.10
- Version:
- $Id: 9225fe743f9f33858cece58e19ddd6603388b866 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LiveDataConfiguration
resolve(T input)
ResolvesLiveDataConfiguration
from the given input.
-
-
-
Method Detail
-
resolve
LiveDataConfiguration resolve(T input) throws LiveDataException
ResolvesLiveDataConfiguration
from 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
-
-