Interface IParameterized


public interface IParameterized
Interface for components that require execution parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets execution parameters.
  • Method Details

    • setParameters

      void setParameters(Parameters parameters) throws ConfigException
      Sets execution parameters.
      Parameters:
      parameters - execution parameters.
      Throws:
      ConfigException - when configuration is wrong