Interface StrategyDefinition
-
- All Known Implementing Classes:
PersistenceSelectorStrategy
,StorageStrategy
public interface StrategyDefinition
Used to define the strategy implementation (class) and related attributes (parameters) to be used by the strategy.- Author:
- jesse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClazz()
List<Parameter>
getParameters()
-