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 java.lang.String
getClazz()
java.util.List<Parameter>
getParameters()
-
-
-
Method Detail
-
getClazz
java.lang.String getClazz()
-
getParameters
java.util.List<Parameter> getParameters()
-
-