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 Detail

      • getClazz

        java.lang.String getClazz()
      • getParameters

        java.util.List<Parameter> getParameters()